html, body {
	   margin-top:  0px;
	margin-bottom:  0px;
	  margin-left:  0px;
	 margin-right:  0px;
	  padding-top:  0px;
   padding-bottom: 0px;
	 padding-left:  0px;
	padding-right:  0px;
	   border-top:  0px;
	border-bottom:  0px;
	  border-left:  0px;
	 border-right:  0px;
  background-color: #EEE; 
/*  background: url(images/background.jpg);   */
  font-family:  "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: black;
  min-width:720px; /* Prevent content from becoming unreachable in Gecko */  
  min-height:700px;
}

.contentbg { background: white; }

.color1 { color: #A3A1A1; display: inline;}

.color2 { color: #E5EEF9; display: inline;}

.color3 { color: #F5AB3C; display: inline;}

.color4 { color: #0C84B0; display: inline;}

.color5 { color: #8D7E41; display: inline;}

.page1box { background: #A3A1A1; }

.error { 
   color: green;
}

.headertxt {
   font-size: 24px;
   color: #8D7E41;
   width: 684px;
   margin: auto;
}

.stndtxtcolor {
   color: #8D7E41;
}


.stndboxbanner {
   background-color: #A3A1A1;
   color: white;
   font-weight: bold;
}

.stndboxcontent {
   background-color: #E5EEf9;
   color: black;
   font-size: 11px;
   
}

.stndboxmain {
   background-color: #E5EEf9;
   color: black;
   font-size: 11px;
   
}

.stndformlabel{
   background-color: #E5EEf9;
   color: #A3A1A1;
   font-weight: bold;
   font-size: 12px;
   text-align: right;
   white-space: nowrap;


}

.stndformfield{
   border: 0px solid black;
   color: #8D7E41;
   background: white;   
   font-size: 11px;
   height: 18px;
   padding: 4px;
   white-space:nowrap;   
}

.inputwhitebg{
   border: 0px solid black;
   border-bottom: 1px solid black;
   color: #8D7E41;
   background: white;   
   font-size: 12px;
   height: 15px;
   padding: 3px;
   white-space:nowrap;   
}

.stndformselect{
   border: 0px solid black;
   color: #8D7E41;
   background: white;   
   font-size: 12px;
   white-space:nowrap;   
}

.hide {

   display: none;

}

.stndboxhiddenfield {
   border: 0px solid black;
   background-color: #E5EEf9;
   color: black;
   font-size: 11px;
}

.stndboxinputfield {
   background-color: #E5EEf9;
   color: #8D7E41;
   font-size: 11px;
}

.plainbutton {

   background-color: #8D7E41;
   color: #E5EEf9;
   padding: 2px;
   font-size: 12px;
  
}

.checkb {

   background-color: #8D7E41;
   color: #E5EEf9;
   cursor: default;
   width: 20px;
   height: 20px;
   display: inline;

}
#save {
	width: 500px;
	height:500px;
	background-repeat: no-repeat;
	background-image: url(http://development.studentlifebiblestudy.com/sign-up/images/bg_saveforlater.jpg);
}
#save_inside {
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(http://development.studentlifebiblestudy.com/sign-up/images/bg_saveforlater-inside.jpg);
}