body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(../imgs/bdrpcanvas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment:fixed;
}
#canvas {
/*	background-image: url(../imgs/bdrpcanvas.jpg);
	background-repeat: repeat-x;
	background-position: left top; */
	display: block;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
}
#loginbox {
	background-image: url(../imgs/loginbox.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 575px;
	width: 452px;
	top:50%;
	margin-top:-290px;
	left: 50%;
	margin-left: -226px;
	background-position: center center;
}
#loginbox_footer {
	display: block;
	position: relative;
	top: 73%;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 12px;
}

#loginbox_title {
	display: block;
	position: absolute;
	top: 110px;
	left: 70px;
	padding-top:5px;
	height: 80px;
	width: 312px;
	font-family: Arial, Helvetica;
	font-size: 30pt;
	font-weight: bold;
	color: #534741;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #534741;
}

.loginbox_title_sub {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #534741;
	text-decoration: none;
	text-align: center;
}
#loginbox_inner_box {
	top: 30px;
	display: block;
	position: relative;
	background-color: #CCCCCC;
	height: auto;
	width: 92%;
	border: thin solid #B5B5B5;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:45px;
}

#loginbox_inner_title {
	font-family: Arial, Helvetica;
	font-size: 16pt;
	top: 10px;
	display: block;
	position: relative;
	height: 40px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	font-weight: lighter;
	text-transform: uppercase;
	color: #534741;
	text-decoration: none;
}
#loginbox_form {
	display: block;
	height: 100px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.loginbox_user {
	font-family: Arial, Helvetica;
	font-size: 20px;
	margin-top: 5px;
	height: 35px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #EAEAEA;
	text-decoration: none;
	text-align: center;
	background-color: #B7B7B7;
}
#loginbox_submit :link, visited{
	font-family: Arial, Helvetica;
	font-size: 20px;
	margin-top: 5px;
	height: 30px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	outline: none;
	border: thin solid #D7D7D7;
	font-weight: lighter;
	color: #80685F;
	text-decoration: none;
	text-align: center;
	background-color: #534741;
	display: block;
	padding-top: 5px;
	
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; 
}
#loginbox_submit :hover{
	color: #FFEEE9!important;
	-webkit-transition: all .8s ease-in-out!important;
	-moz-transition: all .8s ease-in-out!important;
	-ms-transition: all .8s ease-in-out!important;
	-o-transition: all .8s ease-in-out!important;
	transition: all .8s ease-in-out!important; 
}
#loginbox_submit :visited{
	color: #80685F ;
	background-color: #534741 !important;
}
