/** 
 * Zutom Theme
 * http://www.zutom.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	margin: 0;
	padding: 0;
	width: 578px;
	border: 1px solid #b2b2b2;
	border-bottom: 0;
}

legend {
}

div.field {
/*	min-height: 70px; */
	border-bottom: #b2b2b2 solid 1px;
	border-top: #f9f8f5 solid 1px;
	background-color: #f0efed;
}
div.field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.middleColumn {
	float: left;
	width: 260px;
	padding: 15px 20px;
	background-color: #e4e3e1;
}

div.Actions {
	width: 580px;
	padding: 20px 0;
}
/* ACTION BUTTONS
---------------------------------------- */
input.action {
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style-type: none;
}

ul.optionset {
	
}
ul.optionset li {
}

/* INPUT BOXS
---------------------------------------- */
input,
textarea {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
	border: #c3c2c0 solid 1px;
	padding: 5px;
}

input.text,
input.select,
textarea {
	width: 246px;
	border: 0;
	border-bottom: #c3c2c0 solid 1px;
	border-right: #c3c2c0 solid 1px;
	background: url(../images/input_bg.gif) no-repeat top left;
}

input.checkbox {
	margin-right: 10px;
	border: 0;
}

input select {	
}

input[type="file"] {
	border: #c3c2c0 solid 1px;
}

input.action {
	width: 218px;
	height: 42px;
	padding: 10px 10px 12px 10px;
	float: right;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #ffffff;
	border: 0;
	background: #084ba5 url(../images/btn_submit_normal.gif) no-repeat top left;
}
input.action:hover {
	background: #074597 url(../images/btn_submit_hover.gif) no-repeat top left;
}

input:focus span, textarea:focus span {
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
label {
	display: inline;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;	
}

label.left {
	display: inline;
	float: left;
	width: 238px;
	padding: 15px 20px;
}

.typography div.textarea label.center {
	display: block;
	width: 100%;
	text-align: center;
}
.typography label.left {
	text-align: right;
}

label.right {
	display:inline;
}

form .message {
	margin: 10px 0;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
} 
form .message.required {
		color:#ff0000;
	} 
	
/* SEARCH BOX 
---------------------------------------- */
#Header form {
	float: left;
	width: 185px;
	height: 50px;
}
	#Header form * {
		display:inline !important;
	}
	#Header form fieldset {
		width: 185px;
		height: 50px;
		border: 0;
	}
	#Header form div {
		border-bottom: 0;
		border-top: 0;
	}
	#Header form div.field {
		width: 160px;
		height: 50px;
		background: 0;
		border: 0;
		float: left;
	}
	#Header form div.middleColumn {
		float: left;
		width: 160px;
		padding: 0;
		background: 0;
		line-height: 50px;
	}
	#Header form input.hidden {
		display: none !important;
	}
	#Header form input.text {
		width: 147px;
		color: #000;
		background: url(../images/bg_search.gif) no-repeat left top;
		border: 1px solid #375c8e;
		padding: 2px 5px;
		line-height: 17px;
		font-size: 12px;
		font-weight: normal;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		color: #c2d9ef;
	}
	#Header form input.action {
		position: absolute;
		top: 0px;
		float: left;
		width: 25px;
		height: 50px;
		line-height: 50px;
		background: url(../images/search.gif) no-repeat 0px 16px;
		padding: 0;
	}
#Header form div#Search {
	float: right;
}
#SearchForm_SearchForm {
}

#Sidebar input.action {
}

