table {
	border:1px solid #89A2B2;
	border-radius:6px;
	-webkit-box-shadow: 10px 10px 13px -8px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 13px -8px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 13px -8px rgba(0,0,0,0.4);
	margin-bottom:40px;
}

td {
	font-family: 'Ubuntu', sans-serif;
	background:#EAF2F7;
	font-size:14px;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size:32px;
	margin-bottom:1px;
	font-weight:bold;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:28px;
	margin-bottom:1px;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	margin-bottom:1px;
}

.table_iframe {
	border:0px;
	border-radius:0px !important;
	-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	margin-bottom:0px !important;
}

.table_iframe td {
	background:#CC9900;	
}

.table_iframe2 {
	border:0px;
	border-radius:0px !important;
	-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,1.0);
	margin-bottom:0px !important;
}

.table_iframe2 td {
	background:#fff;	
}

.div_testo {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#222;
	text-align:center;
	position:relative;
	display:inline;
	width:100%;
	bottom:10px;
}

.ico {
	position:relative;
	top:6px;
}

.iconcina {
	position:relative;
	top:10px;
	width:30px;
	border-radius:3px;
}

.link1 {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#333;
}

.link1:hover {
	color:#0086E6;	
}

.price {
	font-family: 'Ubuntu', sans-serif;
	font-size:30px;
	color:#333;
	font-weight:bold;
}

.linea {
	border-top:1px dotted #333;
	margin:30px 0 30px 0;
	width:100%;
}

.link2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#08346A;
}

.link2:hover {
	color:#177CFF;	
}

.link3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#222;
}

.link3:hover {
	color:#AD3612;	
}

.input_txt {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	width:100%;
	height:30px;
	border-radius:3px;
	border:1px solid #89A2B2;
	padding:5px;
	background:#fff;
}

.input_txt2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	width:100%;
	height:25px;
	border-radius:3px;
	margin-bottom:10px;
	border:1px solid #795F1A;
	padding:5px;
	background:#E5DEC4;
	color:#333;
}

.input_captcha {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	width:190px;
	height:26px;
	margin-left:10px;
	border-radius:3px;
	border:1px solid #89A2B2;
	color:#1656A5;
	font-weight:bold;
	padding:3px;
	background:#fff;
}

.input_but {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	color:#fff;
	width:100px;
	border-radius:3px;
	border:0;
	padding:5px;
	background:#1656A5;
	cursor:pointer;
}

.input_but:hover {
	background:#177CFF;	
}

.input_but2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	color:#fff;
	width:100px;
	border-radius:3px;
	border:0;
	padding:5px;
	background:#333;
	cursor:pointer;
}

.input_but2:hover {
	background:#AD3612;	
}

.input_but_reg {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	color:#fff;
	width:250px;
	border-radius:3px;
	border:0;
	padding:5px;
	background:#1656A5;
	cursor:pointer;
}

.input_but_reg:hover {
	background:#177CFF;	
}

.div_button {
	width:250px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

.div_forgot {
	width:250px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.div_forgot2 {
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.div_captcha {
	width:250px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.captcha {
	position:relative;
	top:8px;
	border-radius:3px;
}

.strike {
	width:135px;
	padding-left:55px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:bold;
}

#notice1 {
	font-size:22px;
	color:#ee0000;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}