/*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-color:#999;
	opacity:0.6;
    display: none;
    text-align: center;
    z-index: 999;
}

#contact-pop-panel-wrapper {
    margin:0 auto 0;
    background:#FFF;
	width: 450px;
}

#contact-pop-panel {
    min-height: 200px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: absolute;
	width: 450px;
	top:150px;
	background:#FFF;
	z-index: 9999;
}

#contact-pop-header {
    padding: 20px!important;
    font-size:1em;
	color:#000;
	text-align:left;
	font-weight:normal;
	float:none!important;
	display:block;
	margin:0!important;
	line-height:normal!important;
}

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

#contact-pop-form{
	
}

#contact-pop-form td{
	text-align:left!important;
	width: 120px;
}

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

#contact-pop-error {
    color: #000;
    padding-bottom: 10px;
    font-size: 1em;
}

#contact-pop-panel label {
    padding: 0 10px 0 20px;
    margin: 0;
    display: inline;
	text-align:left;
}

#contact-pop-panel .inputText {
    width: 260px;
    padding: 2px 5px;
	background-color:#FFF;
		-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 5px;
	border:1px solid #000;
	margin:5px 0;
}

#contact-pop-panel textarea {
    width: 300px;
    margin-top: 5px;
    padding: 5px;
}

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

#contact-pop-panel .close-overlay:hover{
	text-decoration:underline;
}

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

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}


/****** ie6 stuff ********/

* html #contact-pop-overlay {
    background-image: url('../img/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('../img/close-overlay-ie6.png');
}