/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.test_login {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1e6ba5;
}
.smalltext {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}


.button_submit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/button.gif);
	height: 23px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 150px;
	border: 1px solid #1e6ba5;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.heading {

	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	color: #054078;
}
.subheading {


	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #054078;
}
.button_med {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/submit_med.gif);
	height: 23px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button_long {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/submit_long.gif);
	height: 23px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.errormsg {

	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}
.test_bg {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1e6ba5;
	background-color: #CCCCCC;
}
