/*-------------------------------------------------------------------------------------------------------------------
	Autor: Fernando Guasco 
	Empresa: ESCA Acessoria Contabil e Tributaria
	Descricao: Folha de estilo da página CONTATOS, ESCA Acessoria Contabil e Tributaria.
 	Data:03/04/2011
	Versao: 1.0
--------------------------------------------------------------------------------------------------------------------*/
#center {padding-bottom:100px;}

/*############## Estilos do Conteúdo de Texto da página Contatos ##############*/
#workTexts {color:#808080;}
.contatoTxt {
	float:left;
	margin:94px 0 0 65px;
}

.contatoTxt h3 {
	margin-bottom:30px;
	line-height:30px;
	font-size:16px;
	font-weight:normal;
}
.lineForm {
	float:left;
	width:100%
}
.fltLeft {float:left;}

/*############## Estilos do Formulário da página Contatos ##############*/
#cadCurriculu {
	float:left;
	width:378px;
	margin-left:15px;
}
#cadCurriculu label {
	display:block;
	font-size:14px;
	font-weight:bold;
}
#cadCurriculu label.error {
	display:table;
	margin:-10px 0 10px;
	color:#F03; 
	font-size:10px;
}
#workTexts form .gender {padding-left:5px;}
#workTexts form .gender h3 {margin-bottom:8px;}
#workTexts form .gender label {
	float:left;
	width:70px;
	font-weight:normal;
}
.gender {margin:0 0 10px -10px;}
.gender input {
	float:left;
	margin-top:2px;
}	
#ctName, #ctEmail {
	width:358px;
	height:26px;
	border:none;
	padding:3px 10px 0;
	margin:5px 0 10px;
	padding-top /*\**/: 5px\9;/* Hack IE8 */
	background:url(../images/bg_inputLarge.png) no-repeat;
}
#ctBirth {
	width:163px;
	height:26px;
	border:none;
	padding:3px 10px 0;
	margin:5px 0 10px;
	padding-top /*\**/: 5px\9;/* Hack IE8 */
	background:url(../images/bg_inputModerate.png) no-repeat;
}
#ctDDD {
	width:32px;
	height:26px;
	border:none;
	padding:3px 10px 0;
	margin:5px 0 10px;
	padding-top /*\**/: 5px\9;/* Hack IE8 */
	background:url(../images/bg_inputLittle.png) no-repeat;
}
#ctPhone {
	width:174px;
	height:26px;
	border:none;
	padding:3px 10px 0;
	margin:5px 0 10px;
	padding-top /*\**/: 5px\9;/* Hack IE8 */
	background:url(../images/bg_inputMedium.png) no-repeat;
}
#fileUpload {
	width:368px;
	height:50px;
	margin-bottom:5px;
	background:url(../images/btn_ctFile.png) 265px 18px no-repeat;
}
#ctUpload {
	float:left;
	margin:-28px 0 0 10px;
    margin-top /*\**/: -19px\9;/* Hack IE8 */
	*margin-top:-32px;
	height:26px;
	opacity: 0.0;
    -moz-opacity: 0.0;
	cursor: pointer;
    filter: alpha(opacity=00);
}
#falseUpload {
	width:236px;
	height:26px;
	margin-top:5px;
	padding:3px 10px 0;
	padding /*\**/: 5px 10px 0\9;/* Hack IE8 */
	border:none;
	background:url(../images/bg_inputWide.png) no-repeat;
}
#ctMessage {
	width:358px;
	height:88px;
	border:none;
	padding:10px;
	margin:5px 0 10px;
	resize:none;
	background-attachment:fixed;
	background:url(../images/bg_textArea.png) no-repeat;
}
#ctSend {
	float:right;
	width:78px;
	height:32px;
	cursor:pointer;
	border:none;
	margin-right:5px;
	background:url(../images/btn_ctSend.png) no-repeat;
}