
/*  --------------------------------------------    
    contact.css
    com.airportbags.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/pages/contact.css)
    --------------------------------------------  */
    
/*  CONTACT OVERRIDDEN
    --------------------------------------------  */
    body#contact-page li#contact a {
      background: #fff;
      color: #000;
      
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    }
		body#contact-page li#contact {
      background: transparent url('/static/images/gui/icons/icon-nav-status.png') 50% 25px no-repeat;
    }
    body#contact-page #page-content {
    	background: #D1D3D4;
    }
    #overview h2 {
    	padding: 0;
    	text-indent: 0;
    	border-bottom: 0 none;
    }
    
    
/*  CONTACT OVERVIEW
    --------------------------------------------  */
    #contact-info {
		width: 365px;
		margin-bottom: 10px;
    }
	#contact-info h2,
	#contact-form h2 {
		padding: 0 0 30px;
		text-indent: 0;
	}
    #contact-info address {
		margin-bottom: 50px;
    }
	#contact-info address span {
		display: block;
		font-style: normal;
		font-weight: 700;
		font-size: 0.8em;
	}
	#contact-info a,
	#contact-form button {
      background: transparent url('/static/images/gui/btn/btn-alert-overlay.png') 0 0 repeat-x;
	  display: block;
	  padding: 7px 10px 8px;
	  color: #fff;
	  text-decoration: none;
      font-weight: bold;
	  line-height: 1;
	  position: relative;
	  cursor: pointer;
	  background-color: #BDBDBD;
	  font-size: 0.82em;
	  width: 185px;
	  
  	  -moz-border-radius: 5px;
  	  -webkit-border-radius: 5px;
  	  -moz-box-shadow: 0 1px 3px #999;
  	  -webkit-box-shadow: 0 1px 3px #999;
	}
	#contact-form button {
		border: 0 none;
		width: 75px;
  		padding: 4px 10px 5px;
	}


/*  CONTACT FORM
    --------------------------------------------  */
    #form-notice p {
    	color: #ff0000;
    	font-weight: 700;
    }
    .notice input {
    	border: 3px solid #ff0000;
    }
	#contact-form label {
		display: block;
		font-weight: 700;
		margin-bottom: 5px;
    }
    #contact-form textarea,
    #contact-form input {
    	width: 288px;
    }
    #contact-form button {
    	outline: none;
    	cursor: pointer;
    }