﻿.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
	font-family:Verdana;
	font-size:medium;
}
/* CSS Document */
body	{
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	font: 80.5% "Trebuchet MS", sans-serif;	
	}

a:link {text-decoration: none; color: #6f6f6f;}
a:visited {text-decoration: none; color: #6f6f6f;}
a:hover {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000}

.corpo	{
	background-color: #e0e0e0;
	width: 800px;
	border: 0px solid #000000;
	min-height:100%;
	height:auto;
	}

.cima	{
	height: 100px;
	padding-bottom: 00px;
	width: 100%;
	background-color:#dcdcdc;
	position: absolute;
}

.cima_texto	{
	border:0px solid #000000;
	height: 70px;
	width: 350px;
	position: absolute;
	margin-top: 15px;
	margin-left: 120px;
	text-align: center;
}

.cima_linha	{
	top:0px;
	height: 5px;
	width: 100%;
	background-color: #c0c0c0;
	position: relative;
}

.tabs	{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 26px;
	text-align: right;
	border:solid 0px #000000;
}
	.tabs a:link {margin-top: -10px; text-decoration: none; color: #6f6f6f; background: #c0c0c0; padding: 5px;}
	.tabs a:visited {text-decoration: none; color: #6f6f6f; background: #c0c0c0; padding: 5px;}
	.tabs li { display: inline;}
	.tabs ul { margin: 0px;	padding: 0px; list-style-image: none; }
	.tabs img { margin-top: 0px; margin-bottom: -8px;  height: 26px; }

#fonte	{
	font-family: arial;
	color:#6f6f6f;
	font-size: 13.5px;
	font-weight: bold;
	letter-spacing: -1px;
}

#contactform {
 
 	margin-left:auto;
	margin-right:auto;
 
    width: 600px;
    padding: 20px;
    background: #f0f0f0;
    overflow:auto;
 
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
    margin-top:20px;
    margin-bottom:20px;
}
	
label {
    font-family: Arial, Verdana;
    text-shadow: 2px 2px 2px #ccc;
    display: block;
    float: left; margin-right:15px;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 200px;
    line-height: 25px;
    font-size: 15px;
    margin-top:7px;
    }    select, input {
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
    margin:5px;
}.msgTextArea {    clear:both;    display:block;    width:600px;}.button
{
    margin-top:10px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
    /* Background gradient */
    background: #a5b8da;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 
    }
h1 { text-align:center }