/*---------------------------------------------------------*/
/*-- Base Form Styles -------------------------------------*/
/*---------------------------------------------------------*/

form {
	position:relative;
}

.form_row {
	margin:0 0 12px;
}

label {
	float:left;
	width:134px;
	color: #464646;
}

label > span {
	color: #C33;
}

input, textarea, select {
	background: #eaebec url('../graphics/bgs/forms/form-input-bg.jpg') repeat-x left top;
	float: left;
	border:1px solid #d9d9d9;
	color: #464646;
	font-size: 11px;
}

input {
	width:232px;
	padding:5px 9px;
}

textarea {
	width:232px;
	height:70px;
	padding:4px 9px;
	resize: none;
}

select {
	width:252px;
	padding:4px 9px;
	float:left;
}

select option {
	background:#FFF;
}

input.checkbox, input[type="checkbox"] {
	width:13px;
	height:13px;
	border:none;
	background:#FFFFFF;
	margin:0 0 3px;
}

button {
	background: url('../graphics/buttons/buttons-master.png') no-repeat left -7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	padding: 0 0 0 6px;
	border:none;
	text-align: center;
	white-space: nowrap;
}

button > span {
	background: url('../graphics/buttons/buttons-master.png') no-repeat right -45px;
	padding: 6px 11px 12px 2px;
	color: #f2f2f2;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
}


/* Firefox border and padding fix */
button::-moz-focus-inner {
	border:none;
	padding:0;
}


/*---------------------------------------------------------*/
/*-- Tailored Form Styles ---------------------------------*/
/*---------------------------------------------------------*/

.inline_input_button {
	position: relative;
}

.inline_input_button > input {
	margin: 1px 5px 0 0;
	width: 140px;
}

.inline_input_button > button {
	border-bottom-color: #747474;
	float: left;
}
.form_button_right{
	margin-left: 323px;	
}
