
.leadgenField {
	height: 50px;
}

#gmatPopup, #grePopup, #dynMCAT, #LSATPopup, #dynSAT, #dynACT, #dynPSAT{
	width: 800px;
	clear: left;
}

.popupQuestion{
	display: none;
}
/* New Style */

body{
	font-family:Arial,Helvetica,'Trebuchet MS',Tahoma,Verdana;
	text-align: center;
	margin: 0 auto;
	background: #EEEEEE none repeat scroll 0;
}

#pageFormWrapper{
	width: 1000px;
	margin: 10 auto;
	text-align: left;
	background: white;
	padding: 25px;
	border: 1px solid #ddd;
	margin: auto;
}
#tprLogo{
	float: right;
}

#topTextSchoolName{
	text-align: center;
	display: block;
	font-size: 20px;
	color: white;
	font-weight: bold;
	line-height: 100px;
	float: left;
	padding-left:20px;

}

#topTextGreeting{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#topText{
	font-size: 12px;
	line-height: 1.5em;
}

#topQuizBox{
	display:block;
	padding:10px 20px 10px;
	border:1px solid #bbb;
	margin-right:60px;
	margin-bottom:10px;
	background-color: #EBF5FF; 
}
				
div.ErrorMsg{
	font-size: 12px;
	font-weight: bold;
}

ul#validationList {
	font-weight: normal;
	list-style-image: url(/LEADGENTemplate/include/images/bullet.gif);
	list-style-position: outside;
	margin: 0 0 0 30px;
	padding: 0;
}

#start{
	width: 1000px;
	clear: both;
}

.leadgenField{
	padding-left: 10px;
}

.formField{
}

.smFieldLabel{
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
}

fieldset{
	padding: 10px 0 10px 10px;
	margin-bottom: 25px;
	border: 1px solid #bbb;
	width: 925px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

.RequiredField{
	font-size: 16px;
}

.spaceFiller1x{
	width: 250px;
}

.spaceFiller2x{
	width: 500px;
}

/* select lists / input fields */
select{
	margin-top: 1px;
	margin-bottom: 1px;
}

.shortL select, .shortL input {
	width: 90px;
}

.mediumL select, .mediumL input {
	width: 150px;
}

.longL select, .longL input {
	width: 250px;
}

/* second page */

.submitBtnWrapper{
	clear: both;
}

.rowDivider2{
	width: 1000px;
}

.select_all_wrapper{
	color: #00B9E4;
	font-size: 18px;
}

.chkRightBold{
	font-size: 18px;
	color: #00B9E4;
}

.chkRight{
	width: 950px;
	font-size: 12px;
}

.blurb, .shortBlurbs{
	font-size: 12px !important;
	line-height: 1.5em;
}

.chkRight img{
	float: left;
	padding: 2px;
	margin: 0 25px 5px 0;
	border: 1px solid #ccc;
}

/* With sections */
.section_wrapper, .section_wrapper .schools_wrapper {
	width: 1000px;
}

.schools_wrapper .rowDivider2 {
	width: 850px;
	background-image: none;
}

.schools_wrapper .rowDivider2 .chkRight {
	width: 825px;
}

.schools_wrapper .section_separator2 {
	width: 840px;
}

.section_separator {
	width: 990px;
}

#programInterestCheckboxes
{
	clear: both;
	overflow: hidden;
}

.programInterestCheckbox
{
	width: 215px;
	margin-left: 10px;
	float: left;
}

#programInterestCheckboxesLabel
{
	clear: both;
	text-decoration: underline;
	margin-bottom: 10px;
}

/*used by article quiz*/

.topHead
	{
		font-family: Century Schoolbook,Garamond;
		color: #8B1F1F;
		font-size: 14px;
	}


/* NEW GF DESIGN (TESTING) */
input[type=text],input[type=password], textarea,select {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #bbb;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{
  -webkit-box-shadow: 0 0 5px #51cbee;
  -moz-box-shadow: 0 0 5px #51cbee;
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #00B9E4;
}

.tprLogo_container
{
	width: 940px;
	height: 100px;
	background-color: black;
	margin-bottom: 20px;
}

.greetingMsg_login_container{
	width: 100%;
	overflow: auto;
}

#greetingMsg_section{
	float:left;
	width:400px;
	margin-left: 20px;
}

#divider_image{
	float:left;
}

#login_section{
	float: left;
	margin-left: 30px;
}

#login-message{
	color:#00B9E4;
	font-weight: bolder;
}
