@charset "UTF-8";
/* CSS Document */

body {
	
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p, form {
	margin: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

/*box*/

#container {
	width: 970px;
	margin: 0 auto; 
}

#head {
	height: 115px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
}

#head_edutech {
	height: 115px;
	background-image: url(../images/head_edutech.jpg);
	background-repeat: no-repeat;
}

#main {
	height: 185px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 123px;
}

	#sx {
		width:  430px;
		float: left;
		display: inline;
		margin-right: 20px;
	}
	
	#dx {
		width: 300px;
		float: left;
		display: inline;
		font-size: 11px;
	}

#foot_a, #foot_b, #foot_c, #foot_d, #foot_e {
	height:350px;
	background-repeat: no-repeat;
}

#foot_a {
	background-image: url(../images/foot_a.jpg);
}

#foot_b {
	background-image: url(../images/foot_b.jpg);
}

#foot_c {
	background-image: url(../images/foot_c.jpg);
}

#foot_d {
	background-image: url(../images/foot_d.jpg);
}

#foot_e {
	background-image: url(../images/foot_e.jpg);
}

/*form*/

.textbox {
	border: none;
	margin: 5px 0 5px 0;
	padding: 4px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #FFFFFF;
}

#nome:focus, #cognome:focus, #prefisso:focus, #numero:focus, #email:focus {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0033FF;
}

.pos {
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 10px;
}

/*
#register {
	width: 98px;
	height: 28px;
	color: #FFFFFF;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
}

#register:hover {
	background-image: url(../images/registrati_rev.gif);
}
*/

#pos_registrati {
	width: 100%;
	clear: both;
	text-align: center;
}


