
/* CONTACT FORM Inset 3D Raised */
/* Curved cutout Borders*/
.contactform{
	
}
.roundcont {
	background-color: #99A8C4;
}

.roundcont .roundtop { 
	height: 15px;

	background: url(../images/round_corner_tr.gif) no-repeat top right; 
}

.roundcont .roundbottom {
	height: 15px;
	background: url(../images/round_corner_br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}




.roundcontleft {
	background-color: #556E9C;
	color: #fff;
}
.roundcontleft .roundtop { 
	height: 15px;
	background: url(../images/round_corner_tl_off.gif) no-repeat top left; 
}
.roundcontleft .roundbottom {
	height: 15px;
	background: url(../images/round_corner_bl_off.gif) no-repeat top left; 
}
.ongletactif .roundcontleft {
	background-color: #99A8C4;
}
.ongletactif .roundcontleft .roundtop { 
	height: 15px;
	background: url(../images/round_corner_tl.gif) no-repeat top left; 
}
.ongletactif .roundcontleft .roundbottom {
	height: 15px;
	background: url(../images/round_corner_bl.gif) no-repeat top left; 
}


.roundcontent{

	padding:.5em;
	text-align: left;
	line-height: 1.5em;
}
.roundcontent span{
	color: #fff;
}
.ongletactif .roundcontent span{
	color: #000;
}
