#overlay
{
 display:none;
 position:fixed;
 filter:alpha(opacity=30);
 -moz-opacity:0.3;
 opacity: 0.3;
 height:280%;
 margin:0px;
 padding:0;
 width:100%;
 background-color:#000;
 z-index:1;
 left:0px;
 top:0px; 
 
}
div#contentColumn {
	margin-right:12px;
	width:622px;
}

div.contentMain {
	clear:both;
	margin-top:3px;
	margin:0 0 0 6px;
	/*position:relative;*/ /* Causes problems with buttons in IE6 */
	top:5px;
}

p#mentortext {
	color:#84858a;
	font-size:0.9em;
	margin-bottom:1.6em;
}

p.mentortext {
	color:#84858a;
	font-size:0.9em;
	margin-bottom: 8px;
}

.contentMain p.needsYou {
	margin-bottom: 12px;
	font-size:0.9em;
	color:#84858a;
}

.contentMain p.needsYou a {
	text-decoration: none;
	color: #cc6600;
}


.contentMain p.needsYou span {
	color: #56575a;
	font-size: 125%;
	display: block;
}

p.alignright {
	text-align:right;
}

/* registration step 1 and 2 */

div#stepswrapper {
	background:url(/media/images/registration/boxBg.gif) top left no-repeat;
	float:left;
	width:616px;
}

div#stepscontent {
	border-left:1px solid #d9d9e1;
	border-right:1px solid #d9d9e1;
	margin-top:39px;
	float:left;
	width:614px;
}

div#stepcontainer1and2 {
	margin-top:-35px;
}

div.stepcontainer1,
div.stepcontainer1grey,
div.stepcontainer1green {
	background:url(/media/images/registration/registration1Bottom.jpg) bottom left no-repeat;
	display:inline;
	float:left;
	margin-left:115px;
	margin-right:3px;
	width:190px;
}
div.stepcontainer1grey { background:url(/media/images/registration/registration1BottomGrey.jpg) bottom left no-repeat;}
div.stepcontainer1green { background:url(/media/images/registration/registration1BottomGreen.jpg) bottom left no-repeat; }

div.stepcontainer2,
div.stepcontainer2grey,
div.stepcontainer2green {
	background:url(/media/images/registration/registration2Bottom.jpg) bottom left no-repeat;
	float:left;
	width:190px;
}
div.stepcontainer2grey { background:url(/media/images/registration/registration2BottomGrey.jpg) bottom left no-repeat;}
div.stepcontainer2green { background:url(/media/images/registration/registration2BottomGreen.jpg) bottom left no-repeat;}

div#stepswrapper p {
	color:#3b3d2f;
	
}

div.step1,
div.step2,
div.step1grey,
div.step2grey,
div.step1green,
div.step2green {
	background:url(/media/images/registration/registration2Top.gif) top left no-repeat;
	/* min-height:215px;
	height:auto !important; */
	height:240px;
	padding:10px;
	/*position:relative;*/
}

div.step1grey,
div.step2grey {
	background:url(/media/images/registration/registration2TopGrey.gif) top left no-repeat;
}
div.step1green,
div.step2green {
	background:url(/media/images/registration/registration2TopGreen.gif) top left no-repeat;
}

div#stepswrapper h2 {
	font-weight: bold;
	color:#494d2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align:center;
}

div.step1 p,
div.step1grey p,
div.step1green p {
	font-size:1em !important;
	font-weight:bold;
	margin-top:30px;
}

div.step1 p img,
div.step1grey p img,
div.step1green p img {
	margin-bottom:5px;
}

/* registration step 3 and 4 and 5 */

div.stepcontainer3,
div.stepcontainer3grey,
div.stepcontainer3light,
div.stepcontainer3green {
	margin-left:19px;
}

div.stepcontainer3,
div.stepcontainer4,
div.stepcontainer5,
div.stepcontainer3grey,
div.stepcontainer4grey,
div.stepcontainer5grey,
div.stepcontainer3green,
div.stepcontainer4green,
div.stepcontainer5green {
	background:url(/media/images/registration/registration3Bottom.jpg) bottom left no-repeat;
	display:inline;
	float:left;
	margin-right:3px;
	margin-top:5px;
	width:190px;
}

div.stepcontainer3grey { background:url(/media/images/registration/registration3BottomGrey.jpg) bottom left no-repeat; }
div.stepcontainer3green { background:url(/media/images/registration/registration3BottomGreen.jpg) bottom left no-repeat; }
div.stepcontainer4 { background:url(/media/images/registration/registration4Bottom.jpg) bottom left no-repeat; }
div.stepcontainer4grey { background:url(/media/images/registration/registration4BottomGrey.jpg) bottom left no-repeat; }
div.stepcontainer4green { background:url(/media/images/registration/registration4BottomGreen.jpg) bottom left no-repeat; }
div.stepcontainer5 { background:url(/media/images/registration/registration5Bottom.jpg) bottom left no-repeat; }
div.stepcontainer5grey { background:url(/media/images/registration/registration5BottomGrey.jpg) bottom left no-repeat; }
div.stepcontainer5green { background:url(/media/images/registration/registration5BottomGreen.jpg) bottom left no-repeat; }


div.step3,
div.step4,
div.step5,
div.step3grey,
div.step4grey,
div.step5grey,
div.step3green,
div.step4green,
div.step5green {
	background:url(/media/images/registration/registration2Top.gif) top left no-repeat;
	/* min-height:215px;
	height:auto !important; */
	height:240px;
	overflow:auto;
	padding:10px;
}

div.step3grey,
div.step4grey,
div.step5grey {
	background:url(/media/images/registration/registration2TopGrey.gif) top left no-repeat;
}

div.step3green,
div.step4green,
div.step5green {
	background:url(/media/images/registration/registration2TopGreen.gif) top left no-repeat;
	/*position:relative;*/
	overflow:hidden;
}

.whitecontainer{
	background:#fff;
	border:2px solid #eee;
	opacity: .8;
	filter: alpha(opacity=80);
	height:200px;
	width:166px;
	/*position:relative;*/
	overflow-y:auto;
	overflow-x:hidden;
}

.whitecontainer p {
	padding:0px 5px;
}

.whitecontainer h2 {
	padding-top:10px;
}

.step1green .edit {
	left:120px;
    position:relative;
    top:10px;
    z-index:0;
    width:35px;
}

.step2green .edit,
.step3green .edit,
.step4green .edit,
.step5green .edit {
    left:120px;
    position:relative;
    top:10px;
    z-index:0;
    width:35px;
}

.edit a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.edit a:hover {
	text-decoration:underline;
}



.step1green .whitecontainer p {
	height:auto;
}

/* registration step 5 */

/*
div.stepcontainer5,
div.stepcontainer5grey,
div.stepcontainer5green {
	background:url(/media/images/registration/registration5Bottom.jpg) bottom left no-repeat;
	display:inline;
	float:left;
	margin-right:3px;
	margin-top:5px;
	width:190px;
}

div.stepcontainer5grey { background:url(/media/images/registration/registration5BottomGrey.jpg) bottom left no-repeat; }
div.stepcontainer5green { background:url(/media/images/registration/registration5BottomGreen.jpg) bottom left no-repeat; }
*/

/* div.step5,
div.step5grey,
div.step5green {
	background:url(/media/images/registration/registration2Top.gif) top left no-repeat; */
	/* min-height:215px;
	height:auto !important; */
/*	height:250px;
	padding:20px 20px 20px 20px;
	overflow:auto;

} */

/*
div.step5grey { background:url(/media/images/registration/registration2TopGrey.gif) top left no-repeat; }
div.step5green { background:url(/media/images/registration/registration2TopGreen.gif) top left no-repeat; }

div.step5 p,
div.step5grey p,
div.step5green p {
	font-size:1em !important;
	font-weight:bold;
	margin-top:50px;
}

div.step5 p img,
div.step5grey p img,
div.step5green p img {
	margin-bottom:5px;
}
*/

/* the edit link for the steps. edit 1 is for steps 1 and 2, edit 2 for steps 3,4 and 5 */
p.edit1,
p.edit2 {
	padding-top:20px;
	text-align:right;
}

p.edit2 {
	padding-top:25px;
}

p.edit1 a,
p.edit2 a {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

p.edit2 a {
	font-size:0.9em;
}

p.edit1 a:hover,
p.edit2 a:hover {
	text-decoration:underline;
}


/* the green box when step has been completed */
div.greenfixed {
	background:#e0ed7e;
	height:160px;
	overflow:auto;
}

div.greenfixed p {
	color:#3b3d2f;
	padding:10px;
}

p.stepstext {
	clear:both;
	font-size:0.9em !important;
	padding:20px 0;
	text-align:center;
	color: #84858a !important;
}


/* -- generic popout styles -- */

/*- override core.css .relative class -*/

.relative
{
    z-index:20;
    position:absolute;
 }

/*div.popoutcontainer {
	background:url(/media/images/registration/registrationPopOut1Bottom.gif) bottom left no-repeat;
	width:324px;
	display:block;
	z-index:20;
	 position:absolute;
}

div.popout {
	margin-top:-16px;
	color:#4d4f53;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	padding:15px;
	text-align:center;
	z-index:20;
	position: relative;
}*/

div.popout h2 {
	color:#494d2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin-right: 20px;
}

div.popouttop {
	background: url(/media/images/registration/registrationPopOut1Top.gif) top left no-repeat;
	height: 17px;
	overflow: hidden;
	_position: absolute;
}

div.popoutheader {
	float:left;
	width:256px;
	position:relative;
}

div.popoutheader a {
	color:#fff;
	padding:2px;
	text-decoration:none;
}

div.popoutheader a:hover {
	background:#faeed3;
	color:#595a5c;
}

div.popout .closewindow {
	float:right;
	margin-left:15px;
	width:22px;
}

div.popouttable {
	clear:both;
	padding-top:10px;
	text-align:center;
}

div.popouttable form table td {
	font-size:1.2em !important;
}

div.popouttable form table td input,
div.popouttable form table td textarea {
	margin-left:5px;
	width:200px;
	font-size:1.0em;
	
}

div.groupListPopup form table td input {
	margin-left:5px;
	width:200px;
	font-size:1.0em;
	
}

div.groupPopUp form table td input,
div.groupPopUp form table td textarea {
	margin-left:5px;
	width:10px;
	font-size:0.8em;
	
}

div.popouttable p {
	line-height:normal;
}

div.popouttable div.confirmbutton,
div.whatothers {
	text-align:right;
}

div.whatothers {
	margin:10px 0;
}

div.boxfootertext {
	margin-top:10px;
}

div.whatothers a {
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
}

div.whatothers a:hover {
	background:#fed26d;
	color:#4d4f53;
}

/* -- pop out box step 1. Who are you -- */

div.popoutstep1 {
	left:60px;
	position:absolute;
	top:300px;
	z-index:2;
}

div.paragraphtextarea {
	clear:both;
	text-align:left;
}

div.paragraphtextarea textarea {
	height:200px;
	margin:25px 0 10px 0;
	width:290px;
	font-size:1.2em;
}

div.paragraphtextarea p {
	line-height:normal;
	margin-top:10px;
}

div.paragraphtextarea a:hover {
	background:#fed26d;
	color:#4d4f53;
}


/* -- pop out box no 2 for step 1. Who are you and for step 2. Your topics -- */

div.popout2step1 {
	left:100px;
	position:absolute;
	top:75px;
}

div.popout2step1 .alignright {
	margin-bottom:10px !important;
	text-align:right;
} 

div.popout2step1 div.popout {
	padding:20px;
}

div.popout2step1 p {
	color:#585c3c;
	font-size:1em;
	font-weight:bold;
	margin-bottom:15px;
	text-align:left;
}

/* -- pop out box step 2. Your topics -- */
div.popyourtopics {
	left:275px;
	position:absolute;
	top:275px;
}

div.popyourtopics div.popouttable,
div.popyourtopics div.popouttable td {
	text-align:left;
	vertical-align:top;
}

div.popouttable a {
	/*color:#fff;*/
	color:#4D4F53;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
}

div.popyourtopics form {
	border-bottom:1px solid #fee4ad;
	border-top:1px solid #fee4ad;
	padding-bottom:10px;
	padding-top:10px;
}

div.boxfootertext {
	color:#fff;
}

div.popyourtopics input.addtopic,
div.popyourtopics input.confirm  {
	margin-top:10px;
	width:auto;
}

div.popyourtopics input.addtopic {
	margin-bottom:10px;
}

p.suggested a:hover {
	background:#fed26d;
	color:#4d4f53;
}


/* -- pop out box no 2 for step 2. Your topics -- */

div.popout2step2 {
	left:285px;
	position:absolute;	
	top:700px;
}

div.popout2step2 .alignright {
	margin-bottom:10px !important;
	text-align:right;
} 

div.popout2step2 div.popout {
	padding:20px;
}

div.popout2step2 p {
	color:#585c3c;
	font-size:1em;
	font-weight:bold;
	margin-bottom:15px;
	text-align:left;
}


/* -- pop out box no 3 for step 2. Your topics - tags -- */

p.taglinks { padding-top:5px; }
p.taglinks a { color:#494d2a; }
p.taglinks a:hover { background:#faeed3; }


/* -- pop out box no 3 for step 2. Your topics - topics help -- */

div.topicshelp {
	left:290px;
	position:absolute;
	top:100px;
}

div.topicshelpform {
	clear:both;
	padding-top:10px;
}

div.topicshelpform td {
	color:#4b4c46;
	font-size:0.9em;
	line-height:normal;
	padding-bottom:10px;
	text-align:left;	
	vertical-align:middle;
}

div.topicshelpform textarea {
	font-size:1.2em;
	height:28px;
	margin-top:5px;
	width:260px;
}



/* -- pop out step 3. In three words -- */

div.popinthreewords {
	left:15px;
	position:absolute;
	top:300px;
}

div.popinthreewords div.popoutheader p {
	color:#494d2a;
	font-size:0.9em;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}

div.popinthreewords td {
	padding-bottom:10px;
}

div.sametext {
	color:#fff;
	float:left;
}

div.samepercent {
	background:#fff;
	color:#4d4f53;
	float:left;
	font-size:1.5em;
	margin-left:10px;
	padding:5px;
}

div.popinthreewords div.confirmbutton {
	border-top:1px solid #fbc89d;
	clear:both;
	padding-top:10px;
}

div.popularwords {
	clear:both;
	line-height:1.4em;
	margin-bottom:15px;
	padding-top:15px;
}

div.popularwords h3 {
	margin-bottom:0;
	color:#4d4f53;
}

div.popularwords span {
	background:#fff;
	padding:0 2px;
}


/* -- the hover states (light coloured boxes). Number 1 is the longer ones for steps 1 and 2. Number 2 is for the shorter ones for steps 3,4 and 5 -- */
div.stepwhocontainer1 { background:url(/media/images/registration/registration1BottomLight.gif) bottom left no-repeat; }
div.stepwho1 { background:url(/media/images/registration/registration1TopLight.gif) top left no-repeat; }
div.stepwhocontainer2 { background:url(/media/images/registration/registration2BottomLight.gif) bottom left no-repeat; }
div.stepwho2 { background:url(/media/images/registration/registration2TopLight.gif) top left no-repeat; }



/* -- signup details form -- */
div#signupdetailscontainer {
	background:#d9e8f0 url(/media/images/registration/signupFormBottom.gif) bottom left no-repeat;
	clear:both;
	float:left;
	width:616px;
}

div#signupdetails {
	margin:20px;
}

div#signupdetails h2 {
	color:#48494b;
}	

div#signupdetails p {
	color:#6c7176;
	font-size:0.9em;
}

div#signupdetails table {
	margin:20px 20px 20px 0;
}

div#signupdetails table td.alignright {
	text-align:right;
	
}

div#signupdetails table td {
	padding-bottom:7px;
	padding-right:6px;
}

div#signupdetails table td div {
	font-weight:bold;

	padding-top:5px;
}


div#signupdetails table td div span {

color: #fb8d2d;

}


div#signupdetails label  {
	font-size:1em;
	font-weight:bold;
}

div#signupdetails label span {
	color: #fb8d2d;
	text-align:left;
}

div#signupdetails input
{
	padding-left: 4px;
	font-weight: bold;
	color: #696969;
}

div#signupdetails input.birthday,
div#signupdetails input.birthmonth {
	width:3em;
}

div#signupdetails input.birthyear {
	width:5em;
}


/* -- sign in page (5.4a_registration) -- */

div.signin {
	color:#56575a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	margin:30px 0 10px 20px;
}

div#signincontainer {
	background:#edf2e4 url(/media/images/registration/signinFormBottom.gif) bottom left no-repeat;
	clear:both;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	overflow:auto;
	width:616px;
}

div#signinregistration {
	background:url(/media/images/registration/signinFormTop.gif) top left no-repeat;
	padding:15px;
}

div#signinregistration h2 {
	color:#56575a;
	font-size:1.5em;
}

div#signinregistration table {
	margin-left:60px;
	margin-top:15px;
}

div#signinregistration table td {
	padding-left:10px;
}

div#signinregistration label {
	color:#48494b;
	font-size:1em;
	font-weight:bold;
}

div#signinregistration a {
	color:#48494b;
	text-decoration:none;
}

div#signinregistration a:hover {
	text-decoration:underline;
}

div.signupcontainer {
}

div.signupregistration {
	background:#d9e8f0 url(/media/images/registration/signupFormTop.gif) top left no-repeat;
	margin:0 !important;
}

div.signupregistration p {
	color:#6c7176;
	margin:0 20px 20px 20px;
	padding:20px 0 0 0;
}

div.signupregistration table#userdetails {
	margin-left:20px !important;
	width:576px;
}

div.signupregistration table#userdetails td.tdborder {
	border-bottom:1px solid #ecf3f7;
	margin-bottom:10px;
}

td.nomargin div.largebuttonblue {
	margin:0;
}

div.signupregistration table table td {
	font-size:1em;
}

div.signupregistration div.mediumbuttonblue {
	margin-right:60px;
}

/* -- congrats page (5.4b_registration) -- */

p.readytomentor {
	clear:both;
	float:left;
	font-size:0.9em !important;
	padding:20px 0;
	text-align:right;
	width:417px;
}

div.readybutton {
	margin-top:12px;
}


/* -- pop out step 4. My motivation -- */

div.popmymotivation {
	left:140px;
	position:absolute;
	top:300px;
}

div.popmymotivation div.popoutheader p {
	color:#494d2a;
	font-size:0.9em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:15px;
	text-align:left;
}

div.popmymotivation textarea {
	height:200px;
	width:280px;
	font-size:1.2em;
}


/* -- pop out box no 2 for step 4. My motivation -- */

div.mymotivation2 {
	left:185px;
	position:absolute;
	top:680px;
}

div.mymotivation2 .alignright {
	margin-bottom:10px !important;
	text-align:right;
} 

div.mymotivation2 div.popout {
	padding:20px;
}

div.mymotivation2 p {
	color:#585c3c;
	font-size:1em;
	font-weight:bold;
	margin-bottom:15px;
	text-align:left;
}


/* -- pop out Your Image (5.5_your_image) -- */

div.popyourimage {
	left:60px;
	position:absolute;
	top:10px;
}

div.popyourimage h2 {
	line-height:normal;
	margin-left:40px;
	padding-bottom:10px;
	width:200px;
	_width: 140px; /* IE 6 only */
	float: left;
}

div.popyourimage div.popoutheader {
	border-bottom:1px solid #fee5ad;
	margin-bottom:10px;
	overflow:auto;
	width:290px;
}

div.popyourimage p {
	clear:left;
	color:#494d2a;
	font-size:0.9em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:15px;
	text-align:left;
}

div.infotext {
	clear:left;
	overflow:auto;
	text-align:left;
}

div.imagetoname {
	color:#4d4f53;
	float:left;
	font-weight:normal;
	width:272px;
}

div.popouttable p {
	color:#4d4f53;
}

div.infoicon {
	float:left;
	width:22px;
}

div.imagetoname span {
	font-size:1.1em;
	font-weight:bold;
}

div.popyourimage div.popouttable {
	clear:both;
	margin-top:10px;
}

div.yourimageicon,
div.yourimagebrowse {
	float:left;
}

div.yourimagebrowse {
	display:inline;
	margin-left:20px;
}

div.yourimagebrowse input {
	display:inline;
	margin:10px 0 0 0;
	width:150px;
}


div.yourimagebrowse input.browse {
	margin-left:75px;
	width:auto;
}

div.popyourimage textarea {
	height:160px;
	width:270px;
}

div.borderbottom {
	border-bottom:1px solid #fee5ad;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.right {
	text-align:right;
}


/* -- */
div.mobilephone {
	float:left;
	margin:5px 10px 0 60px;
}

/* -- */
a.badgeImg {
	margin:0px 35px 0px 0px;
	float:right;
	display:inline;
}
a.genericLink
{
	color:#ff6600;
	margin-left:20px;
	font-weight:bolder;	
	font-size:80%;
	width:100px;
	height:100px;
}

#signincontainer #username, #signincontainer #password
{
	width:128px;
}

				
.purpleLink
{
	color:#782b91;
	text-decoration:none;
}

p.paraPadding
{
	padding:10px 20px 0px 20px;
	font-size:85%;

}
/* Claim your athsma badge section */
#signinform .asthmaArea
{
	padding:3px 4px 0px 8px;

}


#signinform .asthmaBtn
{
	float:right;
	padding:10px 4px 0px 4px;
}

#signinform h2
{
	font-size:120%;
	text-align:left;
	color:#565759;
	padding:20px 0px 0px 15px ;
}

#signinform #clickHere
{
	padding:30px 0px 0px 100px;
}

#signinform .whiteLine
{
	margin:2px;
	border-bottom:1px solid #fff;
	clear:both;
	padding-top:1px ;
	font-size:0%;
	width:316px;
	height:0px;
}

/* -- button on the pop outs -- */

div.popoutbtnsmall,
div.popoutbtnlarge {
	display:inline;
	float:right;
	/* margin:10px 22px 0 22px; */
	/* padding-bottom:10px; */
	margin:10px 0;
	text-align:center;
}

div.popoutbtnsmall a,
div.popoutbtnlarge a {
	background:url(/media/images/btns/btnOrangeBgBottomSmall.gif) bottom left no-repeat;
	color:#fff;
	float:left;
	font-weight:bold;
	text-decoration:none;
	width:100px;
}

div.popoutbtnlarge a {
	background:url(/media/images/btns/btnOrangeBgBottomLarge.gif) bottom left no-repeat;
	width:141px;
}

div.popoutbtnsmall a span,
div.popoutbtnlarge a span {
	background:url(/media/images/btns/btnOrangeBgTopSmall.gif) top left no-repeat;
	color:#fff;
	float:left;
	font-size:0.9em;
	margin:0;
	padding-bottom:8px;
	padding-top:8px;
	margin-top:-5px;
	width:100px;
}

div.popoutbtnlarge a span {
	background:url(/media/images/btns/btnOrangeBgTopLarge.gif) top left no-repeat;
	width:141px;
}

div.popoutbtnsmall a:hover span,
div.popoutbtnlarge a:hover span {
	color:#000;
	
}

div.popoutbtnsmall a:hover { background:url(/media/images/btns/btnOrangeBgBottomSmall.gif) bottom left no-repeat; }
div.popoutbtnsmall a:hover span { background:url(/media/images/btns/btnOrangeBgTopSmall.gif) top left no-repeat; }


div.groupList {
	left:0px;
	position:absolute;
	bottom:50px;
	border: solid 3px red;	
}

div.groupList div.popoutheader p {
	color:#494d2a;
	font-size:0.9em;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}

div.groupList td {
	padding-bottom:10px;
	
}

.SubmitMentorProfileDisabled
{
 filter:alpha(opacity=50);
 -moz-opacity:0.3;
 opacity: 0.5;  
 clear:both;
height:35px;
padding-left:225px;
}

.SubmitMentorProfileActive
{
 filter:alpha(opacity=100);
 -moz-opacity:1;
 opacity: 1;  
 clear:both;
height:35px;
padding-left:225px;
}

