body,div,p,li,select,option
{
font-family:open-sans,verdana,arial,swiss;
font-size:10pt;
}


div#container{
	font-size:10pt;
	border-width:1px;
	background-color:#f6f9f9;
	color:#000033;
	border-color:#888888;
	border-style :  solid;
	border-radius:8px;
	-webkit-border-radius: 8px;
	max-width:480px;
	min-width:200px;
	text-align:center;
	margin:0px auto;
	padding:12px;
}

#login_table
{
	font-size:18pt;
	border-width:1px;
	background-color:#f6f9f9;
	color:#000033;
	border-color:#888888;
	border-style :  solid;
	border-radius:8px;
	   -webkit-border-radius: 8px;
	width:260px;
	text-align:center;
	margin:0px auto;
	padding:12px;
}


#subject_table
{
	font-size:9pt;
	border-width:1px;
	background-color:#f3f3f6;
		
	color:#000033;
	border-color:#000000;
	border-style :  solid;
	width:600px;
	align:center;
}

#instruction_table
{
	font-size:9pt;
	border-width:1px;
	background-color:#f3f3f6;
		
	color:#000033;
	border-color:#000000;
	border-style :  solid;
	width:600px;
	align:center;
}

.survey_table
{
	font-size:9pt;
	border-width:1px;
	background-color:#f3f3f6;
		
	color:#000033;
	border-color:#000000;
	border-style :  solid;
	width:500px;
	align:center;
}

input[type=submit], .button {
    padding:5px 10px; 
    background:#999999; 
	color:#fefefe;
    border:2px solid #333333;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-size:9pt;
}