/**********************************************************************************************
 ********************************** LIGHTBOX **************************************************
 *********************************************************************************************/ 
 

#form {
display:none;
position:absolute;
z-index:120;
width:505px;
top:50px;
}
#form h2,
#formMail h2 {
font-size: 200%;
color: white;
}
#form iframe {
width: 505px;
height: 415px;
}
#formMail {
display:none;
position:absolute;
z-index:120;
width:505px;
top:50px;
}
#formMail iframe {
width: 500px;
height: 345px;
}
#in_form {
font-family: Arial;
font-size: 75%;
background: white;
}
.close{
background: url(../img/close.gif) no-repeat;
right: 5px;
top: 5px;
width: 28px;
height: 29px;
position: absolute;
margin:0px !important;
}

label textarea{
padding:0px;
font-size:120%;
width:100%;
height:155px;
border:1px solid #D70303;
}

label input{
border:1px solid #ee0075;
padding:3px 10px 5px 10px;
font-size:100%;
width:300px;
color: black;
}
.in_form label{
display:block;
margin:0px 0px 25px 0px;
color: #D70303;
font-size:120%;
width:100%;
position:relative;
}
.in_form a:link,
.in_form a:visited,
.in_form a:hover {
float:right;
color:#68adf0;
font-size:120%;
text-decoration:underline;
}
.in_form a:hover {
text-decoration:none;
}
.disabled {
cursor: default !important;
background: url(../img/submit-unact.jpg) no-repeat !important;
}
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;
}

#recommendBG {
position: absolute;
top: 0;
left: 0;
z-index: 110;
width: 100%;
height: 100%;
background-color: #000;
opacity:0.70;
filter: alpha(opacity=70);
display:none;
}

