/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
height:340px;
padding:0;
width:600px;
}

#simplemodal-container a.modalCloseImg {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/basic/x.png) no-repeat scroll 0 0;
cursor:pointer;
display:inline;
height:7px;
position:absolute;
right:43px;
top:15px;
width:7px;
z-index:3200;
}

#simplemodal-container #basic-modal-content {
float:left;
padding:0;
width:572px;
}

#top-c{
background:transparent url(../img/top-curve.png) no-repeat scroll 0 0;
float:left;
height:19px;
width:572px;
}

#form-bg{
background:transparent url(../img/form-bg.png) repeat-y scroll 0 0;
float:left;
height:auto;
padding-bottom:5px;
width:572px;
}

#bottom-c{
background:transparent url(../img/bottom-curve.png) no-repeat scroll 0 0;
float:left;
height:18px;
width:572px;
}

/* Form 1 CSS */
div#get-access-form{
border-right:1px solid #C3C3C3;
float:left;
margin-left:20px;
width:262px;
}

#get-access-form h2,div#not-registered-form h2{
color:#333333;
font-size:16px;
margin-bottom:10px;
}

label.email, label.pass{
float:left;
width:84px;
}

input#u-email,input#u-pass{
border:1px solid #808080;
float:left;
margin-bottom:15px;
width:155px;
}

div.forgetpass{
float:left;
margin-left:83px;
width:196px;
}

div.forgetpass a{}

div#forgetpass a:hover{}

input#sign-in{
background:transparent url(../img/sign-in.png) no-repeat scroll 0 0;
border:medium none;
cursor:pointer;
float:left;
height:31px;
margin-left:83px;
margin-top:26px;
width:99px;
}

/* Form 2 CSS */
div#not-registered-form{
float:left;
margin-left:18px;
width:255px;
}

label.lform2{
float:left;
width:84px;
}

input#r-email,input#r-pass,input#r-conpass{
float:left;
margin-bottom:12px;
width:160px;
border:1px solid #808080;
}

input#register{
background:transparent url(../img/register.png) no-repeat scroll 0 0;
border:medium none;
cursor:pointer;
float:left;
height:31px;
margin-left:83px;
margin-top:12px;
width:99px;
}


/* Form 3 CSS */
div#get-forgot-form{
border-right:1px solid #C3C3C3;
float:left;
margin-left:20px;
width:262px;
}

#get-forgot-form h2,div#not-registered-form h2{
color:#333333;
font-size:16px;
margin-bottom:10px;
}

label.email, label.pass{
float:left;
width:84px;
}

input#u-email,input#u-pass{
border:1px solid #808080;
float:left;
margin-bottom:15px;
width:155px;
}

div.forgetpass{
float:left;
margin-left:83px;
width:196px;
}

div.forgetpass a{}

div#forgetpass a:hover{}

input#forgot-in{
background:transparent url(../img/forgotpassword.gif) no-repeat scroll 0 0;
border:medium none;
cursor:pointer;
float:left;
height:31px;
margin-left:83px;
margin-top:26px;
width:120px;
}






