form {
    width: 600px;
		
}
input.button{
		width:none !important;
		font-weight:bold;
		padding:3px;
		font-size:1em;
		text-transform:uppercase;
		-moz-border-radius:5px;
}
input.button.send{
		border:1px solid #755600;
		background:#BAAA7F;
		color:#755600;
}
input.button.delete{
		border:1px solid #999;
		background:#ccc;
		color:#666;
}
input.button.send:hover{
		background:#755600;
		color:#fff;
}
input.button.delete:hover{
		background:#666;
		color:#fff;
}
input.button:hover{
		position:relative;
		bottom:-1px;
		cursor:pointer;
}
form p {
    margin:1em 0 .3em .7em;
		color:#755600;
		clear:both;
}
.field {
    padding: 0 0 0.5em;
		overflow:hidden;
		clear:both;
		margin-bottom:3px;
		
}
legend{
		color:#755600;
		background:#F8F6F2;
		padding:0 .5em;
		font-size:1.2em;
}
input.formfield, textarea{
		background:#F1EEE6;
		border-left:4px solid #BAAA7F;
		border-bottom:none;
		border-right:none;
		border-top:none;
		padding:.3em;
		width:170px;
		margin-right:.5em;
}
input:focus,
textarea:focus{
		border-left:4px solid #755600;
}
textarea{
		width:300px !important;
}
input.button{

		margin:.5em;
}
fieldset{
		border:2px solid #F1EEE6;
		padding:.5em;
		margin-bottom:2em;
}
label{
		margin-left:.7em;}

label,
.checkbox p,
.radio p {
    padding: 0.2em 0 0;
    float: left;
    width: 125px;
}
input,
select {
    float: left;
    width: 160px;
}

select {
    width: 175px;
}
.field.margin{
		margin-bottom:1.5em;
}
.success {
    background: url(../images/accept.png) 315px 0.2em no-repeat;
}
.error {
    background: url(../images/error.png) 315px 0.2em no-repeat;
}
.error .messages,
.error .messages li {
    float: right;
    margin: 0;
    padding: 0;
		display:block;
		width:237px;		
    list-style: none;
}
.error .messages li {
    padding: 0.1em 0 0 1.5em;
    color: #b92d23;
}
.display-none{
display:none;}
.error input{
    border-left:4px solid #b92d23;
}
.show_form_error_message{
		color:#b92d23;
}
.checkbox p,
.checkbox .inputs {
    float: left;
}
.checkbox p {
    padding: 0;
    margin: 0 0 1em;
}
.checkbox .inputs {
    width: 165px;
}
.checkbox .inputs,
.checkbox .inputs li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}
.checkbox .inputs li {
    margin: 0 0 0.3em;
}
.checkbox li label,
.checkbox li input {
    display: inline;
    float: none;
    width: auto;
}
.button input {
    width: auto;
}

.button.submit {
    background:url(images/but-send.png) no-repeat; 
		width:150px;

		height:50px;
}

.validate_any {
    position: relative;
}
.validate_any.error {
    padding-top: 2em;
    background-position: 0 0.2em;
}
#terms_block {
    background-position: 205px 0.2em;
}
#terms_block .messages li {
    padding-top: 0.2em;
}
.validate_any .messages {
    position: absolute;
    left: 0;
    top: 0.1em;
}
