@charset "UTF-8";
/* CSS Document */

/* Contact */

.cform {margin: 0px; float: left; display: -moz-inline-box; display: inline-block; list-style: none;}

.cform input,
.cform textarea,
.cform select {margin: 0 0 5px 0; padding: 5px 6px 4px 6px; background: #f2eedf; vertical-align: top; color: #887e6c; font-size: 12px; border: solid #aa9f8e 1px;}
	
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{background:#e4ddca;}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{background:#e4ddca;}

.cform textarea,
.cform input {width:233px;}

.cform li {}
.label {display:block; margin: 0px 0px 8px 0px; text-transform: lowercase;}

.c_name {display:block; margin-bottom: 1px; font-weight: normal; font-variant: normal; text-align:left;}
.c_message {display:block; margin-bottom: 1px; font-size: 11px; font-weight: normal; font-variant: normal; text-align:left; font-family: Arial, Helvetica, sans-serif;}

.cform input.submit {display: block; margin: 5px 20px 0px 0px; padding:0; float:left; width:70px; height:25px; background: #6a4c32; cursor: pointer; overflow: hidden; border: none; color: #fff; text-align: center;}
.cform input.submit:hover {background: #88a324; color: #fff;}

/* Orders */

.oform {margin: 0px; float: left; display: -moz-inline-box; display: inline-block; list-style: none;}

.oform input,
.oform textarea,
.oform select {margin: 0 0 5px 0; padding: 5px 3px 4px 3px; background: #f2eedf; vertical-align: top; color: #887e6c; font-size: 12px; border: solid #aa9f8e 1px;}
	
.oform input:hover,
.oform textarea:hover,
.oform select:hover	{background:#e4ddca;}

.oform input:focus,
.oform textarea:focus,
.oform select:focus	{background:#e4ddca;}

.oform textarea {}
.oform input {display:block; float: left;}

.oform li {}
.label1 {display:block; float: left; margin: 10px 5px 5px 0px; text-transform: lowercase; display: inline;}
.label2 {display:block; margin: 25px 0px 5px 0px; text-transform: lowercase;}

.o_name {display:block; width:185px; margin-bottom: 1px; font-weight: normal; font-variant: normal; text-align:left;}
.o_message {display:block; width:233px; margin-bottom: 1px; font-size: 11px; font-weight: normal; font-variant: normal; text-align:left; font-family: Arial, Helvetica, sans-serif;}

.oform input.submit {display: block; margin: 5px 20px 0px 0px; padding:0; float:left; width:70px; height:25px; background: #6a4c32; cursor: pointer; overflow: hidden; border: none; color: #fff; text-align: center;}
.oform input.submit:hover {background: #88a324; color: #fff;}

