@charset "utf-8";
/* CSS Document */
.firstTime{float:left; width:48%;}
.welcomeBack{float:right; width:48%; border-left:1px dotted #4b0101; padding-left:25px;}
.hrClear{clear:both; margin:10px 0;}
fieldset {  
margin:0;  
padding: 0;
border:none;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ul {  
padding:0;  
list-style: none;
list-style-image:none;
}
fieldset li {  
padding-bottom: 2px;
}
fieldset.submit {  
margin-left: 110px;
float: none;  
width: auto;  
}
fieldset label {  
float: left;  
width: 100px;  
margin-right: 10px;  
text-align: right;
}

