/*** CORNER STYLES ***/
.roundedDiv .header ul, #form_container form .roundedDiv .header ul {
background: url(../img/corners.gif) -15px -15px no-repeat;
height: 15px;
list-style: none;
margin: 0;
overflow: hidden;

}
.roundedDiv .header ul li, #form_container form .roundedDiv .header ul li {
float: right;
background: url(../img/corners.gif) 0px -15px no-repeat;
width: 15px;
line-height: 15px;
height: 15px;
overflow: hidden;
padding: 0;
}
.roundedDiv .footer ul, #form_container form .roundedDiv .footer ul {
background: url(../img/corners.gif) -15px 0px no-repeat;
height: 15px;
list-style: none;
margin: 0;
overflow: hidden;
}
.roundedDiv .footer ul li, #form_container form .roundedDiv .footer ul li {
float: right;
background: url(../img/corners.gif) 0px 0px no-repeat;
width: 15px;
line-height: 15px;
height: 15px;
overflow: hidden;
padding: 0;
}
.roundedDiv, #form_container form .roundedDiv {
width: 82%;
margin: 0 auto;
background: #5A008D;
color: #000;
}
#content {
padding: 0 15px;
display: block;
}



#inside .col_left .roundedDiv p{
	background-color:#5A008D;
	color: white;
	font-family: Verdana, Arial, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	line-height:17px;
	margin:0px;
	padding:0px;
	text-align:center;
}