#leftLivreDor
{
	width: 415px;
	float: left;
	color:#9f9d9d;
}
#leftLivreDor .com{
	border: 1px solid #ddd;
	padding: 14px;
	text-align: justify;
	line-height: 14px;
}
.imgLivreDorP{
	height: 37.5px;
	width: 50px;
	padding: 0;
	display: block;
	border: 0;
	float: right;
	margin-left: 20px;
	margin-top: -6px;
	cursor: pointer;
}
.hoverPhoto{
	background: url("images/bg-photo-livredor.png") 0 0 no-repeat;
	width: 257px;
	height: 201px;
}
.hoverPhoto img{
	padding: 5px 12px 16px 5px;
	width: 240px;
	height: 180px;
}
.imgLivreDor{
	width: 130px;
	height: 104px;
	padding: 1px;
	display: block;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
}
#leftLivreDor .com_b{
	display: block;
	position: absolute;
	bottom: -17px;
	left: 40px;
	background: url("images/com_b.gif") 0 0 no-repeat;
	width: 18px;
	height: 17px;
}
#leftLivreDor .delapart{
	height: 15px;
	padding: 18px 0 30px;
}
#leftLivreDor .vert{
	color:#93c41f;
}

#rightForm
{
	width: 270px;
	float: right;
	margin-right: 10px;
}
.plivredor{
	color:#616161;
	font-size: 12px;
}
#form{
	width:275px;
	margin:20px auto;
}
#form li{
	padding:5px 0;
	float:left;
	width:275px;
}
#form div.relative{
	position:relative;
}
#form label{
	display:block;
	/*width:160px;*/
	padding:0;
	margin:0 8px 0 0;
	color:#616161;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#form label b, #form label b.green{
	color:#d55853;
	font-size:10px;
	font-weight:bold;
	text-transform:none;
}
#form label b.green{
	color:#92C520;
}
#form input, #form textarea{
	border:1px solid #d9d9d9;
	background-color:#ddd;
	padding:3px 2px 2px;
	font:bold 13px Arial, Tahoma;
	color:#616161; 
}
#form .submit, #form .reset{
	display:block;
	width:70px;
	height: 21px;
	color:#504f4f;
	text-align:center;
	background-color:#ddd;
	border:0;
	cursor:pointer;
	float: right;
	font:normal 11px Tahoma, Arial;
	margin:10px 0 0 8px;
}
#form .submit{
	background-color: #90c31c;
	color:#fff;
}
#form .submit:hover, #form .reset:hover{
	text-transform: uppercase;
}
#form .fleft, #form .fleft input, #form .fleft textarea{
	width:270px;
} 
.fleft{
	float:left;
}
.fright{
	float:right;
}

/*validate*/
#form .red {
	border: 1px solid #cc0000;
}
#form label.red {
	border: none;
	color: red;
}
#form .customRed {
	border: none;
	color: red;
}
#validationMessage {
	display: none;
}
#form .errorMessage {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-align: right;
	color: #c00;
}

/*captcha*/
#form p {
	clear:both;
	height:21px;
	line-height:21px;
	margin:0 0 3px;
	position:relative;
	width:270px;
	font-size:13px;
}
#form p.bold{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#form p.captchaItem{
	position: absolute;
	top: 25px;
	text-align: center;
}
#form p.captchaImg{
	left: 0;
	width: 78px;
	height: 48px;
	border: 1px solid #e5e5c6;
}
#form p.captchaMsg{
	left: 85px;
	width: 105px;
	line-height: 14px;
	font-size: 10px;
}
#form p.captchaError{
	top: auto;
	bottom: -10px;
	left: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #c00;
	line-height: 14px;
}
#form p.captchaInput{
	right: 0;
	width: 80px;
	height: 50px;
}
#form p.captchaInput .errorMessage{
	top: 0;
	right: 0;
	text-align: center;
}
#form p.captchaInput input{
	padding: 10px 5px;
	width: 68px;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.pconfirmation{
	padding-bottom: 10px;
}
.title{
	color: #90C31E;
}
.pagination{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;	
}
.pagination .sui, .pagination .pre{
	color: #a2a1a1;
	text-decoration: underline;
}
.pagination .pre{
	background: url("images/bg_pre1.gif") 0 4px no-repeat;
	padding-left: 10px;
}
.pagination .sui{
	background: url("images/bg_sui1.gif") 100% 4px no-repeat;
	padding-right: 10px;
}

#form .error{
	color: #FFEFEF;
	background-color: #cf0000;
}
.wait{
	background-color: #fff;
	color:#93C41F;
	font-size: 16px;
	font-weight: bold;
	width: 276px;
	height: 660px;
	position: absolute;
	left:0;
	top:0;
}
.wait .txtwait{
	background: #efefef url("images/loading.gif") 5px 50% no-repeat;
	margin: auto;
	position: absolute;
	bottom:0;
	padding: 10px 5px 10px 50px;
	width: 221px;
}