label {
float:left;
clear:both;
display:block;
width:85px;
color: #666666;
}

#confirmmail {
margin-top:4px;
margin-bottom:35px;
}

#homepage {
visibility: hidden;
}

label, input, textarea, select {
margin-bottom:10px;
padding:2px;
}

option {
padding-left:5px;
background:#FFFFF9;
}

input, textarea {
float:left;
display:block;
padding-left:5px;
width:320px;
border: 1px solid #E2E6EA;
background:#FFFFF9;
color: #666666;
}

select {
float:left;
display:block;
padding-left:5px;
width:329px;
border: 1px solid #DDDDDD;
background:#FFFFF9;
color: #666666;
}

.checkbox {
height: 15px;
width: 15px;
border: 0;
background: transparent;
}

input.hidden {
	display: none;
}

textarea {
height:130px;
padding:5px;
/*overflow: -moz-scrollbars-vertical;
overflow-y:scroll;*/
overflow:auto;
}

.extramargin {
margin-bottom:20px;
}

input:focus, textarea:focus, select:focus {
border: 1px solid #C3BEBA;
background: #F8F7F7 url(img/formfieldbg.jpg);
color: #333333;
}

.button, .button:focus {
	font-size: 11px;
	float:right;
	clear:both;
	margin-right:10px;
	padding: 0;
	width:80px;
	height:26px;
	background: url(img/button_bg.gif) repeat-x center;
	/*border: 1px #336699; 3px double
	border-bottom-color: #336699;
	border-left-color: #4477AA;
	border-right-color: #336699;
	border-top-color: #4477AA;*/
	color: #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
}

.button:hover {
	background: url(img/button_bg_over.gif) repeat-x center;
	padding: 1px 0 0 0;
}

.special {
	display: none;
}