#rotator {
    /* background: -moz-linear-gradient(center bottom , #72C152 0%, #2E8D11 70%) repeat scroll 0 0 transparent; */
	/* background-color: rgba(96, 165, 49, 1.0); */
	background: #fcfaf8;
	/* float: left; */
    width: 986px; height: auto;
	margin-top: auto;
	border: #2E8D11 solid 5px;
	border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
	/* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1); */
}
#rotator-inner {
    width: 600px; height: auto;
    margin: 30px 25px 0 29px;
	/* border: solid 1px #555; */
}
#rotator-inner div.rotator-show {
    width: 600px; height: auto;
    display: block;
}
#rotator-inner ul {
    list-style: none;
	padding-left: 0;
}

#tabs {
	margin: 0; padding: 0; height: 33px; border: yellow solid 0px;
}
#tabs ul {
    padding-left: 15px;
}
#tabs li {
    float: left;
    display: block;
    width: 199px; height: 20px;
    text-align: center;
    color: #bbb;
	font-size: 13px; font-weight: bold;
	letter-spacing: .1em;
    padding-top: 14px;
    margin-right: 5px;
	line-height: 1.33em;
}
#tabs li a:link, #tabs li a:visited {
    text-decoration: none;
    border: none;
    color: #f1f5f7;
}
#tabs li {
	background-color: rgba(113, 175, 78, .85);
	border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0;
    color: #fff;
	text-shadow: 0 0 2px #2E8D11;
}
#tabs li.active-tab {
    background: -moz-linear-gradient(center bottom, #2E8D11 0%, #72C152 90%) repeat scroll 0 0 transparent;
	border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0;
	box-shadow: 0px 0px 8px 1px #777;
}
#tabs li a {
    outline: none;
}

.slide1-bg{ background: url('') no-repeat right top;}
.slide2-bg{ background: url('') no-repeat right top;}
.slide3-bg{ background: url('') no-repeat right top;}

#dashboard {
	background-color: #fff;
    float: left;
    width: 667px; min-height: 350px;
	margin-top: -8px;
	border: #606060 solid 2px;
	border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
}
#dashboard-inner {
    width: 635px; height: auto;
    margin: 10px 25px 0 15px;
	/*border: solid 1px #555; */
}
#dashboard-inner div.dashboard-show {
    width: 635px; height: auto;
    display: block;
}

#dashboard-inner ul {
    list-style: none;
	padding-left: 0;
}

#dashboard-tabs {
	margin: 0; padding: 0; height: 33px;
}
#dashboard-tabs ul {
    padding-left: 11px;
}
#dashboard-tabs li {
	float: left;
	display: block;
	width: 141px; height: 20px;
	text-align: center;
	color: #bbb;
	font-size: 12px; font-weight: bold;
	padding-top: 14px;
	margin-right: 2px;
	line-height: 1.33em;
}
#dashboard-tabs li.dist {
	width: 125px;
}
#dashboard-tabs li a:link, #dashboard-tabs li a:visited {
    text-decoration: none;
    border: none;
    color: #f1f5f7;
}
#dashboard-tabs li {
	background-color: rgba(143, 143, 143, .85);
	border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0;
}
#dashboard-tabs li.active-tab {
	color: #fff;
	background-color: #606060;
	border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0;
	box-shadow: 0px 0px 8px 1px #000;
}
#dashboard-tabs li a {
    outline: none;
}

#signup {
    float: right;
    width: 285px; /* height: 340px; */
    margin: 0 auto;
    background-color: transparent;
}