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

/* formatting for modal forms - additional styling in style.css:381 */

#inline, #emailine { display:none; }

#contact {  }

#contact fieldset, #emailsignup fieldset {
    border: none;
    padding: 20px;
    border-radius: 3px;
}

#contact legend, #emailsignup legend {
    border: none;
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 10px;
    font-weight: bold;
    border-radius: 3px;
}

#contact label, #emailsignup label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 155px;
}

#contact input, #contact textarea, #contact select, #emailsignup input, #emailsignup textarea, #emailsignup select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
    border-radius: 3px;
}

#contact textarea { height:150px; }

#contact .button, #emailsignup .button { border-radius: 3px; margin: 5px 20px 10px 170px; }

#contact input:focus, #contact textarea:focus, #emailsignup input:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error, #emailsignup .error { border: none; background: none; color: #a35959; float:none; display:block; width:auto; margin-left:170px; } 
#contact input.error, #contact textarea.error, #emailsignup input.error, #emailsignup textarea.error { border: 1px solid #973d3d; background:#f0bebe; width:360px; }
#contact .error:focus, #emailsignup .error:focus { border: 1px  solid #eee; color: #a35959; }

.button {
    background-color: #58595B;
    /*background-image: -webkit-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -moz-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -ms-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -o-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    border: 1px solid #111;*/
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    /*font: bold 18px/12px 'Dosis';*/
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
    margin: 20px;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    /*text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);*/
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* #E6E7E8 - page text bkg color
f9f9f9 coming from fancybox styles?
*/

    .button:hover, .button:focus {
        background-color: #F05A28;
        color: #f6f6f6;
    }
    .button:active {
        background-color: #F05A28;
        color: #b6b6b6;
        padding: 14px 20px;
    }


.emailbox {
	background-color:#999;
	color:#333;	
}

.leftbox { float:left; }
.rightbox { float:right; }
.leftbox .button { margin:10px; }

.clear { clear:both; }
.tiny { font-size:1px; line-height:1px; }