/*forms*/
form {
    padding: 0px 5px 10px 0px;
    margin: 0;
    width: auto;/*was 765 with 5 side padding - too big, 740 too big in IE7*/
}



input, select, textarea {
    color: #000000;
    font: 1em Arial, Verdana, sans-serif;
    border: 1px #999999 solid;
    height: auto;
    padding-left: 2px;/*was 3*/
    margin-top: 3px;
    margin-bottom: 7px;
	margin-left: 0px; /*was not declared*/
    font-size: 0.90em;
    line-height: 1em;
    vertical-align: middle;
    
}

label {
font-weight: normal;
display: block;
height: auto;
line-height: 1em;
padding: 0;
margin-top: 0;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	
}

form p label {
	float: left;
	width: 20%;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

select {
    width: 80%;
}

select.selectNarrow{
	width: 275px;
	vertical-align: top;
}

select.selectWide {
	width: 325px;
	vertical-align: top;
} 

legend {
    padding: 4px 4px 16px 3px;/*was 4px all the way around*/
    border: none; /*was 1px solid #344D57;*/
	margin-left: 0px;/*was 12px*/
	margin-top: 0;/*was not declared*/
	font-size: 1.6em;/*was not declared*/
	color: #1e568c;/*was 255276*/
	font-weight: normal;/*was not declared*/
}

/*input fields*/
input.hidden {
    display: none;
    border: 0;
}

input.btn {
    text-align: center;
    border: 3px double;
    border-color: #AEB8D1 #424D6A #424D6A #AEB8D1; 
    cursor: pointer;
    color: #777;
    font-weight: bold; 
    clear: both;
    float: right;
    background: none;
}

input.btnImg {
	float: right;
	border: none;
	cursor: pointer;
	margin-right: 20px;
	height: 46px;
}

input.btnImgContact {
	float: right;
	border: none;
	cursor: pointer;
	margin-right: 30px;
	margin-top: 5px;
	height: 46px;
	width: 96px;
	
}

input.btnImgPayment {
	float: left;
	border: none;
	cursor: pointer;
	height: 46px;
	padding-top: 4px;
}


input.button {
    float: none;
    margin-left: 20%;
}

fieldset {
	padding: 0;
    margin: 0 auto;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.required {
    color: #993333;
	padding-left: 15px;
	padding-right: 0.5em;
	font-weight: bold;
    } 
	
.requiredP {
	color: #993333;/*was bf4b2d*/
	padding-left: 3px;
	margin: 0;
	margin-left: 22px;
	padding-top: 0;
	
}
    
.checkbox {
display: block;
border: 0;
}

#courseLSAT, #courseLSAT_intensive, #courseGMAT, #courseGRE, #courseSAT {
height: auto;
line-height: 2em;
margin-top: 3px;
    margin-bottom: 7px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    text-align: right;
}



.success {
    border-bottom: 1px solid #000000;
    width: 90%;
    font-weight: bold;
    
}

.coursecheckboxes {
text-align: right;
}

.lessonboxes {
text-align: left;
}


input.nobox {
    border: none;/*was cccccc*/
    /*border-bottom: 1px solid #000;*/
	/*width: 60%;testing without this*/
}

input.noboxGoogle {
	margin: 0;
	padding: 0;
    border: none;
	margin-top: 0;
	
	
}

#contact {
	background-image:url(../images/emailUsBg236.gif);
	background-repeat: no-repeat; 
	padding-left: 28px;/*was 28*/
	padding-top: 3px;/*was 20*/
	padding-bottom: 20px;
	padding-right: 5px;/*was 5px*/
	width: 203px;/*was 223*/
	height: 332px;/*was 343*/
	font-size: 0.86em;
	margin: 0 auto;
	}
	
.email {
	padding: 0;
	margin: 0 auto;
}

/*new*/
.leftFieldset {
    float: left; 
    width: 330px;/*was 355*/
    border: 0;
    padding: 0;
	padding-left: 15px;
	padding-right: 5px;
}

.leftFieldset ul li {
    list-style-type: none;
}

.leftFieldset h2 {
    text-align: left;
    text-decoration: none;
	margin-top: 1.0em;
}

.rightFieldset {
    float: right; 
    width: 340px;/*was 370*/
    border: 0;
    padding: 0;
	padding-left: 5px;
	padding-right: 10px;
}

.rightFieldset ul li {
    list-style-type: none;
}

.rightFieldset h2 {
    text-align: left;
    text-decoration: none;
	margin-top: 1.0em;
}

.classRegistration {
	border: 1px solid #999999;
	margin-bottom: 10px;
	
}

.classRegistrationLegend { /*this is the legend for all the fieldsets on the form pages */
	padding: 4px;
    border: 1px solid #999999;
	margin-left: 12px;
	margin-top: 0;/*was not declared*/
	margin-bottom: 7px;
	font-size: 1.4em;/*was not declared*/
	color:#999999;/*was 255276*/
	font-weight: bold;/*was not declared*/
	}

.classRegistrationHeading { /*this is for the Step 1, Step 2 on form pages */
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.6em;
	color:#1e568c;
	font-weight: normal;
	font-family: Arial,Verdana,sans-serif;
}


.wholeWidth {
	clear: right;
	padding-left: 18px;
	width: 90%;/*was 90%*/
}



/*these control the width of the course names on the payment page - most are paymentLabelNarrow */
label.paymentLabelWide {
	font-weight: bold;
	font-size: 1.3em;
	color:#666666;
	width: 140px;
	float: left;
}

label.paymentLabelNarrow {
	font-weight: bold;
	font-size: 1.3em;
	color:#666666;
	width: 90px;
	float: left;
}

.dashedBorder{
	border-bottom: 1px dashed #cccccc;
}

.payPal{
background-image:url(../images/Paypal_images.jpg);
background-position: right;
background-repeat: no-repeat;
width: 250px;
height: 58px;/*was auto but not working in ie 6*/
vertical-align: middle;
padding-bottom: 0;
}

.paymentForm form{
	display: block;/*was inline*/
}