.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575555;
	text-decoration: none;
}
.round_left{
background-image:url(../images/left_curve.png);
background-repeat:no-repeat;
background-position:right;
}
.round_right{
background-image:url(../images/right_curve.png);
background-repeat:no-repeat;
background-position:left;
}
.round_center{
background-image:url(../images/center_curve.jpg);
height:236px;
width:400px;
}
.error_icon{
background-image:url(../images/error_icon.png);
background-repeat:no-repeat;
background-position:center;
}
.gradiant_line{
background-image:url(../images/line.png);
width:2px;
height:234px;
background-position:bottom;
background-repeat:no-repeat;
}
