@charset "utf-8";
#wrapper #mainDiv #left #Qform {
	width: 200px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#wrapper #mainDiv #left #Qform h1 {
	font-size: 18px;
	padding-left: 15px;
	background-color: #0068AF;
	color: #FFF;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 35px;
	line-height: 35px;;
	font-weight: bold;
	text-transform: uppercase;
}


#wrapper #mainDiv #left #Qform #Qmain {
	width: 168px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper #mainDiv #left #Qform #Qmain #bttnField {
	margin-bottom: 15px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}
.textField {
	height: 18px;
	width: 158px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #0068AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px;
	outline: none;
	margin-bottom: 15px;
}

#wrapper #mainDiv #left #Qform #Qmain #qform_result {
	font-family: Arial, Helvetica, sans-serif;
	color : #0068AF;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	display: none;
		
}
