html {
	/*background: #996600 url(../images/bg_body.png) repeat-x top left;	*/
	background-color: #FFFFFF;
}

body {
	/*visibility: ;display: ;*/
	position:relative;
	/*width: ;*/
	/*height: ;*/
	/*left: right: ;*/
	/*top: ;bottom: ;*/
	margin:0;
	padding:0;
	/*border: ;*/
	/*float: ;*/
	/*clear: ;*/
	/*overflow: ;*/
	/*z-index: ;*/	
	
	font: 12px/16px Arial, Helvetica, sans-serif;	
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
a img {
	border: 0;
}
abbr, acronym {
	text-decoration:none;
	border:0;
}
img {
	font-size:11px;
	display:block;
}
a, a:focus, a:active {
	text-decoration: none;
	color: #035A89;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#770035;
}
.accesskey {
	border:0;
	text-decoration:none;
}

#advertising {
	/*visibility: ;display: ;*/
	position:relative;
	width:990px;
	/*height: ;*/
	/*left: right: ;*/
	/*top: ;bottom: ;*/
	margin: 10px auto;
	padding:0;
	/*border: ;*/
	/*float: ;*/
	clear:both;
	/*overflow: ;*/
	z-index:999;	
	
	text-align:center;		
	
	display:none;
	height:80px;
	background:#CCCC66;			
}

#container {
	/*visibility: ;display: ;*/
	position:relative;
	width:1000px;
	height:400px;
	/*left: right: ;*/
	/*top: ;bottom: ;*/
	margin: 10px auto;
	/*padding: ;*/
	/*border: ;*/
	/*float: ;*/
	clear:both;
	overflow: visible;
	z-index:1;
		
	/*background: url(../images/fondo.png) no-repeat top left;*/
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}

#logo {
	/*visibility: ;display: ;*/
	position:absolute;
	/*width: 992px;*/
	width: 452px;
	height:180px;
	left: 50px;
	/*top: ;*/
	margin:0 4px;
	/*padding: ;*/
	/*border: ;*/
	/*float: ;*/
	/*clear: ;*/
	/*overflow: ;*/
	/*z-index: ;*/

	border: 1px solid #CC0000;	
}

#logo h1 {
	display:block;
	width: 285px;
	height: 75px;
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat top left;	
}

#info p.tagline {
	color: #666666;
	font-size:11px;
	display:inline;
	padding:0 6px 0 0;
	font-weight: bold;
}

#info p.update {
	font-size:11px;
	margin-bottom:6px;
	display:inline;
	color:#333;
	border-left:1px solid #B6B8BA;
	padding:0 0 0 7px;
}

#registerForm {
	/*visibility: ;display: ;*/
	position:absolute;
	width: 420px;
	height:280px;
	right: 50px;
	/*top: ;*/
	/*margin: ;*/
	/*padding: ;*/
	/*border: ;*/
	/*float: ;*/
	/*clear: ;*/
	/*overflow: ;*/
	/*z-index: ;*/	
	
	border: 1px solid #CC0000;		
}

#registerForm fieldset {
	border-style: none;
}

#registerForm legend {
	font-weight:bold;
	font-size:14px;		
}

#registerForm .formField {
	display: block;
	margin: 5px;
}

#registerForm label {
	font: bold 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#registerForm input[type='text'], #registerForm input[type='password'], #registerForm input[type='submit']  {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 5px;
	padding: 2px;
	border: solid 1px #9fbbcd;
	color: #333;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#registerForm #email input{
	margin-left: 36px;
}

#registerForm #persistentCookie{
	display: inline;
	float: left;
}

#registerForm #submit{
	display: inline;
	float: right;
}




