@charset "utf-8";
/* CSS Document */

label {
	display:inline-block;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	width: 120px;
}

input {
	width:180px;
}
.submit input
{
	margin-left: 240px;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	width: 70px;
}

fieldset {
	border:0;
	margin:10px;
	position:relative;
	background:transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.submit input
{
	margin-left: 240px;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	width: 70px;
}



span.hint {
	font:normal 11px/14px verdana;
	background:#eee url(bg-span-hint-gray.gif) no-repeat top left;
	color:#000;
	border:1px solid #888;
	padding:5px 5px 5px 40px;
	width:250px;
	position:absolute;
	margin: -12px 0 0 14px;
	display:none;
}


fieldset.welldone span.hint {
	background:#9fd680 url(bg-span-hint-welldone.jpg) no-repeat top left;
	border-color:#749e5c;
	color:#000;
}
fieldset.welldone {
	background:transparent url(bg-fieldset-welldone.gif) no-repeat 340px 0px;
}
#terms {
	width: 20px;
}
fieldset em {
	font-weight: bolder;
	color: #F00;
}
p em {
	font-weight: bolder;
	color: #F00;
}
#captcha {
	width: 8em;
	margin-left: 10px;
	clear: both;
}
#Form1 img {
	vertical-align: baseline;
	clear: none;
	top: 02222px;
}
#Form1 .invalid {
	height: auto;
	width: auto;
}
.attention {
	margin: 5px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	float: right;
	background-color: #9FB7C6;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 240px;
}
.attention h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #F6D731;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.attention  a {
	color: #000;
	
}
.attention a {
	color:#FC0
	}
.attention  a:visited {
	color: #FC0
	}
.attention  a:hover {
	color: #666;
}
