/* CSS Document */
#inquiry_container {
width:830px;
float:left;
padding:15px;
border-top:5px solid #ff0000;
background:url(../images_pres/gray_bkgnd.png) left repeat;
}

.email_address {
text-decoration:none;
color:blue;
font-size:32px;
padding:0;
margin:0;
line-height:40px;
}

.javascript_error {
font-size:14px;
}

/* The following lines are no longer needed, since we've ditched the PHP popup'*/

/*#popup_container {
width:400px;
height:250px;
position:absolute;
top:210px;
left:50%;
text-align:left;
}

#popup {
width:350px;
height:200px;
position:absolute;
left:-50%;
z-index:100;
background:white;
border:2px solid red;
padding:10px 20px;
}

#popup h1 {
margin-bottom:20px;
}

#popup button {
width:100px;
height:30px;
position:absolute;
bottom:15px;
left:145px;
}*/






