body {
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


input {
	font-size: 12px;
	border: 1px solid black;
	width: 100px;
}

select { 
	font-size: 12px;
	border: 1px solid #FF6600;
}

.submit_butt {

	background-color: #FF6600;
	width: 100px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FF6600;
	
	
}

.warning {
	font-weight: bold;
	color: red;
}



table {
		font-size: 11px;
}

fieldset {
	border: 1px solid #686868;
	padding-bottom: 0px;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
}


.login_line {
	width: 100%;
	background-repeat: repeat-x;
	background-image: url('i/login_bg.png');
	height: 157px;
	padding-top: 10px;
	text-align: center;
}

.login_table {
	vertical-align: middle; 
	width: 100%;
	height: 500px;
}

.login_box {
	width: 240px; 
	height: 125px;
	vertical-align: middle;
}

.login_logo {	
	left: 0px;
	top: -100px;
	position: absolute;
}

.login_copy {
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 10px;
}

.login_main{
	position:relative;
	width: 600px;
}

table.form_table th {
	text-align: right;
	background-color: #F0F0F0;
	width: 200px;
}


table.form_table select {
	width: 200px;
}

h1{
	padding-top:20px;
	font-size: 19px;
}
