/* IMPORT THE DEFAULT STYLESHEET */
@import url(default.css);

/* GLOBAL CSS */
body{
	background-color:#cae6ff;
	background-image:url(../media/images/gradient.gif);
	background-position:left top;
	background-repeat:repeat-x;
	}
#flashcontent{
	width:640px;height:480px;
	position:absolute;left:50%;top:50%;
	margin:-280px 0px 0px -320px;padding:0px;
	}
#footer{
	width:640px;height:40px;
	position:absolute;left:50%;top:50%;
	margin:200px 0px 0px -320px;padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d9eba;
	}
#footer, #footer a, #footer .lhs, #footer .rhs{
	font-size:11px!important;
}
#footer a{
	padding:3px 5px 3px 5px;
	color:#7d9eba;
	text-decoration:none;
	}
#footer a:hover{
	color:#000;
	}
#footer .lhs{
	float:left;
	display:block;
	margin:5px 0px;
	width:620px;
	}
#footer .rhs{
	float:left;
	display:block;
	padding-left:5px;
	width:620px;
	}

#share-tools{
	width:640px;height:30px;
	position:absolute;left:50%;top:50%;
	margin:240px 0px 0px -320px;padding:10px 0;
	}
	
/* tweetmeme / facebook button */
#facebook-button{
	margin:0;padding:0;
	display:block;float:left;
	}
#tweetmeme_button{
	margin:0;padding:0;
	display:block;float:left;
	}

/* feedback form style */
#gameFeedback{
	margin:5px 10px;
	
}
.hide{
	display:none;
	}
.note{
	font-size:10px;
	font-weight:normal!important;
	color:#333333;
	}
	

.gameFeedback{
	display:block;
	float:left;
	width:420px;
	height:auto;
	margin:10px 10px 10px 0px;
	padding:0px 10px 10px 10px;
	border:solid 1px #AEC5D9;
}

.gameFeedback input, .gameFeedback textarea{
	margin:0px;
	border:solid 1px #AEC5D9;
	}
.gameFeedback input[type=submit], .gameFeedback input[type=reset]{
	padding:3px 8px;
	background-color:#FFFFFF;
}
.gameFeedback label{
	display:block;
	margin-bottom:2px;
	padding:0.3em;
	background-position:8px center;
	background-repeat:no-repeat;
	clear:both;
	cursor:pointer;
}
.gameFeedback p{
	display:block;
	float:left;
	width:100%;
	margin:15px 0px 5px 0px;
	font-weight:bold;
	}
.gameFeedback label span{
	width:120px;
	margin-top:3px;
	display:inline;
	float:left;
	}
.gameFeedback label select{
	margin-left:10px;
	}
.gameFeedback em{
	size:9px;
	}
.formRtnMsg, .formRtnError{
	width:400px;
	margin:10px 0px 5px 0px;
}
.formRtnMsg{
	display:block;
	font-weight:bold;
	padding:10px;
	background-color:#e3fcc0;
	}
.formRtnMsg, .formRtnMsg a{
	color:#000!important;
	}
.formRtnError{
	display:block;
	font-weight:bold;
	padding:10px;
	background-color:#f97a7a;
	}
.formRtnError, .formRtnError a{
	color:#330000;
	}
/* JS Enhanced */
.gameFeedback .checked, .gameFeedback .unchecked, .gameFeedback .unselected, .gameFeedback .selected{
	margin:0px 0px 5px 0px;
	border:1px dotted #999;
	padding-left:30px;
}

.gameFeedback .checked{
	background-color:#AEC5D9;
	background-image:url(../media/images/form/chk_on.png)
}
.gameFeedback .unchecked{
	background-color:#FFF;
	background-image:url(../media/images/form/chk_off.png);
}
.gameFeedback .selected{
	background-color:#AEC5D9;
	background-image:url(../media/images/form/rdo_on.png);
}
.gameFeedback .unselected{
	background-color:#FFF;
	background-image:url(../media/images/form/rdo_off.png);
}	
.gameFeedback .leftCol{float:left;display:inline;width:47%; margin-right:5px;}
.gameFeedback .rightCol{float:left;display:inline;width:47%}

