 
h2.signUpTitle {
	color: rgb(51, 51, 51);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
}

input.red { color:red}

input.green { color:green}

/* -------------------- */
/* FANCY FORMS */
/* -------------------- */
.container{
width:900px;
}

fieldset ol {  
padding: 1em 1em 1em 1em;  
list-style: none; 
} 

input.signup {
  margin: 0 0 0 58px;
  border: 0;
  font-size:18px;
  font-family: Helvetica, Verdana, Arial, sans-serif ;
  font-weight: bold;
  color: #eeeeee;
  background: #AA2D35;
  padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.checkbox {
width:28px;
height:28px;
}

fieldset.centered {
margin: 0 100px 15px 150px
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 10px; 
}

.text{
	font-size:20px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.image{
margin: 5px 20px 0 150px;

padding-left 100px;
}

fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 10px;
}

fieldset.submit_inside {  
float: none;  
width: auto;  
border: 0 none #FFF;  
display: block;  
}

label {  
float: left;  
width: 120px;  
margin-right: 8px;  
margin-top: 8px;
text-align: right; 
font-weight: normal; 
font-size:15px;
color: #333333;
}

label.long {  
width: 250px;  

}

label.compact {  
float: left;  
width: 50px;  
margin-right: 3px;  
text-align: right; 
}

legend {  
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold; 
}

fieldset {  
float: left;  
clear: both;   
width:450px;
padding-bottom: 10px; 
margin-bottom:10px;
border: none;
background-color: transparent;  
background-image: url(http://www.jdphotoimaging.com/services/static/navbg.gif);  
background-repeat: repeat-x; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 100px;  
background-color: transparent;  
background-image: none; 
}

label em {  
display: block;  
color: #ff0000;  
font-size: 85%;  
font-style: normal;  
text-transform: uppercase; 
}

label strong {  
display: block;  
color: #C00;  
font-size: 85%;  
font-weight: normal;  
text-transform: uppercase; 
}
