/* CSS Document */

a {
	color:#635c8f;
}

.alertMe {
	font-style:oblique;
	color:#635c8f;
}

body {
	font-size:62.5%;
	font-family:'Lucida Grande','Lucida Sans Unicode','Verdana','Tahoma','Arial',sans-serif;
	color:#666;
	background-color:#cceffc;
	margin:20px 0 0 0;
}

br {
	clear:left;
}

.checkbox {
	width:auto;
	float:left;
}

.checkboxCaption {
	display:block;
	width:200px;
	font-size:1.1em;
	margin-left:110px;
}

.checkboxAgree {
	width:auto;	
}

.checkboxCaption span {
	width:170px;
	float:right;
	margin:5px;
}

#contactAddress {
	width:320px;
	float:right;
}

.dateSelect {
	width:auto;
}

#existingApplicants {
	width:450px;
	height:450px;	
	float:right;
}

fieldset {
	width:390px;
	padding:20px;
}

fieldset .earlyBird {
	width:590px;
	padding:20px;
	margin:0 auto;
}

form {
	margin:0px;
	padding:0px;
}

#newApplicants {
	width:450px;
	height:550px;
	float:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Minion Pro', 'Georgia', serif;
	margin:0 0 10px 0;
	padding:0;
}

h1 {
	font-size:2.1em;
	color:#635c8f;	
}

h2 {
	font-size:1.8em;
	color:#635c8f;	
}

h3 {
	font-size:1.6em;
	color:#635c8f;	
}

input {
	width:180px;
	background-repeat:repeat-x;
	margin:3px 0 2px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.inputCheckNoStyle {
	width:auto;	
	margin:0;
	padding:0;
}

label {
    font-size:1.3em;
	font-weight:bold;
	color:#000;
	width: 100px;
	padding-right: 20px;
	text-align:right;
}

label,input.text {
	display: block;
	width: 100px;
	float: left;
	padding:3px;
}

.large {
	width:250px;
}

.largest {
	width:450px;
	text-align:left;
}

.extra_large {
	width:650px;
	text-align:left;
}

.extra_large_tick {
	width:450px;
	padding:0 0 20px 100px;
	text-align:left;	
}

.medium {
	width:150px;
}

legend {
    font-size:1.3em;
	font-weight:bold;
	color:#625b8f;		
}

#logo {
	width:282px;
	height:121px;
	float:left;
	background-image:url(../images/private/logo_tick_white.png);
	background-repeat:no-repeat;	
}

li {
	font-size:1.2em;
}

p {
	font-size:1.2em;
}

#practiceAddress {
	width:320px;	
	float:left;
}

.radio {
	width:auto;
}

.radioCaption {
	width:250px;
	display:block;
	font-size:1.1em;
	margin-left:110px;
	font-weight:normal;
}

.required {
	font-size:1.4em;
	color:#CC0000;	
}

select {
	width:180px;
}

strong {
	color:#5c5b5b;
}

.submitButton100 {
	width:100px;
	height:28px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/buttons/submit_100_new.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.submitButton150 {
	width:150px;
	height:28px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/buttons/submit_150_new.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.submitButton175 {
	width:175px;
	height:28px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/buttons/submit_175_new.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.summaryLabel {
	display:block;
	width:150px;
	float:left;
}

.summaryLabelLong {
	display:block;
	width:220px;
	float:left;
}

#terms_scroll {
	width:660px;
	height:200px;
	overflow-y:scroll;
}

textarea {
	width:180px;	
	height:100px;
}

.warning {
	font-weight:bold;
	color:#ff0000;
}

.width60 {
	width:670px;
	height:480px;
	margin:0;
}

.width60Tall {
	width:670px;
	margin:0;
}


#wrapper {
	width:975px;
	margin:0 auto;
}

#wrapper_top {
	width:975px;
	height:10px;
	background-image:url(../images/private/panel_top_new.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0px;
}

#wrapper_main {
	width:975px;
	background-color:#FFF;
	margin:-4px 0 0 0;
	padding:0;	
}

#wrapper_main_inner {
	width:935px;
	height:121px;
	background-color:#FFFFFF;
	margin:0px 20px 0px 20px;
	padding:0 0 20px 0;
	border-bottom:1px solid #aba4c2;
}

#wrapper_main_inner h1 {
	float:right;
	position:relative;
	top:96px;
}

#wrapper_main_footer {
	width:935px;
	height:20px;
	margin:0px 20px;
	padding:5px 0 0 0;
	border-top:1px solid #aba4c2;
	font-size:1.1em;
}

#wrapper_bottom {
	width:975px;
	height:10px;
	background-image:url(../images/private/panel_bottom_new.png);
	background-repeat:no-repeat;	
}

#workspace {
	width:935px;
	margin:20px;
	padding:0;
}


