﻿
body
{
	margin: 0;
	
	font-family: Sans-Serif;
	font-size: 12px;
	
}

.Endereco
{
	font-size: 10px;
	padding-right: 5px;
}

h1
{
    font-family: Sans-Serif;
    font-size: 16px;
    
    color: #666666;
    
    padding-top: 0;
}

h2
{
    font-family: Sans-Serif;
    font-size: 14px;
    
    color: #990099;
    
    padding-top: 0;
}

h3
{
    font-family: Sans-Serif;
    font-size: 12px;
    
    color: #666666;
    
    padding-top: 0;
}

.Botao
{
    background-image: url(//App_Themes/Default/Imagens/Menu_bg_Button.jpg);
	background-repeat: repeat-x;
	
	border: solid 0px #000000;
	
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
	
	color: #666666;
}

fieldset
{
    margin: 5px;
    
    width: 192px;
    height: 130px;
    
}

legend
{
    font-weight: bolder;
    color: #990066;
    
    padding-left: 5px;
    padding-right: 5px;
}

comentario
{
	font-weight: bolder;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px;
}

#Produto fieldset
{
    width: 96%;
    
    height: 100%;
    
    padding: 5px;
}

.fieldset
{
    width: 96%;
    
    height: 100%;
    
    padding: 5px;
}

.aspLogin input
{
    margin-bottom: 10px;
}
