@charset "utf-8";

form.prettyform {
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
form.prettyform legend {
	margin-left: 10px;
	padding: 5px; 
}
	
form.prettyform legend{
	color: #666;
	font-size: 1.4em;
}
 
form.prettyform fieldset fieldset legend {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #000;
	text-transform: none;
}

form.prettyform label {
	padding: 0px 5px;
	font-size: 1.1em;
}

form.prettyform fieldset {
	clear: both;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	background: #fff url('/assets/clients/images/form/form_bg.jpg') repeat-x bottom;
}
	
form.prettyform fieldset fieldset {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: none;
}

form.prettyform fieldset fieldset label {
	font-size: 1.1em;
	color: #666;
}
	
form.prettyform fieldset fieldset input {
	margin-right: 15px;
	vertical-align: middle;
	padding: 10px 0px;
}

form.prettyform fieldset li {
	padding: 5px 10px 7px;
}

input, select {
	vertical-align: baseline;
}

.input, textarea, select{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0px;
	background-image: url('/assets/clients/images/form/form_field_bg.jpg');
	background-repeat:repeat-x;
    width: 300px;
    font-size: 11px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

select {
	width: 312px;
}

.zend_form ul.errors li {
	background:transparent url(/assets/clients/images/tooltips/exclamation.png) no-repeat scroll left center;
	padding-left:20px;
	color: red;
	list-style: none;
}

.response {
	border:1px solid #AEAEAE;
	padding:10px 20px;
}

.scalable {
	width: auto;
	margin: 8px 0px 2px 4px;
	border: 1px solid #ccc;
	background: #efefef url('/assets/clients/images/form/button_grey_bg.jpg') repeat-x 0 100%;
	padding: 1px 8px;
	color: #666;
	font: bold 12px arial, helvetica, sans-serif;
	overflow: visible;
	cursor: pointer;
	white-space: nowrap;
    text-transform: capitalize;
}

.scalable span
{
	background-repeat:no-repeat; background-position:0 50%;
}

.grey
{
	border-color:#ccc;
	background-image:url('/assets/clients/images/form/button_grey_bg.jpg');
	background-color:#efefef;
	color:#666;
}

.blue
{
	border-color:#1e6092;
	background-image:url('/assets/clients/images/form/button_blue_bg.jpg');
	background-color:#3774a2;
	color:#fff;
}

.green
{
	border:1px solid #62db41;
	background-image:url('/assets/clients/images/form/button_green_bg.jpg');
	background-color:#8df471;
}

.red
{
    border-color:#d41a1a;
    background-image:url('/assets/clients/images/form/button_red_bg.jpg');
    background-color:#dc5757;
}

#contact-left {
    float:left;
    overflow:auto;
    width:500px;
}
#contact-right {
    float:right;
    width:400px;
    overflow:auto;
}

.vcard .tel { font-size:larger; font-weight:bold; }

/** Default two- or three-column layout sizes **/
#contact-wrapper.columns.two #contact-text { float:left; width:50%; }
#contact-wrapper.columns.two #contact-form { float:left; width:50%; }
	#contact-wrapper.columns.two #contact-form .input { width:250px; }
	#contact-wrapper.columns.two #contact-form textarea { width:250px !important; }

#contact-wrapper.columns.two #contact-map { float:right; width:45%; margin-top:40px; }

#contact-wrapper.columns.three #contact-text { float:left; width:25%; }
#contact-wrapper.columns.three #contact-form { float:left; width:35%; margin-top:40px; padding:0 30px; }
#contact-wrapper.columns.three #contact-form input.input { width:240px; }
#contact-wrapper.columns.three #contact-form textarea { max-width:240px; }
#contact-wrapper.columns.three #contact-map { float:right; width:32%; margin-top:40px; }