	#edit-left {
		width: 674px;
	}
	h1 {
		font-size: 23px;
		color: #00a3b3;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
	}
		h1 .subHeader {
			font-size: 18px;
			color: #99cc00;
		}
	h2.coursesHeader {
		font-size: 14px;
		color: #127783;
	}
	p {
		font-size: 12px;
		margin: 0px 0px 10px 0px;
	}
	
	div#box {
		width: auto;
		background-color: #e5f2bf;
		padding: 18px 21px 18px 21px;
	}
		div#box .boxLink {
			width: 298px;
			height: 67px;
			border: 1px solid #99cc00;
			display: block;
			margin: 0px 0px 19px 0px;
			text-decoration: none;
		}
			#box .boxLink div {
				font-size: 12px;
				color: #333333;
				padding: 13px 0px 0px 83px;
			}
			#box .boxLink div span{
				font-size: 18px;
			}
		div#box .left{
			float: left;
		}
		div#box .right{
			float: right;
		}
		div#box #edit-profile{
			background: url('/images/edit_profile_icon.jpg') no-repeat 28px 6px #f5ffd7;
		}
		div#box #shipping{
			background: url('/images/shipping_icon.jpg') no-repeat 14px 16px #f5ffd7;
		}
			#box #shipping div {
				color: #00a3b3;
			}
		div#box #courses{
			background: url('/images/courses_icon.jpg') no-repeat 25px 14px #f5ffd7;
		}
	
	a {
		color: #00A2B2;
	}
	
	/*register form*/
	.register_form {
		background-color: #e6f2f5;
		padding: 20px;
		width: 500px;
	}
		.required, .optional {
			float: left;
			display: block;
			width: 85px;
			font-size: 11px;
			color: #000000;
			text-align: right;
			margin: 0px 3px 0px 0px;
			padding: 3px 0px 0px 0px;
		}
		.pass .required {
			float: left;
			display: block;
			width: 120px;
			font-size: 11px;
			color: #000000;
			text-align: right;
			margin: 0px 3px 0px 0px;
			padding: 3px 0px 0px 0px;
		}
		#notifications {
			width: auto !important;
		}
		.register_subtitle {
			float: left;
			display: block;
			width: 100px;
			font-size: 11px;
			color: #000000;
			text-align: right;
			margin: 0px 3px 0px 0px;
			padding: 3px 0px 0px 0px;
		}
		.register_form input, .register_form select {
			margin: 0px 0px 10px 0px;
			border: 1px solid #6a91b0;
			width: 260px;
		}
		.register_form #register {
			width: 73px;
			height: 22px;
			border: none;
			background: url('/images/course_register_btn.jpg') no-repeat top left;
			font-size: 9px;
			color: #ffffff;
			margin: 0px 5px 0px 0px;
			padding: 0px 0px 2px 0px;
			cursor: pointer;
			text-transform: uppercase;
		}
		.register_form #submitProf, .register_form #submitPass {
			width: 127px;
			height: 22px;
			border: none;
			background: url('/images/register_btn.jpg') no-repeat top left;
			font-size: 9px;
			color: #ffffff;
			margin: 0px 5px 0px 0px;
			padding: 0px 0px 2px 0px;
			cursor: pointer;
			text-transform: uppercase;
		}
			.required_element {
				background: url('/images/icons/required_icon.jpg') no-repeat 375px 2px;
			}
		.errors {
			font-size: 10px;
			font-style: italic;
			list-style-type: none;
			margin: -7px 0px 3px 110px;
		}
	
	/*profile form*/
		#emailPassword {
			display: none;
		}
