/* CSS */

body {
	background-color:#34352f;
	margin:0;
	padding:0 45px 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	font-size: 12px;
}

#box {
	padding:20px;
	width:400px;
	height:400px;
	margin:70px auto;
	background:url(../../img/webtree/webtreelogin.jpg) top left no-repeat;
}

#loginarea {
	padding-top:45px;
	padding-left: 190px;
}

#msgarea {
	font-size:14px;
	text-align:left;
	color:#FF4D0B;
	height:20px;
	font-weight:bold;
		border: 0px;

}
#footer {
	color:#eee;
	font-size:10px;
	text-align:right
}
input[type=text],input[type=password],input[type=submit] {
	width:190px;
	padding:5px;
	font-size:14px;
	color:#555;
	border: none;
	/*border:1px solid #555;*/
	font-weight:bold;
	background-color: #AAA;
	margin-bottom: 5px;
	
}

input {

border: none;
}

input:focus {
	color:#111;
	background-color: #E0FE3E;
}

input[type=submit] {
	width:65px;
	padding:6px;
font-size: 16px;
	color: #FF4D0B;
	background-color: #5F605B;

}

form {
	margin:0;
	padding:0;
}

table td.label {
	width:100px;
	text-align:left;
	display: block;
}

h3 {
text-align: left;
color: #51BCE8;
margin-bottom:3px;
}


fieldset {
border: none;
height: 0;
}