
.left-col {
	width: 670px;
	float: left;
	height: 300px;
	height: auto;
	min-height: 300px;
	background-image: url(images/top-bg-highlight.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.right-col {
	width: 280px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-image: url(images/twitter-rep.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.left-inner {
	padding-top: 25px;	
}

.right-inner {
	background-image: url(images/twitter-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
}
.wrap {
	background-image: url(images/progress-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	height: 110px;
}

.progress-wrap {
	width: 646px;
	padding-left: 1px;
	height: auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


.content-area {
	background-image: url(images/text-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #555555;
	line-height: 22px;
	margin-bottom: 40px;
}
.bottom-content {
	background-image: url(images/bottom-text-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 50px;
	height:auto;
}
.top-content {
	background-image: url(images/top-text-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-wrap {
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.follow-me-wrap {
	background-image: url(images/bottom-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 7px;
}

.follow-me-wrap a {
	background-image: url(../images/followme-on.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	width: 200px;
	margin-left: 60px;
}

.follow-me-wrap a:hover {
	background-image: url(images/followme-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.form-wrap {
	position: relative;
	float: right;
	margin-right: 5px;
}

.form-bubble {
	position: absolute;
	left: -176px;
	top: -70px;
	background-color: transparent;
	background-image: url(../images/bubble-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 280px;
	font-size: 11px;
	text-transform: uppercase;
	color: #2B2B2B;
	display: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	
	
}

input#email-element {
	background-color: #FFFFFF;
	background-image: url(images/form-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #BABABA;
	width: 200px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: 10px;
}

.form-register {
	line-height: 15px;
}

.email-submit {
	background-image: url(../images/send-but-on.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 29px;
	width: 55px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.email-submit:hover {
	background-image: url(../images/send-but.png);
	cursor: pointer;
}

.update-button {
	
	background-position: left top;
	height: 29px;
	width: 123px;
	display: block;
	margin-top: 1px;
}

.update-button:hover {
	/*background-image: url(images/ud-button2.png);*/
}

.register-success {
	font-size: 12px;
	color: #009900;
}

.form-error {
	color: #CC0000;
}

.close-bubble {
    line-height: 13px;
    font-size: 10px;
    font-weight: normal;
}

.close-bubble a:link {
    color: #333333;
}
.close-bubble a:hover {
    color: #CC0000;
}
