/* CSS info */
a:link{color: #000000; text-decoration: underline;}
a:visited{color: #000000; text-decoration: underline;}
a:hover{color: #666666; text-decoration: none;}
#main_a {
	position: relative;
	top: 110px;
	left: 290px;
	height: 75px;
	width: 400px;
	z-index: 0;
}
#main_b {
	position: relative;
	top: 110px;
	left: 280px;
	height: 101px;
	width: 330px;
	background-color:#D8D8D8;
	border-top: 7px #D8D8D8 solid;
	border-left: 7px #D8D8D8 solid;
	z-index: 0;
}
#main_b p {
	margin-top: 3px;
	padding: 0px;
}
#main_c {
	position: relative;
	top: 125px;
	left: 290px;
	height: 290px;
	width: 450px;
	z-index: 0;
}
#main_c p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.textfield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
}
.textfield_error{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FBCACA;
	border: 1px dashed #C10000;
	margin: 0px;
}
.btn_white {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../_images/btn_white.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
	border: medium none;
	cursor: pointer;
	height: 16px;
	width: 82px;
	margin-top: 3px;
}
.btn_lightblue {
	height: 19px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D8F3FF;
	cursor: pointer;
	border: 1px solid #000000;
	margin: 0px;
}
.blue {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #004B97;
	font-weight: bold;
}
.red {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #C60000;
	font-weight: bold;
}