form { font-family: arial; font-size: 12px; line-height: 21px; }
ol { list-style: none; margin: 0; padding: 0; }
li { padding-bottom: 5px; padding-top: 5px; }
label { display: block; float: left; width: 150px; margin-left: 15px; }
input, select { width: 200px; }
button { padding: 2 10 2 10px; float: right; margin-right: 15px; background-color: black; color: white; border: 1px solid gray; }
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#ffffff;
z-index:2;
padding:12px;
}
