@charset "utf-8";
/* CSS Document */

#success{
width:300px;
height:130px;
background-image:url(images/Thumb_Up_.png);
background-position:center;
background-repeat:no-repeat;
background-color:#94EDAE;
border:#4FD960 2px solid;
color:#006600;
text-align:center;
}

#popUp{
display:hidden;
position:fixed;
top:50%;
left:40%;
margin:auto;
z-index:100;
}

#warning{
width:300px;
height:130px;
background-image:url(images/Thumb_dwn_.png);
background-position:center;
background-repeat:no-repeat;
background-color:#FECBD6;
border:#C70360 2px solid;
color:#750241;
text-align:center;
}

#contact-wrap{
text-align:center;
margin:100px auto;

}