/* IDs FORM */
form.study-rome {
width:97%; 
border:1px dashed rgb(51,102,153);
padding:5px;
margin:0 auto;
}
form.study-rome p {
margin:.2em 0;
}

/*.destra
{
display:block;
float:right;
width:250px;
text-align:right;
font-weight:bold;
color:rgb(51,102,153);
padding-right:0;
margin:2px;
font-family:Verdana, sans-serif;
font-size:13px;
}*/

fieldset { 
padding: 1em; 
border:2px groove;
 }
 
legend {
 font-weight:bold;
 font-style:normal;
 font-family:Verdana, sans-serif;
 color: #990000;
 font-size:14px;
 padding:5px;
}

.informazioni label {
display:block;
float:left;
width:100px;
text-align:right;
font-weight:bold;
color:rgb(51,102,153);
padding-right:0;
font-family:Verdana, sans-serif;
font-size:11px;

}

.informazioni input { 
font-weight: bold; 
font-size: 13px;
font-family: Verdana,helvetica,sans-serif;
letter-spacing: .2em;
width:150px; 
border:#73848C 1px solid; 
background:rgb(229,229,229);
padding:0;
margin-left:10px;
}

.informazioni input.obligatoire { 
background:#FFFFCC;
}

.informazioni select { 
font-weight: bold; 
font-size: 13px;
font-family: Verdana,helvetica,sans-serif;
letter-spacing: .2em;
width:130px; 
border:#73848C 1px solid; 
background:rgb(229,229,229);
padding:0;
margin-left:10px;
}

.informazioni select.obligatoire { 
background:#FFFFCC;
}

.informazioni select.obligatoire-cours-langue { 
background:#FFFFCC;
width:390px;
}

.informazioni select.cours-langue { 
width:390px;
}

.informazioni select.large { 
width:280px;
}

#radio { 
font-weight: bold; 
font-size: 13px;
font-family: Verdana,helvetica,sans-serif;
letter-spacing: .2em;
width:10px; 
padding:0;
margin-left:10px;
}

.informazioni textarea{
font-weight:bold;
font-size:10px;
font-family: Verdana,helvetica,sans-serif;
letter-spacing: .2em;
width:230px; 
border:#73848C 1px solid;
background:rgb(229,229,229);
padding:0px 0px 0px 2px;
margin-left:10px;
}

input#invia {
width:100px;
border:#73848C 1px solid; 
background-color:rgb(228,228,228);
color: rgb(51,102,153);
font-weight: bold;
font-size:11px ;
font-family:Verdana,helvetica,sans-serif; 
/*margin-left:5px;*/
}

input#annulla {
width:80px;
border:#73848C 1px solid; 
background-color:rgb(228,228,228);
color: rgb(51,102,153);
font-weight: bold;
font-size:11px ;
font-family:Verdana,helvetica,sans-serif; 
}

.labelAccesskey{
font-size:11px;
color:rgb(51,102,153);
font-family:Verdana, sans-serif;
font-weight:bold;
}