body {
	font-family:  Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding: 10px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

p {
	color: #5f4e45;
	margin-bottom: 20px;
}

a {
	color: #5f4e45;
}

p.alert {
	color: #ff0000;
}

/*
	------------------------
	clearfix
	------------------------
*/

.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {zoom:1} /* haslayout trigger */

.clearfix {
	display: block;
}


/*
	------------------------
	form 
	------------------------
*/

div.form {
	padding-bottom: 10px;
}

div.form fieldset.block {
	padding: 12px;
	border-bottom: 1px dotted #d5c190;
	margin-bottom: 20px;
}

div.form fieldset {
	padding-bottom: 10px;
}

div.form fieldset div {
	padding-bottom: 10px;
}

div.form fieldset div.indent {
	padding-left: 155px;
}

div.form legend {
	font-weight: bold;
	padding-bottom: 10px;
}

div.form legend.slim {
	font-weight: normal;
}

div.form legend,
div.form label {
	color: #5f4e45;
}

div.form label.text {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

div.form_slim label.text {
	width: 100px;
}

div.form_slim fieldset div.indent {
	padding-left: 105px;
}

div.form textarea.text,
div.form select.text,
div.form input.text {
	border: 1px solid #d5c190;
}

div.form textarea.text,
div.form select.text,
div.form input.text {
	color:  #5f4e45;
	width: 200px;
}

div.form input.text {
	width: 196px; /* 200px */
	padding: 0 2px 0 2px;
	margin-right: 12px;
}

div.form textarea.text {
	width: 300px; /* 290px */
	height: 200px; /* 190px */
	padding: 5px;
}

select option {
	padding-left: 5px;
}

div.form div.link {
	text-align: center;
}

div.form div.link a {
	color: #000;
	font-size: 10px;
}

div.form div.submit {
	text-align: center;
}

div.form a.button {
	padding: 5px 10px;
	color: #fff;
	background-color: #f3c839;
	text-decoration: none;
}

div.form label.error {
	font-size: 11px;
	color: #ff0000;
}

div.form label span,
div.form legend span {
	color: #ff0000;
}

div.form textarea.error,
div.form select.error,
div.form input.error {
	color: #ff0000;
	border: 1px dotted #ff0000;
}

div.form ul.messages {
	margin-left: 12px;
	padding-bottom: 20px;
	color: #ff0000;
}

div.form ul.messages a {
	color: #ff0000;
}
