@charset "utf-8";
/* CSS Document */

body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container_account #header {
	background-color: #9F0000;
	height: 150px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #E6E6E6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #500;
}
#container_account #form_login {
	width: 350px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form_login input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	background-image: url(../images/bg_input.jpg);
	background-repeat: repeat-x;
}

#container_account #form_login th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #646464;
	text-align: left;
	width: 150px;
	padding-left: 10px;

}

#container_account #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
}
#container_account #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #FDF2CC;
	font-weight: normal;
}
#container_account #div_form {
	height: 244px;
	width: 551px;
	margin: auto;
	background-image: url(../images/bg_form_login.jpg);
	background-repeat: no-repeat;
}
/*.input[type=submit] {
	color: #FFF;
	background-color: #666!important;
	width: 100px;
}*/

.button{
	background-color: #DBDBDB;
	background-image: url(../images/pulsante.jpg)!important;
	border: 1px solid #CCC;
	color: #FFF!important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold!important;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
