/*
.Fixed-container{
	background:url(images/fixed_bg.gif) no-repeat;
	width:281px;
	padding-left:13px;
	padding-top:12px;
	margin-left:10px;
	height:155px;
}
*/
.subscribe-btn{
	margin:5px 0;
}

.JoinTextBox{
	border:1px solid #737373;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:1px 0 3px;
	padding:2px 3px;
	width:233px;
	height:25px;
}

.content table {
	width:0 !important;
}

.join-us-head{
	color:#000000;
	font-family:Arial,Helvetica;
	font-size:16px;
	font-weight:bold;
	margin-left:1px;
}
.join-us-head a {
	font-size:13px !important;
}

.box{
	width:281px;
	background:#fff;
	padding:0 9px;
	margin:30px auto 30px 10px;
	position:relative;
	border:1px solid #92ab5b;/* stop margin collapse*/
	border-left:1px solid #92ab5b;
	border-right:1px solid #92ab5b;
	z-index:2;
	min-height:0;/* ie7 haslayout fix*/
}
.inner{
	background:#fff;
	padding:10px 0;
	margin:-10px 0;
	min-height:0;/* ie7 haslayout issues fix*/
	position:relative;
	border-top:1px solid #92ab5b;
	border-bottom:1px solid #92ab5b;
	z-index:2
}
* html .inner, * html .box{height:1px}/* ie6 haslayout issues fix*/
.top,.base{
	margin:-11px -10px 0;
	background:url(images/bordercorner2.png) no-repeat left top;
	height:10px;
	position:relative;
	font-size:10px;
	clear:both;
	z-index:-1;/* drag corner under background*/
}
.base{
	background-position:left bottom;
	margin:0 -10px -11px;
}
.top span,.base span{
	background:url(images/bordercorner2.png) no-repeat right top;
	display:block;
	height:10px;
	font-size:10px;
}
.base span{background-position:right bottom;}
.main-content{width:100%;background:#fff;margin:-9px 0}
* html .main-content{margin:-12px 0}/* ie fails again*/
*+html .main-content{margin:-9px 0}/* ie7*/
