.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	
}

input[type=text]{     
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #cccccc; 
    border:1px solid #000000;
    width:450px;
	height:28px;

}

textarea{
    border: 1px solid #000000;
    background:#cccccc;
    width:450px;
    height:200px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
}

input[type=text]:hover, textarea:hover{ 
         background: #ffffff; border:1px solid #990000;
}

input[type=submit]{
        background:#006699;
        color:#ffffff;
}