@charset "utf-8";
/* CSS Document */
body{
	font-family: 'trebuchet ms' !important;
	font-size: 12px;
	height:250px;
	width:400px;
}
#dialog {
	border: thin outset #FC6;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	height:200px;
	left: 80px;
	top: 40px;
}
#dialogImage {
}
#dummy {
	position:absolute;
	width:200px;
	height:50px;
	left: 77px;
	top: 28px;
}
#email {
	position: absolute;
	left: 221px;
	top: 113px;
	width: 150px;
}
#captcha {
	position: absolute;
	left: 220px;
	top: 90px;
	width: 150px;
}
form #dialogImage {
	height: 170px;
	width: 400px;
}
#emailLabel {
	position: absolute;
	left: 186px;
	top: 115px;
}
#labelCaptchaImg {
	position: absolute;
	left: 9px;
	top: 90px;
}
#userTypeLabel {
	position: absolute;
	left: 117px;
	top: 143px;
}









#validateTips {
	position: absolute;
	left: 129px;
	top: 6px;
}
#userTypeDiv {
	position: absolute;
	left: 218px;
	top: 140px;
}
#reloadCaptcha {
	position: absolute;
	top: 60px;
	right: 95px;
	left: 282px;
	width: 24px;
}
#reloadCaptchaLabel {
	position: absolute;
	top: 60px;
	right: 111px;
}
#sendMeConfirmationEmail {
	position: absolute;
	top: 172px;
	right: 187px;
}
#emailError {
	position: absolute;
	left: 375px;
	top: 115px;
	color:red;
}
#captchaError{
	position: absolute;
	left: 375px;
	top: 90px;
	color:red;
}

