/* 

[[ GLOBAL ]]

*/

* {
  margin: 0;
  padding: 0;
  outline: none;
	font-family: 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	text-align: left;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background-color: #c7c7ce;
	background-image: url('/m/i/b_under.png');
	background-position: 0 -2px;
	font-size: 9pt;
	text-align: left;
}

a {
	color: #D53202;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #DF6B49;
}

a img {
	border: none;
}

ol {
	list-style-position: inside;
}

/* 

[[ HELPERS ]]

*/

.rad5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rad9 {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.rad10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rad15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.slimshadow {
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.timeago {
	font-size: 9pt;
	border: none;
}

.newscomments_divider {
	height: 1px;
	border: 0px;
	background-color: #ccc;
	margin-bottom: 8px;
}


/* 

[[ STRUCTURE ]]

*/

.header,
.menu,
.content,
.footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


.header {
	height: 160px;
}

.wrapper_header,
.wrapper_menu,
.wrapper_content {
	width: 100%;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.wrapper_header {
	height: 160px;
	background-image: url('/m/i/b_top.png');
	position: relative;
}

.wrapper_menu {
	height: 62px;
	background-image: url('/m/i/b_ruler.png');
}

.wrapper_content {
	min-height: 598px;
	background-image: url('/m/i/b_bottom.png');
}

/* 

[[ HEADER ]]

*/

.logo {
	width: 163px;
	height: 160px;
	background-image: url('/m/i/logo.png');
	background-position: 0px 4px;
	cursor: pointer;
}

.menuitem {
	width: 163px;
	height: 62px;
	float: left;
	background-image: url('/m/i/menu_sprites.png');
	background-repeat: no-repeat;

}

.menuitem:hover {
	cursor: pointer;
}

#m_schedule {
	background-position: 16px 8px;
}

#m_schedule:hover {
	background-position: 16px -112px;
}

#m_chat {
	background-position: -147px 8px;
}

#m_chat:hover {
	background-position: -147px -112px;
}

#m_forum {
	background-position: -310px 8px;
}

#m_forum:hover {
	background-position: -310px -112px;
}

#m_charts {
	background-position: -475px 8px;
}

#m_charts:hover {
	background-position: -475px -112px;
}

#m_apply {
	background-position: -636px 8px;
}

#m_apply:hover {
	background-position: -636px -112px;
}


#m_donate {
	background-position: -799px 8px;
}

#m_donate:hover {
	background-position: -799px -112px;
}

/* 

[[ CONTENT ]]

*/

.content {
	padding-top: 10px;
}

.col_left {
	width: 230px;
	float: left;
}

.col_right {
	float: left;
	width: 750px;
}

.right_column {
	float: right;
}

.request_box {
	width: 215px;
	min-height: 200px;
	background-color: #3e3f4e;
	margin-bottom: 10px;
}

.fb-like-box {
	background-color: #fff;
	border: none !important;
	outline: none !important;
	overflow: hidden !important;
	max-width: 195px !important;
	width: 195px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	display: block !important;  	
}

.base_box { 
	border: 1px solid #545459;
	box-shadow: #a5afb9 0px 1px 0px;
	background: url("/m/i/box_bg.png") transparent;	
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
}

.topbox {
	height: 260px;
	width: 425px;
}

.chatbox {
	height: 500px;
	width: 100%;
}

.adbox {
	height: 260px;
	width: 310px;
	padding: 4px;
}

.newsbox {
	width: 530px;
	min-height: 200px;
}

.news_snippet {
	background: #FFFFFF;
	border-bottom: 2px solid #E1E1E1;
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.news_head {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 5px 5px 10px;
	font-size: 17px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
	font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
}

.news_head span {
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;

}

.news_cont,
.news_cont a {
	font-size: 14px;
}

.news_cont {
	padding: 10px;
	display: block;
}

.clear {
	clear: both;
}

.news_cont img {
	background-color: #fff;
	margin: 8px;
	/* border: 1px solid #ddd; */
	padding: 3px;
	box-shadow: rgba(0, 0, 0, 0.502) 0px 0px 5px;
	display: block;
}

.news_cont ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 30px;
}

.news_cont ul li {
	margin-bottom: 5px;
}



.news_meta {
	height: 20px;
	margin-top: 10px;
}


.news_poster,
.news_poster a {
        font-weight: 200;
        font-family: Oswald, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

.news_poster {
	padding-left: 10px;
	width: 140px;
	height: 20px;
	line-height: 16px;
	float: left;
}

.news_poster a {
	color: #000;
}


.news_title,
.news_title a {
        font-weight: 400;
	font-size: 14pt;
        font-family: Oswald, Tahoma, Arial, sans-serif;
}

.news_title {
	margin-bottom: 10px;
}

.news_title a {
	color: #000;
}

.newslink {
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	display: block;
}

.newslink a {
	color: #000;
}

.newslink:hover {
	background-color: #ccc;
}

.news_date {
	width: 100%;
	background-color: #c1c1c8;
	height: 20px;
	line-height: 18px;
	text-align: right;
	padding-right: 10px;
}

.news_more,
.news_more a {
        font-family: Oswald, Tahoma, Arial, sans-serif;
        font-weight: 400;
        font-size: 13px;
}
.news_pagination,
.news_pagination a {
	font-family: Oswald, Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.news_more {
	float: right;
	margin-top: 10px;
}

.news_more a {
	font-weight: bold;
	color: #3e3f4e;
}

.news_pagination {
	float: right;
}

.news_pagination a {
	color: #fff;
}

.boxfill {
	background: #FFFFFF;
	border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.506) 0px 1px 3px;
  display: block;
  height: 100%;
  overflow: hidden;
}


.menulink {
	padding: 3px;
}

.menulink a {
	color: #BABBC1;
}

/* 

[[ NEWS CATEGORIES ]]

*/

.ncat_si {
	background: #d53202;
	border-top: 1px solid #fe6b40;
	color: #fff;
}

.ncat_games {
	background: #4c2cb4;
	border-top: 1px solid #754ef3;
	color: #fff;
}

.ncat_games a,
.ncat_si a,
.ncat_gadgets a,
.ncat_tv a,
.ncat_music a,
.ncat_comics a,
.ncat_geek a {
	color: #fff;
}


.ncat_gadgets {
	background: #11912c;
	border-top: 1px solid #35dd58;
	color: #fff;
}

.ncat_tv {
	background: #911313;
	border-top: 1px solid #ee3b3b;
	color: #fff;
}

.ncat_music {
	background: #2ab290;
	border-top: 1px solid #3cf0c4;
	color: #fff;
}

.ncat_comics {
	background: #23188d;
	border-top: 1px solid #4c3ce6;
	color: #fff;
}

.ncat_geek {
	background: #666666;
	border-top: 1px solid #888888;
	color: #fff;
}


/* 

[[ REQUESTS ]]

*/

.rbox_header {
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	line-height: 26px;
	border-bottom: 1px solid #000;
	height: 35px;
	box-shadow: #62626b 0px 1px 1px;
	position: relative;
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
}

.rbox_header img {
	position: absolute;
	right: 8px;
}

.rbox_body {
	padding: 8px;
	color: #babbc1;
	font-size: 10pt;
	position: relative;
	font-size: 14px;
}

.rbox_body img {
	margin-left: 30px;
	margin-top: 10px;
}

.rq_input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #62626b;
	border: 1px solid #62626b;
	background-color: #24252e;
	border-top-color: #000;
	border-left-color: #000;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.rq_submit {
	width: 48%;
	height: 30px;
	border: 1px solid #24252e;
	color: #babbc1;
  font-weight: bold;
  margin-top: 4px;
}

.rq_submit:hover {
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
}

.fasttrans {
	transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
}

.buttongrad {
	background: #62626b;
	background: -moz-linear-gradient(top,  #62626b 0%, #62626b 50%, #595960 50%, #24252e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62626b), color-stop(50%,#62626b), color-stop(50%,#595960), color-stop(100%,#24252e));
	background: -webkit-linear-gradient(top,  #62626b 0%,#62626b 50%,#595960 50%,#24252e 100%);
	background: -o-linear-gradient(top,  #62626b 0%,#62626b 50%,#595960 50%,#24252e 100%);
	background: -ms-linear-gradient(top,  #62626b 0%,#62626b 50%,#595960 50%,#24252e 100%);
	background: linear-gradient(to bottom,  #62626b 0%,#62626b 50%,#595960 50%,#24252e 100%);
}

.slides_container {
	width:413px;
	height:248px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div {
	width:413px;
	height:248px;
	display:block;
}


.pagination {
	width:auto;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	opacity: 0.8;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/m/i/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	z-index:3;
	position:absolute;
	text-align: right;
	top:180px;
	left:413px;
	height:60px !important;
	padding:5px;
	padding-right: 10px;
	background:#62626b;
	background:rgba(62,63,78,.6);
	width:413px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #62626b;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);

}

.caption p {
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
	font-size: 18px;
}

.ui-autocomplete {
	z-index: 999 !important;
}


/* 

[[ NOW PLAYING ]]

*/

.nowplaying {
	height: 140px;
	width: 480px;
}

.npbox {
	width: 527px;
	height: 140px;
	margin-left: 68px;
	margin-top: 8px;
	border-color: #551401;
	box-shadow: #f98c6c 0px 1px 0px;
	float: left;
}

.npcontent {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

#npdjimg {
	margin: 8px;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
	width: 96px;
	height: 96px;
}

#npdjimg img {
	border: 1px solid #551401;
}

#npdjonair {
	padding-top: 8px;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
	font-size: 13pt;
	font-weight: 400;
	font-family: Oswald, Tahoma, Arial, sans-serif;
}

#npdjonair a {
	color: #fff;
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;	
}

#npnp {
	padding-top: 6px;
	color: #e94616;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
	font-size: 12pt;
	font-weight: 500;
}

#nptrack,
#npsong {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
	font-size: 11pt;
}

#nptrack,
#npsong {
	max-width: 470px;
}

#npby {
	color: #e94616;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
	font-size: 11pt;
	margin-right: 4px;
}

#npicons {
	position: absolute;
	top: 12px;
	right: 12px;
}

#npicons img {
	opacity: 0.7;
}

#npicons img:hover {
	opacity: 1;
	cursor: pointer;
}

#npfact {
	position: absolute;
	left: 14px;
	bottom: 10px;
	color: #ccc;
	font-size: 8pt;
	width: 500px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
        font-weight: 400;
	font-size: 13px;
        /*font-family: Oswald, Tahoma, Arial, sans-serif;*/
}


#npEQ {
	width: 32px;
	height: 120px;
	float: left;
	overflow: hidden;
	margin-top: 18px;
	display: none;
}

#loaderImage {
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform: rotate(90deg) translateY(-30px);
	-webkit-transform: rotate(90deg) translateY(-30px);
	-o-transform: rotate(90deg) translateY(-30px);
	-ms-transform: rotate(90deg) translateY(-30px);
	transform: rotate(90deg) translateY(-30px);
}

#audioplayer {
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
}

/* 

[[ SCHEDULE ]]

*/

.schedule_box {
	width: 300px;
	margin-right: 10px;
}

.schedule_slider {
	width: 310px;
	overflow: hidden;
	padding-left: 5px;
}

.sched_row,
.sched_row_alt,
.sched_row a,
.sched_row_alt a {
	color: #000;
	height: 30px;
	font-size: 13pt;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.502);
	line-height: 30px;
	padding-left: 8px;
	margin-bottom: 1px;
}

.sched_row {
	background-color: #f1ded8;
}

.sched_row_alt {
	background-color: #eabaac;
}

.schedule_box .news_cont {
	padding-left: 0px;
	padding-right: 0px;
}

.sched_now {
	color: #fff;
	background-color: #d53202;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
}

.sched_now a {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.502);
}

.schedule_slides_container {
	position: relative;
	width: 2500px;
}

.schedule_arrow_right,
.schedule_arrow_left {
	width: 100px;
	float: left;
	height: 418px;
	padding-top: 185px;
}

.schedule_arrow_right {
	text-align: left;
	padding-left: 5px;
}

.schedule_arrow_left {
	text-align: right;
	padding-right: 5px;
}

.schedule_container {
	width: 518px;
	height: 562px;
}

.schedule_legend {
	width: 300px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	left: 105px;
}

.schedule_legend_rect {
	width: 16px;
	height: 16px;
	border: 1px solid black;
	float: left;
}

.schedule_legend_row {
	height: 20px;
	width: 100%;
}

.schedule_legend_desc {
	margin-left: 20px;
}

.allTimes {
	width: 100%;
	text-align: center;
}

.arrow-right,
.arrow-left {
	-moz-transform: scaleY(6);
	-webkit-transform: scaleY(6);
	-o-transform: scaleY(6);
	-ms-transform: scaleY(6);
	transform: scaleY(6);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.702) 1px 1px 2px;
	font-size: 18pt;
	cursor: pointer;
}

.arrow-right:hover {
	-moz-transform: translateX(5px) scaleY(6);
	-webkit-transform: translateX(5px) scaleY(6);
	-o-transform: translateX(5px) scaleY(6);
	-ms-transform: translateX(5px) scaleY(6);
	transform: translateX(5px) scaleY(6);
	text-shadow: rgba(0, 0, 0, 0.702) 0px 0px 1px;
}

.arrow-left:hover {
	-moz-transform: translateX(-5px) scaleY(6);
	-webkit-transform: translateX(-5px) scaleY(6);
	-o-transform: translateX(-5px) scaleY(6);
	-ms-transform: translateX(-5px) scaleY(6);
	transform: translateX(-5px) scaleY(6);
	text-shadow: rgba(0, 0, 0, 0.702) 0px 0px 1px;
}

.scTime {
	float: left;
	margin-right: 10px;
}

/* 

[[ CHARTS ]]

*/

.chartPos,
.chartSong,
.chartChange {
	float: left;
	height: 30px;
}

.chartPos {
	width: 30px;
	margin-right: 8px;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}

.chartSong {
	width: 365px;
	overflow: hidden;
	margin-right: 8px;
	text-align: left;
	font-size: 10pt;
	line-height: 30px;
}

.chartChange {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	text-align: center;
	color: #fff;
	text-shadow: none;
	font-size: 10pt;
	line-height: 24px;
}

.chartPrevious {
	margin-left: 8px;
	float: left;
}

.chartbox {
	width: 100%;
}

.chart_up {
	background-image: url('/m/i/chart_up.png');
	padding-top: 3px;
}
.chart_down {
	background-image: url('/m/i/chart_down.png');
	line-height: 20px;
}
.chart_same {
	background-image: url('/m/i/chart_same.png');
}

.chart_new {
	background-image: url('/m/i/chart_new.png');	
}

.statbox {
	width: 195px;
	margin-bottom: 0px !important;
}

.zBox {
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
}



/*
[[ TWITTER ]]
*/

.thm-dark {
	background-color: #3E3F4E !important;
}

/*
[[ DJ PROFILES ]]
*/

.djprofile {
	margin-top: 30px;
}

.profile_photo {
	background-color: #D53202;
	float: right;
	padding: 5px;
	position: absolute;
	right: 20px;
	top: 10px;
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
	width: 106px;
	height: 106px;
}

.profile_photo img {
	margin: 0px;
	box-shadow: rgba(0, 0, 0, 0.702) 0px 2px 5px;
}

.profile_quote {
	font-size: 14pt;
	margin-bottom: 30px;
	width: 375px;
	height: 40px;
	text-align: right;
}

.profile_segment {
	width: 80%;
	background-color: #FFF2EA;
	margin-bottom: 40px;
	border: 1px dashed #D53202;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	position: relative;
	min-height: 60px;
}

.profile_icon {
	position: absolute;
	top: -32px;
	left: -40px;
}

.profile_icon img {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
	box-shadow: none !important;
	
}

.profile_text {
	margin-left: 30px;
	font-size: 10pt;
}

.profile_text b {
	font-family: Oswald;
}

.djentry {
	float: left;
	width: 45%;
	overflow: hidden;
	margin-right: 4px;
	font-family: Oswald;
}

.djentry a {
	color: #862002;
	font-family: Oswald;
	font-weight: 200;
}

/*
[[ LOGIN ]]
*/

.loginbox {
	width: 160px;
	padding: 10px;
	background: rgba(0,0,0,0.3);
	float: right;
	display: block;
	top: 8px;
	position: relative;
	color: #fff;
	border: 1px solid #551401;
	box-shadow: #f98c6c 0px 1px 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;		
}

.logintext {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.logintext a {
	color: #fff;
}

#li_password {
	display: none;
}

.li_sucont {
	text-align: right;
}

.li_input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #666;
	border: 1px solid #62626b;
	background-color: #e7e7ea;
	border-top-color: #000;
	border-left-color: #000;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
        font-size: 12px;
}

.li_submit {
	width: 45%;
	height: 24px;
	border: 1px solid #24252e;
	background-color: #3e3f4e;
	color: #babbc1;
	margin-top: 4px;
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
        font-size: 12px;

}

.li_submit:hover {
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
}

.lb_profileimg img {
	max-width: 48px;
	max-height: 48px;
	float: left;
	margin-right: 5px;
}

.lb_profileimg {
	float: left;
}

.lb_profileuser {
	font-size: 11pt;
	font-weight: bold;
}

.lb_texts {
	margin-left: 5px;
}

.lb_profilelogout {
	width: 100%;
	text-align: right;
}

.request_tryagain {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.request_tryagain a {
	cursor: pointer;
}

#tagcloud span {
		cursor: pointer;
}

#tagcloud span:hover {
	text-decoration: underline;
}

.wasabi_graphic {
	margin-top: -20px;
}


.appform {
	padding: 10px;
	border: 1px solid #666;
	background-color: #eee;
}

.approw,
.applabel,
.appfield {
	width: 100%;
}

.approw {
	margin-bottom: 10px;
}

.applabel {
	margin-bottom: 4px;
}

.appinput,
.apparea {
	width: 100%;
	border: 1px solid #ccc;

}

.appinput {
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
}

.apparea {
	height: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

.appsubmit {
	right: 0px;
	border: 1px solid #000;
	color: #babbc1;
  font-weight: bold;
  margin-top: 4px;
  background-color: #24252e;
  width: 100px;
  height: 30px;
  font-size: 10pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}

.appsubmit:hover {
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
}

.formerrors {
	margin-bottom: 10px;
	color: red;
	font-size: 10pt;
}


/* RIBBON */

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
/*  font: bold 12px Sans-Serif;*/
        font-weight: 400;
        font-family: Oswald, Tahoma, Arial, sans-serif;
        font-size: 12px;

  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

/* COVER */

#cover {
	position: absolute;
	top: 0px;
	left: px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	display: none;
}

/* SIGNUP */

#a_signup {
	cursor: pointer;
}

#su_box {
	width: 400px;
	height: auto;
	top: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}

#su_form {
	margin-top: 10px;
}

.su_content {
	width: 100%;
	text-align: left;
	padding: 10px;
}

.su_field {
	width: 250px;
	position: relative;
	float: left;
	height: 24px;
	
}

.su_result {
	width: 100px;
	height: 24px;
	margin-left: 10px;
	float: left;
	position: relative;
}

.su_ffield {
	width: 250px;
	position: absolute;
	height: 24px;
}

.su_row {
	height: 25px;
	margin-bottom: 5px;
}

.su_gender {
	height: 48px !important;
	text-align: center !important;
}

.su_gender_wrap {
	height:48px;
	width: 120px;
	margin-left: 65px;
	float: left;
}

.su_gender_m,
.su_gender_f {
	width: 48px;
	height: 48px;
	float: left;
	cursor: pointer;
}

.su_gender_m {
	background-image: url('/m/i/ico/gender_m.png');
}

.su_gender_f {
	background-image: url('/m/i/ico/gender_f.png');
	margin-left: 24px;
}


.overinput {
	background: transparent;
	border: none;
	width: 250px;
	height: 24px;
	padding-left: 5px;
}

.inputfake {
	color: #888;
}

.captcha {
	height: 130px;
}
