/*--------------------------FORM ELEMENTS-------------------------------*/
form label{
	width		: 100px;
	float		: left;
	text-align	: right;
	margin		: 2px;
}
form span{
	margin		: 2px;
}
/*-----------checkbox/radio styles----------------*/
form .check, form .checked{
	width		: auto;
	text-align	: left;
	margin		: 2px 2px 2px;
	padding		: 0;
	cursor		: pointer;
}
label.checked{
	color		: blue;
}
form input, form select, form textarea{
	margin		: 1px 0 1px 0;
}
/*-------------------------------------------*/
.formclose{
	height		: 28px;
	text-align	: center;
	padding		: 6px 2px 6px 2px;
}
form a.button, .button{
	background	: #57687F;
	color		: #fff;
	text-align	: center;
	font-size	: 11px;
	padding		: 0 8px 0 8px;
	margin		: 2px 0 2px 0;
	border-top	: 1px solid #e2e2e2;
	border-right	: 1px solid #ccc;
	border-bottom	: 1px solid #ccc;
	border-left	: 1px solid #e2e2e2;
	text-decoration	: none;
	cursor		: pointer;
}
form a.button:hover, .button:hover{ 
	
}

