 @CHARSET "ISO-8859-1";

#registerMain{
	width: 475px;
/*	background: url('img/login_bg.jpg') #2a8faa!important;*/
 	background:transparent !important;
	padding: 20px;	
}
#registerMain fieldset {
    background-color: transparent;
    border: medium none;
    border-radius:0px ;
}

#registro_form{
	width: 100%;
	text-align: center;
}

#registro_form ul li{
	list-style: none;
}

#registro_form span {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: none;
}

#registro_form a{
	color: #FFFFFF;

}

label.form-label{
	width: 640px!important;
	color: #666;
}

label.form-label input{
	margin-top: 5px;
}

#registerMain form input{
	width: 270px;
	height: 25px;
	padding: 0!important;
	padding-left: 10px!important;
	color: #E76211;
	font-weight: bold;
	margin-bottom:15px;
	box-shadow: 0 0 3px #333 inset !important;
	border:none;
	border-radius:0;
}

#registerMain div.button a{
	display:none;
}

img#siimage {
    border: 2px solid #E76211 !important;
    margin-left: 40px;
    margin-right: 5px;
    padding: 0 !important;
    width: 150px;
}

div.button {
    background: none repeat scroll 0 0 #E76211;
    cursor: pointer;
    position: relative;
	box-shadow: 0 0 3px #222;
}

div.button:hover {
	cursor:pointer;
	opacity:0.8;
}

