.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	/*background: url(../images/designnew/select_up.jpg) no-repeat;*/
	background: url(../images/designnew/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/designnew/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/designnew/select.gif) no-repeat;
	overflow: hidden;
}
.divRadio{
	float:left;
	line-height:20px;
}
.divEmail{
	float:left;
	padding: 2px 5px 0 0;
}
.divSubmit{
	width:100%;
	padding: 8px 0 0 0;
	
}
.buttonSubmit {
	width:100px;
	height:35px;
	margin: 0 0 0 0;
	padding:0px;
    border: none;
    background:  url(../images/designnew/submit_up.jpg) no-repeat top left;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.divError{
	width:100%;
	padding: 5px 0 0 0;
	font-weight:bold;
	color:#FF0000;
}
#tblGirlsAllSub{
}
#tblGirlsAllSub td{
	width:100px;
	height:170px;
	padding:0 10px 10px 0;
}
.divCheckBok{
	position:relative;
	height:25px;
	padding: 5px 0 0 0;
	left:-4px;
}
input.checkbox{
	position:absolute;
	padding:0;
	margin:0;
	left:0;
}



