/*
Theme Name: Understand Docs
Author: Understand.com
Author URI: http:www.understand.com
*/

/* Contact Form CSS */

.fsc_header{
    background: url(../images/cf-bkgrd.png) repeat;
	overflow: auto;
    position: relative;
}
    div.buffer-top {
        background: url(../images/cf-top.png) no-repeat;
        width: 471px; height: 10px;
        float: left;    
    }
    
    div.mail-icon{
        background: url(../images/mail.png) no-repeat;
	    width: 40px; height: 50px;
	    float: left;
        position: relative;
        margin: 0 0 0 20px;
    }
    
    div.fsc-headings {
        float: left;
        position: relative;
        height: 50px;
    }

        .fsc-headings h2 {
            font-size: 14px !Important;
	        color: #EEEEEE !Important;
            padding: 8px 0 0 16px !Important;
            position: relative;
        }
        
        .fsc-headings h4{
            font-size: 10px;
	        color: #999999;
            padding: 0 0 0 16px;
            position: relative;
        }
        
        div.buffer-btm {
            background: url(../images/cf-bottom.png) no-repeat;
            width: 471px; height: 10px;
            position: relative;
            float: left;    
        }
        
        

.fsc-form {
	background: url(../images/cf-bkgrd.png) repeat;
	height: 644px;
	padding: 0 20px 10px 20px;
    text-align:left;
    }
       
    
            .fsc-form label{
                font-family: 'FuturaStdBold', Helvetica, Arial, Sans-serif;
		        text-transform: uppercase;
		        font-size: 12px;
	            letter-spacing: .2pt;
	            margin-top: 0;
	            position: relative;
	            color: #eee;
            }
            
            .fsc-form .required{
                font-family: 'FuturaStdBold', Helvetica, Arial, Sans-serif;
		        text-transform: uppercase;
		        font-size: 9px;
	            letter-spacing: .6pt;
	            margin-top: 0;
	            position: relative;
	            color: #595959;
            }
    
            .fsc-form input[type=text],
            .fsc-form input[type=email] { 
                color: #292929;
                font-family: 'FuturaStdBook', Helvetica, Arial, Sans-serif;
		        background-color: #eee;
		        margin-top: 0;
		        position: relative;
                height: 24px;
                width: 415px;
                padding: 5px 0 5px 10px;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                -khtml-border-radius: 6px;
                -moz-box-shadow:inset 0 0 4px #696969;
                -webkit-box-shadow:inset 0 0 4px #696969;
                -khtml-box-shadow:inset 0 0 4px #696969;
                box-shadow:inset 0 0 4px #696969;
            }
            
            .fsc-form input[type=message] {
                    min-height: 60px;
                    max-width: 431px;
            }
            
            .fsc-form input[type=email] {
                width: 417px;
            }
            
            #si_contact_captcha_code1 {
                width: 248px;
                height: 16px;
                float: right;
                top: -42px;
                margin-right: 2px;
            }
            
            .lbl_captcha label{
                width: 248px;
                position: relative;
                float: left;
                top: -44px;
                right: -32px;
            }
            
            .fsc-error  {
                line-height: 12px;
                height: 14px;
                position: relative;
                float: left;
                clear: both;
            }
            
            .lbl_err-captcha div{
                display: block;
                position: absolute;
                margin-top: 10px;
                *margin-top: -8px;
                right: 18px;
            }
            
            #fsc-submit {
                color: #292929;
                font-family: 'FuturaStdBold', Helvetica, Arial, Sans-serif;
                text-transform: uppercase;
		        background: url(../images/send-btn.png) no-repeat;
	            width: 142px; height: 30px;
	            float: right;
                position: relative;
            }
            
            
             
           
/* Contact Informtion */            

    #contact-info {
        color: #292929;
        font-family: 'FuturaStdBold', Helvetica, Arial, Sans-serif;
        position: relative;
    }
        
    #contact-location,
    #contact-phone,
    #contact-hours {
        padding-bottom: 0;
    }
    
    .contact-icon {
        width: 46px;
        min-height: 46px;
        float: left;
        position: relative;
        padding-bottom: 20px;
    
    }
    
    #contact-location .contact-icon {
        background: url(../images/address.png) no-repeat;
    }
     
    #contact-phone .contact-icon {
        background: url(../images/phone.png) no-repeat;
    }
        
    #contact-hours .contact-icon {
        background: url(../images/hours.png) no-repeat;
    }
        
    .contact-text {
        width: 400px;
        font-size: 14px;
	    letter-spacing: .1pt;    
        line-height: 18px;
        left: 18px;
        position: relative;
    }
        
    .contact-text small,
    .g-tag {
        font-family: 'FuturaStdBook', Helvetica, Arial, Sans-serif;
        font-size: 10px;
	    text-transform: uppercase;
	}
    
    