

.cust_checkbox {
	font-size:11px;
	cursor: pointer;
        width:14px;
        height:14px;
        display:block;
		margin-top:1px;
		margin-bottom:5px;
		padding-right:5px;
}
.radio {
	font-size:11px;
	cursor: pointer;
        width:13px;
        height:13px;
        display:block;
		margin-top:4px;
		margin-bottom:5px;
		padding-right:5px;
}
.cust_checkbox_on{
	background:url(../images/general/checkbox_on.png) no-repeat 0 0;
	float:left;
}
.cust_radio_on{
	background:url(../images/general/radio_on.png) no-repeat 0 0;
	float:left;
}
.cust_checkbox_off{
	background:url(../images/general/checkbox_off.png) no-repeat 0 0;
	float:left;
}
.cust_radio_off{
	background:url(../images/general/radio_off.png) no-repeat 0 0;
	float:left;
}
.cust_checkbox_disabled_on{
	background:url(../images/checkbox_disabled_on.png) no-repeat 0 0;
	float:left;
}
.cust_checkbox_disabled_off{
	background:url(../images/disabled_off.png) no-repeat 0 0;
	float:left;
}
.cust_radio_disabled_on{
	background:url(../images/radiobox_disabled_on.png) no-repeat 0 0;
	float:left;
}
.cust_radio_disabled_off{
	background:url(../images/disabled_off.png) no-repeat 0 0;
	float:left;
}

.bold {font-style:italic;}
fieldset#basiccheck {
	float:left;
	width: 195px;
	display:block;
}
fieldset#basicradio {
	float:left;
	width: 500px;
	display:block;
}
.group2 {
	padding-left:30px;
	width:470px !important;
}
.group4 {
	float:right;

	width:250px !important;
}
.group3 {
	padding-left:30px;
	width:600px !important;
}
.group3 label {
	width:160px;
}
.group3 p {
	float:left;
	width:100%;
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.group3 p.font10, p.font10 {
	font-size:10px;
	float:left;
	display:block;
}
.group3 p a {
	float:left;
	width:100%;
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.group3 p a:hover {
	color:#D90025;
	text-decoration:underline;
}
.group3 fieldset#basiccheck {
display:block;
float:left;
width:500px;
}
.group3 fieldset#basiccheck label {

width:400px;
padding-top:0;
}
.group3 fieldset.styled_field {
border:1px solid #afafaf !important;
float:left;
width:415px !important;
padding:10px !important;
background: url(../images/general/bg_texarea.png) repeat-x  left top;
}
.group3 fieldset.styled_field label {
	width:auto!important;
	padding-right:10px!important;
}
.group3 fieldset.styled_field .left {
	float:left;
	width:200px;
	padding-left:33px;
}
.group3 fieldset.styled_field .right {
	float:left;
	width:180px;
	padding-left:0px;
}
.group_left {
	float:left;
	width:350px;
	display:block;
}
.group4 fieldset#basicradio {
	width:auto !important;
}
.group3 label.sex {
	width:65px;
}
.group_left label, label.red {
	width:120px;
}