/*Main container*/
#content-contact{
	width:710px;
	margin:0 auto;
}

#content-contact .blackpod{
	width:710px;
	margin:20px 0;
	background:transparent url(../img/form-bg.gif) repeat-y scroll 0% 50%;
	position:relative;
}
#content-contact .blackpod h4{
	position:absolute;
	left: 20px;
	top:8px;
	font-size:16px;
}
#content-contact .question{
	position:absolute;
	right: 15px;
	bottom:1px;
	background:transparent url(../img/img-question.jpg) no-repeat;
	width:155px;
	height:110px;
}
#content-contact .blackpod .top{
	background:transparent url(../img/form-top.gif) no-repeat scroll 0%;
	height:16px;
	width:710px;
	z-index:10;
}
#content-contact .blackpod .content{
	padding:30px 10px 5px 20px;
}
#content-contact .blackpod .content h5{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#content-contact .blackpod .content p{
	margin-bottom:8px;
}
#content-contact .blackpod .content p b{
	font-size:12px;
	font-weight:bold;
}
#content-contact .blackpod .content p em{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#content-contact .blackpod .bottom{
	background:transparent url(../img/form-bottom.gif) no-repeat scroll 0%;
	height:16px;
	width:710px;
}
/*Pod gris*/
#content-contact .greypod{
	width:710px;
	margin:8px 0 25px 0;
	background:#292929 url(../img/bg-grey-contact.jpg) repeat-x;
	position:relative;
}

#content-contact .greypod .top{
	background:transparent url(../img/form-top-grey.gif) no-repeat scroll 0%;
	height:16px;
	width:710px;
	z-index:10;
}
#content-contact .greypod .content{
	padding:0px 10px 0px 20px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;	
}
#content-contact .greypod .content a img{
	margin:0 auto;
	border:0;
	display:block;
	padding-top:7px;	
}
#content-contact .greypod .content p{
	margin-bottom:8px;
}

#content-contact .greypod .bottom{
	background:transparent url(../img/form-bottom-grey.gif) no-repeat scroll 0% 50%;
	height:16px;
	width:710px;
}