html,body {
	margin: 0 10px;
	padding: 0;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:95%;
	background:#fff;
}

div.spacer {
  clear: both;
  }
  
html img{
 	border:none;
 }
/* LINK RELATED
---------------------------*/
a{
	color:	#333;
	text-decoration: underline;
}
a:visited	{
	color:	#333;
	text-decoration: none;
}	
a:hover	{
	color:	#fc0;
	text-decoration: underline;
}	
a:active	{
	color:	#c00;
	text-decoration: none;
}


/* LOGIN MASK
---------------------------*/
#login_wrapper{
	width:400px;
	margin:50px auto 30px auto;
	text-align:left;
}
#login_wrapper .login{
	margin:0px auto;
	padding:25px 0 25px 0;
	width:355px;
	color:#333;
	text-align:center;
	/*background-color: #e8f5e2;*/
	/*border:1px solid #ccc;*/
	/*background:#fff url(/i/login.gif) no-repeat top left;*/
}
#login_wrapper a {
	color: #333;
}
.subm {
	margin:30px 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 100%;
	color: #444;
	width:200px;
	text-align:center;
}
/* / 
---------------------------*/


/* / 
---------------------------*/
.red{
	color:#c00;
	font-size:12px;
}


/* Forms
------------------------------*/
input {
	border: 1px solid #ddd;
	width: 120px;
	background: #e1e1e1;
	font: 11px verdana, sans-serif;
	color: #443;
	padding: 3px;
	margin-bottom: 10px;
	outline: none
}
input.small{
	padding: 2px;
}
input.check{
	padding: 2px;
	border:1px solid #e1e1e1;
}
input.sbm{
	background-color: #333;
	color: #fff;
	width:120px;
	padding: 2px;
}
form.log_form fieldset { 
	padding: 0;
	color:#333;
	border:none;
	/*border:1px solid #e1e1e1;*/
	/*background:#fff url(/i/login.gif) no-repeat top left;*/
}	
form.log_form label {
	display: inline-block;
	vertical-align: top;
	text-align:left;
}	
form.log_form fieldset ol {
	margin: 0;
	padding: 0;
}
form.log_form fieldset li {
	list-style: none;
	margin: 0;
	width:100%;
	display:table;
	padding:1px 0px 1px 0px;
}	

form.log_form fieldset li {
	text-align:right;
	height:15px;
	line-height:15px;
}
form.log_form label { 
	width: 140px; 
	float: left;
}
form.log_form {
	margin:0px auto;
	width: 300px;
}

	
/* form
---------------------------*/