/* --------------------------------------------------*/
strong {
font: 500 11px "Trebuchet MS";
color: #000;
}
div#sign{
margin-top: 30px;
text-align: center;
}
div#red {
color: #C03;
}


fieldset em{
font: bold 12px "trebuchet ms";
color: #C03;
}
p {
margin-top: 5px;
}
strong {
font: bold 12px "Trebuchet MS";
}
fieldset {
border:1px solid #CCC;
padding:10px;
}
legend { 
font: bold 14px "Trebuchet MS"; 
color: #C03;
font-weight:bold;
letter-spacing:1px;
margin-bottom: 5px;
margin: 1px;
}
input, select {
color: #000;
background-color: #FFF;
width: 300px;
padding-left: 2px;
}
textarea {
color: #000;
background-color: #FFF;
height: 100px;
width: 300px;
padding-left: 2px;
}
input:focus, select:focus, textarea:focus  {
background-color: #FBF;
}
label {
width: 160px;
color: #000;
vertical-align: top;
display: block;
float: left;
}
#text {
height: 130px;
clear: both;
}
input#antispam, input#ddd, input#uf{
width: 50px;
}
input#fone, input#cidade {
width: 245px;
}
input.enviar {
background-color: #CC9;
}
.antispam {
width: 230px;
}
fieldset li{
list-style: none;
height: 25px;
}
/* --------------------------------------------------*/


/* ############################################## */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #CC9;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #CC9;
}
#ImageBoxCaptionText
{
	font: bold 11px "trebuchet ms";
	color: #000; 
	background-color: #C03;
	width: 80%;
	margin: 0px;
	padding: 2px;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/next_image.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}
