@charset "UTF-8";
/* CSS Document */

.btNewsLetter
{	
	color:#FFFFFF;
	background-color:#fd8b84;
	margin-top:5px;
	width:60px;
	height:30px;

}

.divPhotoStream
{
	height:130px;
}

.divPhotoStreamItem
{
	
	width:60px; 
	height:60px; 
	float:left; 
	margin-right:4px; 
	margin-bottom:4px; 
	border:#fd8b84 solid 2px;	
	
}

.imgPhotoStream
{
	border:0px;
}

.formErro
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#C40003;
}

.formErroCampo
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#C40003;
	margin:0px;
}

.formSucesso
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#1D880E;

}

