﻿/*html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}*/

#contact-pop-overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
    z-index: 1000;
}

#contact-pop-panel-wrapper {
    margin: 8% auto 0 auto;
    width: 322px;
    background: black;
}

#contact-pop-panel {
	background:url('../images/fashion_tag.png') no-repeat ;
    width:100%;
    height:465px;
    min-height: 200px;
    padding-bottom: 0px;
    margin: 0 auto;
    position: relative;
    /*background:black;*/
    color:white;
}

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding:95px 0px 0px 20px;
    margin-left: 10px;
    /*background-color: black;*/
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 65px;
    height: 17px;
    background: url('/images/close_button.png') no-repeat 1px 1px;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
}


#contact-pop-form {
}

#contact-pop-panel .formItem {
    margin: 7px 20px 7px 20px;
    text-align: left;
}

#contact-pop-error {
    color: red;
    padding-bottom: 10px;
    font-size: 80%;
}
#contact-pop-panel label {
    padding: 0 10px 0 0;
    margin: 0;
    /*display: inline;*/
    margin-left: 12px;
}
#contactForm h1{
}
#contactForm h2{
}
#contact-pop-panel .submit {
    background: url("/images/submit_cancel.gif") no-repeat scroll left top #000000;
    width: 125px;
    height:20px;
    border:medium none;
    margin-left: 10px ;
    padding: 0px 5px;
    margin-bottom: 0px;
}

#contact-pop-panel .submit:hover { 
background: url("/images/submit_cancel_hov.gif") no-repeat scroll left top #000000;
}

#contact-pop-panel .cancel-overlay {
    background: url("/images/submit_cancel.gif") no-repeat scroll left top #000000;
    width: 125px;
    height:20px;
    border:medium none;
    margin-left: 8px ;
    padding: 3px 45px 1px 45px;
    margin-bottom: 0px;
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color:black;	
    }
#contact-pop-panel .cancel-overlay:hover { 
background: url("/images/submit_cancel_hov.gif") no-repeat scroll left top #000000;
}

#contact-pop-panel .inputText {
    background: url("/images/input_back.gif") no-repeat scroll left top #000000;
    width: 250px;
    height:20px;
    border:medium none;
    margin-left: 10px ;
    padding: 0px 5px;
    margin-bottom: 0px;
}

#contact-pop-panel textarea {
    width: 250px;
    margin-left:10px;
    border:medium none;
    margin-bottom: 10px;
    padding: 5px;
}

#contact-pop-panel .close-overlay {
    font-size: 12px;
    outline: none;
}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}
# form input
{
	background:#FFFFFF;
	color:#000000;
}
/****** ie6 stuff ********/

* html #contact-pop-overlay {
    background-image: url('/images/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

* html #contact-pop-panel {
    height: 200px;
}

* html #contact-pop-header {
    height: 30px;
}

* html #contact-pop-header .close-overlay {
    background-image: url('/images/close-overlay-ie6.png');
}