
label {
	display         : block;
	float           : left;
	width           : 200px;
	font-weight     : bold;
	margin-bottom   : 5px;

}

input {
	float           : left;
	width           : 150px;
	border          : 1px solid #bc205b;
	font-size       : 11px;
	margin-bottom   : 5px;
}

input.checkbox {
	border          : none;
	width           : auto;
}

input.radiobutton {
	border          : none;
	width           : auto;
}

#btnSubmit {
	width           : auto;
	margin-left     : 200px;
	background-color : #ffffff;
}

img.capimage {
	border          : 1px solid #bc205b;
	margin-left     : 200px;
	margin-bottom   : 5px;
	margin-top      : 5px;	
}

.capein {
	width           : 20px;
	margin-bottom   : 5px;
}

div.secure {
	margin-top      : 20px;
}

div.error {
	font-size       : 14px;
	font-weight     : bold;
	color           : #0e0e0e;
	margin-bottom   : 10px;
}

span.message {
	font-size: 16px;
}
