/*
** form.css 
** CSS - contain all style for forms, input, labels etc..
** Author: Steve TANGUE
** Date: 11.Dec.08
** Last Edited: 16.07.09 by Steve TANGUE
*/


/* form */

label {
	float: left;
	font-weight: bold;
	width: 120px;
	padding-bottom: 2px;
}

input, textarea{
	width: 145px;
	margin-bottom: 8px;
}
select {
	float:left;	
	width: 207px;
	margin-bottom: 8px;
}
.field_wrapper {
	margin: 5px 0;
	float:left;
}


.submit_button {
	border:none;
	width: 100px; height: 18px;
	text-align:center;
	background-image:url(../img/submit_button.png);
	padding: 8px 0 2px 0px; 
	color:#fff;
	cursor: pointer;
}
a:hover.submit_button {
	text-decoration:none;
	background-image:url(../img/submit_button_selected.png);
	cursor: pointer;
}

/* login page | member home login form style */
.login_input {
	width: 100px;
}


/* end of file */