/*
	Copyright (C) 2009 Rock`n`Cover, todos os direitos reservados.
	theme: Rock`n`Cover
	CSS versão: 0.3 
	autor: klausmadeira
	url: http://www.rockncover.com.br
*/
form {
	padding-left: 0px;
}
fieldset {
	width: 460px;
	border: none;
}
legend {  
	font: bold 24px georgia, "trebuchet ms", arial, serif;
	color: #FFF;
}
label {
	display: block;
	width: 200px;
	font: bold 16px georgia, "trebuchet ms", serif;
	color: #FFF;
	padding-bottom: 12px;
	position: relative;
}
label input { 
	width: 380px;
	height: 30px;
	font: 20px "trebuchet ms", arial, sans-serif;
	border:  1px solid #000;
	background: #FFFFCC url("imagens/bg_field.jpg") repeat-x; /*FFFFE5*/
	padding-left: 6px;
}
label span {
	font: 12px "trebuchet ms", arial, sans-serif;
	color: #FFF;
	right: 0;
}
textarea { 
	width: 380px;
	height: 180px;
	font: 20px helvetica, "trebuchet ms", arial, sans-serif;
	background: #FFFFCC url("imagens/bg_field.jpg") repeat-x; /*FFFFE5*/
	border:  1px solid #000;
	padding-left: 6px;
}
button {
	background: #000 url("imagens/bt.jpg") ;
	font: bold 18px georgia, "trebuchet ms", arial, serif;
	color: #FFF;
	width: 120px;
	height: 38px;
	border: 2px solid #636363;
	display: block;
}
button:hover{color: #000; background: #FFF;}
p.alert {
	background: #FFFFCE url("imagens/bg_alert.jpg") no-repeat top right;
	font: 12px georgia, "trebuchet ms", helvetica, sans-serif;
	text-align: justify;
	line-height: 21px;
	color: #000;
	width: 350px;
	padding: 12px 18px;
	margin-left: 54px;
}
p.alert span {
	color: #FF0000;
	font-weight: bold;
}