/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body{
	background:#E0D1AF url(../images/bg.png) repeat-x 0 0;
	color:#333227;
	padding:0;
	margin:0 auto;
}
fieldset {
	border:1px solid green;
	margin-top: 20px;
}

legend {
	padding: 0.2em 0.5em;
	border:1px solid green;
	color:green;
	font-size:90%;
	text-align:right;
	margin-left: .5em;
	background-color: #FFFFCC;
  }

#box {
	width: 300px;
	height: 400px;
	margin: 0px auto -1px;
}
#box h2 {
	margin-left: 10px;
}
#box label {
	margin-left: 10px;
}
.top {
margin-bottom: 15px;
}
.buttondiv {
	margin-top: 10px;
	width: 110px;
	margin-left: 40px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:20px;
	border:1px solid #FFFF00;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:20px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:-30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#FF0000;
	float: left;
}

#username {
	margin-left: 40px;
	margin-top: 3px;
}
#msgbox {
	display:none;
}
#msgarea {
	padding-top: 10px;
	padding-bottom: 40px;
}

#password {
	margin-left: 40px;
	margin-top: 3px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	background-color: #CBE9A9;
}

.passwordlink {
	margin-left: 35px;
}
.passwordlink a {
	font-size: 12px;
	color: #336600;
}


.menuinputbox {
	font-size : 12px;
	border : 1px solid #cc9933;
	width : 140px;
	font-family : arial, sans-serif;
}

input.buttondiv
{
	font-family:Verdana,sans-serif;
	color:#0086CB;
	background-color:#CBE9A9;
	margin-top: 5px;
}

input.buttondiv:hover
{
	color: #ffffff;
	background-color: #66CC99;
} 

input.buttondiv:active
{
	color: #ffffff;
	background-color: #3AB176;
} 

table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 320px;
	margin-top: 100px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	border-right-color: #FB7A31;
	border-left-color: #FB7A31;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}


table.contacts
{
	width: 580px;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 30px;
}


td.contactDept
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }

th.contactDept
{
	background-color: #FFFFCC;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
}


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 1.0em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

th.contactend
{ border-bottom: 1px #6699CC dotted;
text-align: right;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 1.0em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 10px; }
