.checkboxdiv {float:left; height:30px; padding-right:10px;width:150px;margin-top:5px;}

.smallfield .checkboxdiv {
width:auto !important;

}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}



.radio {
	background: url(images/radio.png) no-repeat;
}



.select {
	position: absolute;
	width: 127px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 31px;
	padding: 5px 15px 0px 8px;
	margin-bottom:5px;
	color: #222;
	font-family: 'Istok Web', 'Arial';
	font-size:15px;
	background: url(images/select.png) no-repeat top right;
	overflow: hidden;
}

.page-left select.styled {
width:150px; height:35px !important;
}

.page-right select.styled {
width:220px !important; height:35px !important;
}

.page-right .select {
width:200px !important; 
}


textarea {
background: #e8e8e8;
border: none;
padding: 2px;
font-family: 'Istok Web', 'Arial';
font-size: 13px !important;
color: #444px !important;
}


label.alignlabel {
    display: block;
    margin-left: 25px;
}