body {
	background: #eee;
	font-family: 'Lucida Grande', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #bf1018;
	clear: both;
	margin-top: 0;
}
.wrap {
	background: transparent;
	border-right: 20px solid #fff;
}
#promotop {
	background: #fff;
	margin-top: 30px;
}
#logo {
	width: 579px;
	height: 175px;
	position: absolute;
	bottom: -35px;
	left: 85px;
}
#logo img {
	z-index: 1000;
	position: relative;
}
#about, #about .wrap_inner, #about .wrap p {
	background: url('../images/MastersofMediaSelling_header_bg.gif') repeat 0 0 transparent;
}
#about .wrap_about {
	background: transparent;
	color: #fff;
	border-right: none;
}
#about .wrap_inner {
	position: relative;
}
#about p {
	width: 340px;
	padding-right: 0;
	font-size: 13px;
}
#content {
	background: #fff;
	padding: 0px;
}
#cnt {
	background: #fff;
    float: left;
    position: relative;
    min-height: 800px;
    padding: 20px;
    padding-top: 85px;
    width: 740px;
}
#sidebar {
	margin: 50px 0 0 0;
}
#sidebar ul li a {
	color: #333;
}
#sidebar .register_button {
	font-size: 17px;
	color: #fff;
	background: #CC0B25;
	background:-moz-linear-gradient(
	    left,#CC0B25,#641D1B,#CC0B25
	);
	background:-webkit-gradient(
	    linear, left top, right top, 
	    from(#CC0B25),
	    color-stop(50%,#641D1B),
	    to(#CC0B25)
	);
	-moz-background-size: 200%;
	-webkit-background-size: 200%;
	background-size: 200%;
	-webkit-transition: .2s background-position linear;
	-moz-transition: .2s background-position linear;
	transition: .2s background-position linear;
	
}
#sidebar .register_button:hover {
	background-position: right;
}
#sidebar_info {
	color: #ddd;
}
#sidebar_info a {
	color: #fff;
}
.sponsor_type {
	color: #fff;
}

/*-------------------------------------
SHARE BUTTONS
------------------------------------- */
#sharebottom {
	margin: 20px 0;
}
.tools {
	clear: both;
	float: left;
	margin: 10px 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
.tools li {
	float: left;
	margin: 0 5px 5px 0;
}
.tools li:nth-child(4), .tools li:nth-child(5) {
	/*margin-left: -20px;*/
}
.commentButton, .recButton {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-left: 3px solid #55aa26;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f0f0f0;
}
/* Registration pages */
.price_option {
	clear: both;
}
.price_option input {
	float: left;
	margin-top: 3px;
}
.price_right {
	float: left;
	margin-left: 10px;
	width: 200px;
}
#form_attending ul, #pending ul {
	float: left;
	padding: 0;
}
#form_attending li, #pending li {
	list-style-type: none;
	float: left;
	margin-bottom: 20px;
}
#pending #register_right ul div.left {
	width: 243px;
}
#pending #register_right ul div.right {
	width: auto;
}
#pending #register_right ul div.right a {
	display: block;
}
#pending .total {
	clear: both;
}
#register_left ul div.right {
	text-align: right;
}