﻿#form label
{
	width:100px;
	text-align:right;
	display:block;
	padding-right:10px;
	margin-bottom:5px;
	float:left;
}
#form input
{
	background:#ebf0f5;
	margin-bottom:5px;
}
#form textarea
{
	background:#ebf0f5;
	margin-bottom:5px;
	width:210px;
	height:75px;
}
#form .botao
{
    padding: 4px;
    padding-left: 20px;
    background-image: url(imagens/detalhe_botao.gif);
    background-repeat: no-repeat;
    background-color: #eaeeef;
    background-position: 5px 6px;
    cursor: pointer;
    text-align: left;
}
#form .botao:hover
{
    background-color: #f2f2f2;
} 
#form .botao2
{
    padding: 4px;
    padding-left: 20px;
    background-image: url(imagens/detalhe_botao.gif);
    background-repeat: no-repeat;
    background-color: #eaeeef;
    background-position: 5px 6px;
    cursor: pointer;
    text-align: left;
    margin-left:110px;
    margin-right:10px;
}
#form .botao2:hover
{
    background-color: #f2f2f2;
} 