label,input {
	display: inline;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
label {
	text-align: right;
	width: 130px;
	padding-right: 20px;
}


#check input, #check label, #check option{
margin-left:10px;
display: inline;
width:20px;
padding-right: 50px;
float: left;
}


br {
	clear: left;
}


input.button {
border-right: 2px outset #555; 
border-bottom: 2px outset #555; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size:11px; 
font-weight: bold; 
color: #218429; 
width:100px; 
background: yellow;
float:none; 
margin-top:10px;
}
#centerBut{
text-align:center; 
margin: 0 auto;
width: 450px; 
}
#centerform{
width: 550px; 
background-color: #E4EEF6;
border: 1px dotted #000043; 
padding: 15px;
margin: 0 auto;
}

legend{
font-weight:900;
}
fieldset{border:1px solid #ddd;
}
img {border: none;}

.redtext {color: red;}