@charset "utf-8";
body {
	background-image: url(../img/wood.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:0px;

}
#holder_userLogin{
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	font-weight:bold;
	margin:0px 10px;
	min-width:300px;
	height:230px;
	color:#999;
	display:block;
	background-color:#FFF;
	text-shadow: 0px 1px 0px white;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
}
#holder_userLogin p.header_title{
	display:block;
	width:100%;
	min-width:300px;
	margin:0px 0px 20px 0px;
	line-height:35px;
	padding:10px 0px;
	font-family: 'Bevan', serif;
	font-style:normal;
	font-weight:400;
	font-size: 28px;
	text-align:center;
	color:#FFF;
	background-color:#9DCCEA;
	text-shadow: 1px 1px 1px #CCC;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#holder_userLogin input[type="submit"] {
	background: #E3E3E3;
	border: 1px solid #CCC;
	color: #999;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	width: 150px;
	cursor: pointer;
	text-shadow: 0px 1px 0px white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px white inset;
	-webkit-box-shadow: 0px 0px 2px white inset;
	box-shadow: 0px 0px 2px white inset;
}

#holder_userLogin input[type="text"], #holder_userLogin input[type="password"] {
	border: solid 1px #E5E5E5;
	background: white;
	padding: 9px;
	font-size: 16px;
	width: 95%;
	background: -webkit-gradient( linear, left top, left 25, from(white), color-stop(4%, #EEE), to(white) );
	background: -moz-linear-gradient( top, white, #EEE 1px, white 25px );
	-moz-box-shadow: 0px 0px 8px #F0F0F0;
	-webkit-box-shadow: 0px 0px 8px #F0F0F0;
	box-shadow: 0px 0px 8px #F0F0F0;
}