
a img {
	border:none;
}

body.login
{
	margin: auto;
	padding: auto;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	text-shadow:0 1px 0 #cccccc;
	background-color: #cacaca;
	/*background-image: url('./img/fondo.jpg');	*/
	background-repeat: no-repeat;
	background-position: center 0px;
}


#tit_sistema
{
	font-size: 45px;
	/*font-weight: bold;*/
	font-family: 'Arial Black', Gadget, sans-serif; 
	/*text-shadow: 1px 0 1px #06C;*/
	text-shadow: 0 1px 0 #ffffff;	
	padding-top: 10px;
	color: #F14141;
}


#subtit_sistema
{
	/*color: #F14141; rojo utilisimo*/
	/*color: #DBAC49; dorado fratellitesta*/
	color: #0069D9;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	/*text-shadow: 0 1px 0 #969696*/;
	text-shadow: 0 1px 0 #000;
}

#mensaje_error{
	color: #FFF;
}

/*
	Login layout
*/

#login_wrapper
{
	width: 100%;
	height: 400px;
	margin-top: 10px;
}

#login_top_window
{
	margin: auto;
	padding: auto;
	width: 351px;
	height: 30px;
	margin-top:20px;
}

#login_body_window
{
	margin: 50px auto auto auto;
	padding: auto;
	width: 333px;
	height: 450px;	
	/*background: transparent url('../img/bg_login_inicio2.png') no-repeat top;*/
	background: linear-gradient(to bottom, #000, #AEAEAE);
	border-radius: 70px 0 70px 0;
}

#login_body_window label div{
	color: #FFF;
}







#login_body_window .inner
{
	margin: auto;
	padding: auto;
	width: 300px;
	height: 280px;
}

#login_body_window .inner p
{
	margin-top: 30px;
}


#login_body_window .inner label
{
	color: #F14141;
	text-shadow: none;
}

#logo_login
{
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#login_footer_window
{
	margin-left:auto;	
	margin-right:auto;
	width: 351px;
	height: 30px;
}

.alert_success
{		
	background: #08A000;
	border: 1px solid #49816e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 1px #333333;
	cursor: pointer;
	width:350px;
	height:35px;
	font-size:14px;
	padding-left:30px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	
}


.alert_warning
{
	background: #fcf2a5;
	margin-top:23px;
	width:400px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	border: 1px solid #edbf06;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:40px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #F00;
	font-weight: bold;
	/*cursor: pointer;	*/
	text-shadow:0 0 0 transparent;
	text-align:center;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

.noshadow
{
	-moz-box-shadow: 0 0 0 transparent;
 	-webkit-box-shadow: 0 0 0 transparent;
 	box-shadow: 0 0 0 transparent;
}

input[type=submit], input[type=button]
{
	background: #cccccc url("../img/bt_g.png") repeat-x;
	margin: 0;
	border: 1px solid #999999; 
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #444;
 	-webkit-box-shadow: 0 1px 2px #444;
 	box-shadow: 0 1px 2px #444; 
 	text-shadow: 1px 0 0 #cccccc;
 	color: #333333;
}




#footer
{
	margin: 40px 0 10px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #999999;
}
.error {
        color: #F00;
		font-size:12px;
        padding-left: 0px;		
}

.error_login {
        color: #000;
		font-size:12px;
		text-shadow:none;
        padding-left: 0px;		
}



input[type=text], input[type=password], select
{
	background: #ffffff url("../img/bg_ip.png") repeat-x;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 1px solid #c0c0c0;
}

input.search
{
	background: transparent;
	border: 0;
	width: 180px; /* important */
}

textarea
{
	background: #ffffff url("../img/bg_ip.png") repeat-x;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 1px solid #c0c0c0;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	background-color: #fff5d3;
	border: 1px solid #999999;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	background-color: #fff5d3;
}

input[type=text].blur, input[type=password].blur, textarea.blur
{
	color: #999; 	 	
}

input.search:hover, input.search:focus
{
	background: transparent;
	border: 0;
}

input[type=button].right_switch
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*background: #cccccc url("../img/bg_switch.png") repeat-x;*/
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
	-moz-box-shadow: 0 1px 1px #fff;
 	-webkit-box-shadow: 0 1px 1px #fff;
 	box-shadow: 0 1px 1px #fff;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
 	font-size: 10px;
}

input[type=button].left_switch
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*background: #cccccc url("../img/bg_switch.png") repeat-x;*/
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
	-moz-box-shadow: 0 1px 1px #fff;
 	-webkit-box-shadow: 0 1px 1px #fff;
 	box-shadow: 0 1px 1px #fff;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
 	font-size: 10px;
}

input[type=button].middle_switch
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/*background: #cccccc url("../img/bg_switch.png") repeat-x; */
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
	-moz-box-shadow: 0 1px 1px #fff;
 	-webkit-box-shadow: 0 1px 1px #fff;
 	box-shadow: 0 1px 1px #fff;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
 	font-size: 10px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=button].right_switch:hover, input[type=button].left_switch:hover, input[type=button].middle_switch:hover
{
	border: 1px solid #666666;
	background: #999999 url("../img/bt_gh.png") repeat-x;
}

input[type=submit]:active, input[type=button]:active, input[type=button].right_switch:active, input[type=button].left_switch:active, input[type=button].right_switch.active, input[type=button].left_switch.active, input[type=button].middle_switch:active, input[type=button].middle_switch.active
{
	color: #cccccc;
	border: 1px solid #999999;
	background: #999999 url("../img/bt_ga.png") repeat-x;
	text-shadow: 0 0 0 #999999;
}


