.sendquerys{text-decoration:none; margin-right:20px; font-weight:bold; float:right; color:#EB9902; text-indent:10px; background:url(images/arrow2.gif) no-repeat left;}

a {
color:#9D9FA2;
text-decoration:underline;
}

p {
padding:12px 0;
}

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

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

#contact {
background-color:#fff;
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:5px 30px 5px 5px;
}

#contact_header {
background:url(../images/logo-heattransfer4.png) no-repeat left;
font-family:arial, sans-serif;
height:45px;
font-size:30px;
font-weight:700;
line-height:50px;
padding:5px 5px 10px 60px;
}



#submit {
border:none;
width:87px;
height:41px;
background-image:url(../images/submit.png);
color:#000;
}

#submit:hover {
cursor:pointer;
}

/* alert messages */
.success,.error {
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 {
background-color:#9F6;
border:1px solid #0F0;
}

.error {
background-color:#F66;
border:1px solid red;
}