@charset "utf-8";
/******************************************
	CSS Document | www.ac-conta.com
	    All Rights Reserved 2009
	   powered by www.pmelink.pt
******************************************/


/******************************************
				FORMS
******************************************/


/* =form Geral */
form {
width: 280px;
margin: 10px 0;
padding: 5px;
}

fieldset {
border: none;
margin: 0;
padding: 0;
position: relative;
}

fieldset label, fieldset input, fieldset textarea {
padding: 0;
margin: 2px 0;
display: block;
}

fieldset label {
color: #2D4274;
cursor: pointer;
font-weight: bold;
float: left;
text-align: right;
width: 39%;
}

fieldset input, fieldset textarea {
border: 1px solid #85ADCE;
color: #000;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
padding: 1px;
width: 58%;
float: right;
}

/* =style inputs and textareas */
fieldset input:hover, fieldset textarea:hover {
border: 1px solid #000;
}

fieldset input:active, fieldset textarea:active, fieldset input:focus, fieldset textarea:focus {
border: 1px solid #F37020;
}

/* =submit Btn */
#submitBtn {
text-align: right;
margin: 5px 0;
}

#submitBtn input {
background: none;
border: none;
color: #85ADCE;
cursor: pointer;
font-size: 10px;
font-weight: bold;
height: 21px;
padding: 2px 8px;
text-transform: uppercase;
width: auto;
}

/* PT, EN, ES */
#submit68px:hover {
background: url(../imagens/submit68px.gif) center no-repeat;
}

/* FR */
#submit81px:hover {
background: url(../imagens/submit81px.gif) center no-repeat;
}

/* DE */
#submit89px:hover {
background: url(../imagens/submit89px.gif) center no-repeat;
}

/* PL */
#submit73px:hover {
background: url(../imagens/submit73px.gif) center no-repeat;
}






/*#form{
position:absolute;
width:290px;
height:300px;
margin:5px 0;
}

fieldset{
margin:0;
border:none;
}

label{
color:#2D4274;
float:left;
font-size:12px;
font-weight:bold;
margin:2px 5px 0px 4px;
text-align:right;
width:60px;
}

fieldset input{
color:#F37020;
border:#85ADCE 1px solid;
float:left;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
margin:2px 2px 2px 2px;
padding:0 0 1px 5px;
width:200px;
height:18px;
}

fieldset textarea{
color:#F37020;
border:#85ADCE 1px solid;
float:left;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
margin:2px 2px 2px 2px;
padding:0 0 1px 5px;
width:200px;
}

#form #submitBtn{
float:right;
margin:5px 0;
}

#form #submitBtn input{
cursor:pointer;
font-size:11px;
font-weight:bold;
width:70px;
height:15px;
color:#85ADCE;
background-color:#FFF;
text-transform:uppercase;
border:none;
margin:0 13px 0 13px;
}

#form #submitBtn input:hover{
background:url(../PT/imagens/chav_enviar.gif);
}*/

