/*@import "http://fonts.googleapis.com/css?family=Raleway";*/
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#fenetrePopup {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
/*font-family:'Raleway',sans-serif*/
}
form.popupDialog {
max-width:500px;
min-width:300px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
/*font-family:raleway;*/
background-color:#fff
}

div.popupDialog {
max-width:500px;
min-width:300px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
/*font-family:raleway;*/
background-color:#fff
}

p.popupDialog {
margin-top:30px
}
hr.popupDialog {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
/*#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}*/
span.popupDialog {
color:red;
font-weight:700
}
button {
cursor:pointer
}