input.action,
a.button {
	width: 100px;
	text-align: center;
	background: #7D6B65 url(../images/btn_off.gif) repeat-x;
	
	color: #ffffff;
	text-transform:uppercase;
	border: 1px solid #7D6B65;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
input.action {
	height: 22px;
	padding: 2px 8px 4px;
	display: block;
	margin: 0;
}
a.button {
	padding: 4px 8px 3px;
	display: block;
	width: 82px;
}
input.action:hover,
a.button:hover {
	background: #7D6B65 url(../images/btn_on.gif) repeat-x;
}


form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}
.field {
	clear: left;
}
.field, 
.textarea {
	margin-bottom: 15px;
	display: block;
}
.field input {
	width: 300px;
	 border: 1px solid #999999;
}
.textarea textarea {
	width: 300px;
	border: 1px solid #999999;
}
label {
 	display: block;
	margin: 5px 0 0 0;
	color: #777;
	font-size: .9em;
	font-weight: bold;
}

label.right {
	display:inline;
}
label.left p {
	font-weight: normal;
}

/* FIELD FORMATING
---------------------------------------- */
.checkbox input {
	border: none;
	width: auto;
}
input.radio  {
	border: none;
}

.dropdown select {
	border: 1px solid #999999;
}


.checkboxset {
}
div.checkboxset ul.checkboxsetfield  {
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}
div.checkboxset ul.checkboxsetfield li {
	list-style-type: none;
	display: block;
	float: none;
}
.checkboxset label {
	display: inline;
}
.checkboxset .checkboxsetfield input.checkbox  {
	display: inline;
	width: 20px;
	border: none;
}

form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 0px 8px 0 0;
	/*background: #E9E9E9;*/
	padding: 0px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}

/*.optionset {
	height: 30px;
}*/
.optionset .radio {
	width: auto;
}
div.optionset ul.optionset  {
	list-style: none;
	margin: 5px 0 15px;
	width: 100%;
	float: left;
	display: block;
	padding: 0;
}
div.optionset ul.optionset li {
	list-style-type: none;
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
}
.optionset .optionset label {
	display: inline;
}/**/

div.middleColumn.literalFieldArea {
	display: none;
	height: 1px;
	border: 1px solid red;
	margin: 0;
	padding: 0;
}

input.recaptcha_response_field {
	margin: 0;
	padding: 0;
}