body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #767676;
	margin: 0;
	padding: 0;

}
h2{
	font-size: 1.1em;
	color: #3F4096;
}
ul.parceiros li{
	list-style-image: url('bullet.gif');
}

#borda {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 400px;
	overflow: hidden;
	background: #FFF url(doadores_bg.gif) no-repeat; 
}
#bordaform {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
	overflow: hidden;
	background: #FFF url(doadoresform_bg.gif) no-repeat; 
}

#close{
	position: relative;
	margin: 10px;
	text-align: right;
}
a, a:link{
	font-size: 1em;
	font-weight: bold;
	color: #3F4096;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#janela {
	overflow-y: scroll;
	position: absolute;
	width: 460px;
	height: 290px;
	top: 80px;
	left: 10px;
	padding: 0 10px 0 5px;
	margin: 10px 10px 10px 5px;
}
#janelaDoadores {
	position: absolute;
	width: 290px;
	top: 85px;
	left: 10px;
	padding: 0 10px 0 10px;
	
}

/*FORM*/
#formdoadores imput#nome{
	border: 1px solid #FFD752;
	width: 165px;
}

#formdoadores{
	width: 260px;
	border: 1px solid #CEEFFF;
	font-size: 11px;
	color: #3F4096;
	font-weight: bold;
	padding: 0 10px 0 20px;
	background-color: #E7F3FF ;
}
#formdoadores dd {
	margin-left: 0;
}
#formdoadores input{
	border: 1px solid #CEEFFF;
}
