@charset "utf-8";
/* CSS Document */
/* Copyright 2008 - 2009 Bitwerx Group */

/* *************** Reset Browser Defaults *************** */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/* *************** Resets Done *************** */

body { background-color:#5999d2; width:100%; font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

#container { width:800px; margin:0 auto; padding:0; }
#registerArea {  margin:0 auto; margin-top:100px; padding:65px 0 0 15px; background:url(../images/layout/login/back.png) no-repeat; width:460px; height:300px; overflow:hidden; }
#registerArea:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*#registerArea h1 { color:#ffffff; font-size:16px; margin-bottom:10px; }
#registerArea * label { color:#ffffff; font-size:14px; }
#registerArea * input#username,input#password { height:25px; width:200px; font:14px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
#registerArea * input#submit { font:13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; padding:3px; }
#registerArea * div#submitButtonWrapper { margin-top:8px; }*/

#registerArea form dl dt { float:left; width:150px; margin-top:5px; height:20px; }
#registerArea form dl dd { float:left; width:275px; margin-top:5px;  min-height:20px; }

ul.errors { color:#ff0000; }
#registerArea form dl dd ul.errors:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#registerArea form dl dd ul li { float:none; }

#registerArea label { color:#ffffff; font-size:13px; }

#rs-footer { position:absolute; bottom:0; height:60px; width:100%; margin:0; padding:0; background:url(../images/layout/login/footerrepeater.png) repeat-x; }
#logo-wrapper { height:60px; width:100%; background:url(../images/layout/login/rslogo.png) no-repeat right bottom; text-align:right; color:#ffffff; }
#logo-wrapper p { padding:35px 50px 0 0; }

.confirm-message { width:430px; color:#ffffff; }
.confirm-message a:link { color:#ffffff; }
.confirm-message a:visited { color:#ffffff; }
