/**********************************************************************************************
 ********************************** LIGHTBOX **************************************************
 *********************************************************************************************/ 
 

#form {
display:none;
position:absolute;
z-index:120;
width:505px;
top:50px;
}
#form h2,
#formMail h2 {
font-size: 200%;
color: white;
}
#formMail h2 {
margin: 0 0 20px;
}
#form iframe {
width: 505px;
height: 620px;
}
#formMail {
display:none;
position:absolute;
z-index:120;
width:505px;
top:50px;
}
#formMail iframe {
width: 500px;
height: 600px;
}
#in_form {
font-family: Arial;
font-size: 75%;
background: white;
}
#form .close,
#formMail .close{
background: url(../img/close.gif) no-repeat;
right: 5px;
width: 28px;
height: 29px;
position: absolute;
z-index: 2444444;
margin:0px !important;
}
#form .close{
top: 5px;
}
#formMail .close{
top: 0;
}

#form label textarea{
padding:0px;
font-size:120%;
width:100%;
height:50px;
border:1px solid silver;
}
#form .error {
border: 1px solid red;
color: red;
padding: 20px;
width: 94%;
}
#form label input{
border:1px solid silver;
padding:3px 10px 5px 10px;
font-size:100%;
width:300px;
color: black;
}
#form #in_form label{
display:block;
margin:0px 0px 25px 0px;
color: #D70303;
font-size:120%;
width:100%;
position:relative;
}
#form #in_form a:link,
#form #in_form a:visited,
#form #in_form a:hover {
float:right;
color:#68adf0;
font-size:120%;
text-decoration:underline;
}
#form #in_form a:hover {
text-decoration:none;
}
#form .disabled {
cursor: default !important;
background: url(../img/submit-unact.jpg) no-repeat !important;
}
#form button,
#formMail button{
background: url(../img/submit.jpg) no-repeat;
width: 143px;
height: 41px;
display: block;
float: right;
cursor: pointer;
border: 0px;
margin: 15px 0px 0px 0px;
position: absolute;
bottom: -50px;
right: 5px;
z-index: 24444443333 !important;
}

#recommendBG {
position: fixed;
top: 0;
left: 0;
z-index: 110;
width: 100%;
height: 100%;
background-color: #000;
opacity:0.70;
filter: alpha(opacity=70);
display:none;
}

