/* CSS Document */

/* Regole per il LoginBox  *********************/
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body#ewlogin {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	background-image: url(/adm_stuff/img_ew/loginbox2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#loginbox {
	width:500px;
	height:278px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align:left;
}
div#footlogin {
	margin-top:20px;
	font-size: 10px;
	}
	div#footlogin a, div#footlogin a:visited {
		color: #FF6600;
		text-decoration:none;
		}
	div#footlogin a:hover {
		color: #FF6600;
		text-decoration: underline;
		}
div#campibox {
	float:left;
	margin-top:80px;
	margin-left:30px;
	width:240px;
}
div#campibox input {
	padding:2px;
	-moz-box-shadow: 4px 4px 20px #000;
	-webkit-box-shadow: 4px 4px 20px #000;
	box-shadow: 4px 4px 20px #000;
}
div#campibox input:focus {
	background-color:#999999;
	color: #000000;
	-moz-box-shadow: 4px 4px 20px #555;
	-webkit-box-shadow: 4px 4px 20px #555;
	box-shadow: 4px 4px 20px #555;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
div#notificabox {
	float: left;
	width:190px;
	margin-top:125px;
	padding-top: 25px;
	font-size: 10px;
	color:#FFFFFF;
	background-image: url(/adm_stuff/attenzione.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.post {
	border: 1px #888 solid;
	height:auto;
	background-color:#666666;
	color:#FFFFFF;
	font-size: 10px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainoption {
	border: 1px #CCCCCC solid;
	background-color:#333;
	color:#FFFFFF;
	font-size: 11px;
	width: auto;
	height:auto;
	padding: 3px 0;
	text-transform:uppercase;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.mainoption:active {
	margin-top: 4px;	
}
div#warpmedia {
	float:right;
	position: relative;
	bottom: -30px;
	right: 15px;
	width: 130px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
}

input.tastoconferma {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 1px #060 solid;
	padding: 1px 5px 2px 20px !important;
	width:auto;
	background-image: url(img_ew/si.png);
	-moz-box-shadow: 1px 1px 6px #AAA;
	-webkit-box-shadow: 1px 1px 6px #AAA;
	box-shadow: 1px 1px 6px #AAA;
	cursor: pointer;
}
input.tastoconferma:hover {
	background-color:#DDD;
}

/* Regole per il LoginBox  *********************/
