﻿#ContactPopup { position: absolute; display: none; width: 535px; z-index: 10000; background: white; border: solid 1px black; }
#ContactConfirm { position: absolute; display: none; height: 300px; width: 360px; z-index: 10000; background: white; border: solid 1px black; text-align: center; }
.ContactPopupPadding { margin: 10px; }
.RequestMoreInfo { margin: 5px 13px; cursor: pointer; }
.Form { margin: 0px 40px; }
.FormField, .FormField2 { margin-bottom:5px; /*height: 25px;*/ }
.FormField LABEL { display: inline-block; padding-top: 1px; line-height: 1.8; width: 120px; vertical-align:top; } /* height: 22px; float: left;  }*/
.FormField LABEL.error { margin-left:140px; color:#990000; width:400px; }
.FormField .Data { border: 1px solid #666666; width: 300px; }
.FormField .Data.error { border:1px solid #DD0000; }
.RequiredField { color: #990000; }
.required, .email {}
#backgroundPopup { display: none; position: fixed; _position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 1; }

