#contact a {
color:#06F;
text-decoration:underline;
}

#contact p {
padding: 10px 0 0 0;
margin: 2px;
}

#container {
width:900px;
margin:20px auto;
}

/*contact form*/
#mask {
background-color:#000;
display:none;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9000;
}

#contact {
background-color:#fff;
background-image:url(../images/mrequest.jpg);
display:none;
left:50%;
margin-left:-300px;
position:absolute;
top:90px;
width:600px;
z-index:9999;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding:20px;
 }

#close {
background:url(../images/close.png) no-repeat right;
cursor:pointer;
font-family:arial, sans-serif;
font-size:20px;
font-weight:700;
line-height:24px;
text-decoration:underline;
text-align:right;
padding: 1px 30px 1px 5px;
margin: 0;
}

#contact_header {
background:url(../images/envelope.png) no-repeat left;
font-family:arial, sans-serif;
font-size:27px;
font-weight:700;
line-height:50px;
padding: 1px 5px 1px 60px;
margin: 0;
}


/* form components */
#contact input, #contact textarea {
border:1px solid silver;
background-color:#fff;
color:#404040;
font-size:10px;
font-family:Verdana, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:1px;
padding:8px;
}

#contact input:hover[type=text], #contact input:focus[type=text], #contact textarea:hover,textarea:focus {
background-color:#E0E0E0;
border:1px solid #000;
}

#contact input[type=text], #contact textarea {
width:300px;
}

#submit {
border:none;
width:87px;
height:41px;
background-image:url(../images/submit.png);
 font-weight: bolder;
 font-size: 14px;
}

#submit:hover {
cursor:pointer;
}

/* alert messages */
.success,.error, .sendError {
color:#000;
display:none;
font-size:15px;
font-weight:700;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 10px 5px 10px;
margin-bottom: 10px;
}

.success {
width:330px;
/*left:345px;
position:absolute;
top:200px;*/
background-color:#9F6;
border:1px solid #0F0;
}
.sendError {
left:345px;
position:absolute;
top:200px;
background-color:#ffeeee;
border:1px solid #ff8888;
color: red;
}
.error {
background-color: #ffeeee;
border: 1px solid #ff8888;
color: red;
 margin: 0 0 0 10px;
}
