/*******************************************************************
Filename:		signup.css
Project:   	Simple-sign-up
Point of contact:	Alex Adams (hello@jujudigital.com)
Description:
			Style sheet for the lightbox stlyed signup box
			Based on the work of YogeshKannna R - www.webtrickss.com
Version history:
			2012-03-14     0.1   AA  Beta release
********************************************************************/

#light_bg
{
position: absolute;
width:100%;
height:200%;   /*Adjust in use*/
z-index: 50;
top:0px;
left:0px;
opacity:0.9;
background: url('../images/overlay-bg-opaque.png') repeat transparent;
display:none;
}

#jdl_cta:hover
{
  cursor: pointer;
}

#signup_box
{
position: absolute;
/*top & left to be added programatically*/

z-index: 100000;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
color: #00447b;
width: 520px;
height:auto;
background-color: #ffffff;
margin: 0 auto;
padding-left:20px;
padding-right:20px;
display:none;
border: 1px solid #949494;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.98);
cursor: move;
}


#signup_box #close
{
position: relative;
margin:10px 0;
color:#cc0000;
float: right;
cursor: pointer;
z-index: 100;

}

#signup_box h1 { font-family: helvetica; text-align: center; margin-top: 30px; margin-bottom: 10px; font-size: 18pt !important; font-weight: bold;}
#signup_box h2 { font-family: helvetica; margin-bottom: 10px; font-size: 14pt !important; font-weight: bold;}
#signup_box {font-size: 11pt !important;} 
/*
#signup_box form { margin-top: 20px; margin-bottom: 20px; font-size: 11pt !important;}
#signup_box form label { position: relative; float: left; clear: left; text-align: right; margin-right: 10px; width: 85px; } 
#signup_box form input[type="text"],
#signup_box form input[type="submit"],
#signup_box form select,
#signup_box form textarea {
  position: relative;
  float: left;
  width: 250px;
  margin-bottom:1.0em;
}
.row{display: table-row;}
#signup_box form input[type="radio"],
#signup_box form label.radio {
  display: table-cell;

} 

   
#signup_box form input.submit { position: relative; margin-left: 100px; margin-top: 0.5em; height: 30px; width: 200px; }
#signup_box a {text-decoration:none; border-bottom: 1px dotted;}

.content{ margin-bottom:10px; margin-top: 5px; display:inline-block; line-height: 1.5; font-size: 12pt; color: #484848;}
.promise { text-align: center; font-size: 10pt; line-height:1.2; color: #484848; }
.center { text-align: center; }
*/ 
