a.env:link,
a.env:visited,
a.env:hover,
a.env:active {
	color: #fff;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.goo:link,
a.goo:visited,
a.goo:hover,
a.goo:active {
	color: #bc3b2c;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.insta:link,
a.insta:visited,
a.insta:hover,
a.insta:active {
	color: #264e80;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.rss:link,
a.rss:visited,
a.rss:hover,
a.rss:active {
	color: #ff6600;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.yt:link,
a.yt:visited,
a.yt:hover,
a.yt:active {
	color: #e52c27;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.goog:link,
a.goog:visited,
a.goog:hover,
a.goog:active {
	color: #c0392c;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.tw:link,
a.tw:visited,
a.tw:hover,
a.tw:active {
	color: #2daae1;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.fb:link,
a.fb:visited,
a.fb:hover,
a.fb:active {
	color: #3b5997;
	display: inline-block;
	padding: 3px 4px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #000;
}

a.button2:link,
a.button2:visited,
a.button2:active {
	background: #2a2a2a;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-style: normal;
}

a.button2:hover {
	background: #646464;
	color: #fff;
	text-shadow: #82241f 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

a.button2:link,
a.button2:hover,
a.button2:visited,
a.button2:active {
text-shadow: 0 0 40px #fff;
}

.sep {
  	margin-right: 20px;
}

.pms {
  	position: relative;

  	font-size: 11px;
  	color: #FFFFFF;
	top: 0px;
  	left: 5px;
  	padding: 2px 6px;
  	border-radius: 3px;
    background: #c10307; /* Old browsers */
    background: -moz-linear-gradient(top,  #c10307 0%, #9b0324 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c10307), color-stop(100%,#9b0324)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c10307 0%,#9b0324 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c10307 0%,#9b0324 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10307', endColorstr='#9b0324',GradientType=0 ); /* IE6-9 */
}

#pm_notification {
	background: #b23636;
	color: #fff;
	border: 1px solid #b23636;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #b23636;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	padding: 4px 5px 4px 5px;
	
	font-size: 12px;
	font-style: normal;
}

a#pm_notification {
	color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
	text-decoration: none;
    font-style: normal;
    font-size: 14px;
}

a#pm_notification: hover {
	color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
}

:focus {
	outline: none;
}

#footerstuff2 {
  -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
  -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
  box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(15,15,15,0.95);
  border-top: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
  text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);  
	font-size: 13px;
	color: rgb(248,248,248);
	padding: 10px;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
    height: 20px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#footerstuff {
	background: rgba(15,15,15,0.95);
	color: rgb(248,248,248);
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
	-moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
	box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #2e2e2e;
	text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);
	padding: 15px;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	font-size: 13px;
}

div.theme, div.language {
    display: inline-block;
}

.fmenu {
	width: 170px;
	margin: 10px;
    text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);
}

#menu5 li a {
	height: 32px;
  	voice-family: female;
}

.fmenu li a:link, .fmenu li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 10px;
    text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);
}

.fmenu li a:hover {
	color: #ccc;
	padding: 8px 0 0 10px;
  -webkit-transform: translate(3px,0px);
}

.fmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);
}

.ftext a:link,
.ftext a:visited,
.ftext a:hover,
.ftext  a:active {
	color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.logotext {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    text-shadow: rgba(0,0,0,0.7) 0px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}

.logotext a:link,
.logotext a:visited,
.logotext a:hover,
.logotext  a:active {
	color: #fff;
}

.links a:link,
.links a:visited,
.links a:hover,
.links a:active {
	color: #000;
	text-shadow: 0 1px 1px #fff;
	
	font-family: 'PT Sans',sans-serif;
	font-size: 15px;
	font-weight: bold !important;
}

.ttext  a:link,
.ttext  a:visited,
.ttext  a:hover,
.ttext  a:active {
	color: #CA183D;
	text-shadow: 0 1px 1px #fff;
	
	font-family: 'PT Sans',sans-serif;
	font-size: 15px;
	font-weight: bold !important;
}

.mtext  a:link,
.mtext  a:visited,
.mtext  a:hover,
.mtext  a:active {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font: 11px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
	font-style: normal;
}

.trow5 {
	background: #fff;
	color: #000;
	padding: 10px;
	text-shadow: 0px 1px #FFFFFF;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
}

.thead_collapsed {
   opacity: 0.4;
}

.thead {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
}

.foottext2  a:link,
.foottext2  a:visited,
.foottext2  a:hover,
.foottext2  a:active {
	color: #fff;
	text-shadow: 0 1px 1px #000;	
	font-size: 13px;
	font-style: normal;
}

#mainwidth {
	width: 90%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-bottom: 60px;
}

.mc {
	background: #646464;
	color: #fff;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #646464;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 15px;
	
	font-size: 12px;
}

.topforum {
	color: #fff;
	cursor: pointer;
	padding: 15px 20px;
	position: fixed;
	bottom: 1em;
	right: -20px;
	display: none;
	transition: all 0.5s ease;
	opacity: 0.75;
	
	text-decoration: none;
	font-size: 13px;
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
	transition: all 0.5s ease;
  	opacity: 1;
}

.usermenu {
	color: #fff;
	float: left;
	text-align: left;
	text-shadow: 0 1px 1px #000;	
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.usermenu ul {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	padding: 0;
	margin: 0;	
	font-size: 13px;
	font-weight: bold;
}

.usermenu li {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 1px 12px;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.usermenu li:hover, .usermenu li:active {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;	
	font-size: 13px;
	font-weight: bold;
}

.usermenu li a:link, .usermenu li a:visited {
	color: #fff;
	text-shadow: 0 1px 1px #000;	
	font-size: 13px;
	font-weight: bold;
}

a.fbb:link,
a.fbb:visited,
a.fbb:active,
a.fbb:hover {
	background: #3a5795;
	color: #fff;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px;
	border: 1px solid #3a5795;
	text-shadow: #133783 0px 1px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}

:focus {
	outline: none;
}

.btn {
  font-size: 1em;
  font-weight: 700;
}

.btn-inverse,
.btn-inverse:hover,
.btn-inverse:active {
  border: 2px solid #18BC9C;
  border-radius: 6px;
  background: transparent;
  color: #18BC9C;
}

.btn-default,
.btn-default:hover,
.btn-default:active {
  border: 2px solid #2C3E50;
  border-radius: 6px;
  background: transparent;
  color: #2C3E50;
}

.control-panel {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  border-bottom-left-radius: 6px;
  background-color: #1E2A36;
  color: #FFF;
  width: 250px;
  height: auto;
  z-index: 10;
  transition: all .5s;
}

.control-panel-open {
  right: 0;
}

.control-panel-close {
  right: -250px;
}

.control-panel-content {
  padding: 5px;
}

.control-panel-section:not(:first-child) {
  margin-top: 5px;
}

.control-panel-section h6 {
  margin-bottom: 9px;
}

.btn-control-panel {
  display: table;
  position: absolute;
  left: -50px;
  width: 50px;
  height: 50px;
  background: inherit;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.btn-control-panel i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  text-align: center;
}

.ucpr {
background: #EA504E;
color: #fff;
padding: 6px 10px;
text-shadow: 0px 1px #cc4a48;
font-family: "BebasNeueRegular" text-decoration: none;
font-size: 15px;
font-weight: bold !important;
}

.ucpr a:link,
.ucpr a:visited,
.ucpr a:hover,
.ucpr  a:active {
	color: #fff;
	text-shadow: 0px 1px #cc4a48;
}

.ucpt {
background: #333b3e;
color: #fff;
padding: 4px 10px;
text-transform: uppercase;
text-shadow: 0px 1px #2e3539;
font-family: "BebasNeueRegular" text-decoration: none;
font-size: 15px;
font-weight: bold !important;
}

.fa-expand:before {
	background: #fff;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px;
	text-shadow: 1px 1px #fff;
}

a.button6:link,
a.button6:visited,
a.button6:active {
background: linear-gradient(to bottom, #fff 0%,#f4f4f4 100%);
color: #414141;
display: inline-block;
padding: 4px 6px;
margin: 2px;
border: 1px solid #c0c2c3;
text-shadow: #fff 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 11px
}

a.button6:hover {
background: linear-gradient(to bottom, #f4f4f4 0%,#fff 100%);
color: #414141;
display: inline-block;
padding: 4px 6px;
margin: 2px;
border: 1px solid #c0c2c3;
text-shadow: #fff 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 11px
}

.fa-cog:before {
	background: #3f9889;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px;
	text-shadow: 1px 1px 1px #3f9889;
}

.fa-angle-double-up:before {
	color: #fff;
    background-color: rgb(150,150,150);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

    transition: all 0.2s ease-in-out;
}

.topforum {
	color: #333;
	cursor: pointer;
	padding: 20px 20px;
	position: fixed;
	bottom: 1em;
	right: -10px;
	display: none;
	transition: all 0.5s ease;
	opacity: 0.75;
	
	text-decoration: none;
	font-size: 17px;
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
	transition: all 0.5s ease;
  	opacity: 1;
}

a.button5:link,
a.button5:visited,
a.button5:active {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	padding: 6px 9px;
	display: inline-block;
	margin: 2px 2px 6px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	background: #d32d41;
	text-shadow: 1px 1px 0px #9e2635;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	border: 1px solid #f14a5e;	
	font-family: "BebasNeueRegular" text-decoration: none;
	font-size: 11px;
	font-weight: bold !important;
}

a.button5:hover {
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
}

a.button4:link,
a.button4:visited,
a.button4:active {
	color: #fff;
	padding: 9px 14px;
	display: inline-block;
	margin: 2px 2px 6px 2px;
	text-shadow: 0 1px 1px #000;	
	font-family: "BebasNeueRegular" text-decoration: none;
	font-size: 17px;
	font-weight: bold !important;
}

a.button4:hover {
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

#fadehover  a {
	text-shadow: 1px 1px 0px #fff;
}

#fadehover a:hover{
opacity: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
  	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

.stat2 {
	border: 1px solid #ccc;
	letter-spacing: .1em;
	text-shadow: 0 1px 1px #fff;
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 8px 10px;
	color: #9a9696;
	font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
}

.tborder4 {
	margin: auto auto;
	width: 100%;
}

.pagination2 a:link, .pagination2 a:visited {
	color: #fff;
	font: 9px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
	cursor: pointer;
	padding: 2px 6px;
	-moz-background-clip: padding;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	
	background: #646464;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-style: normal;
}

.border {
    border-bottom: 1px dashed #ccc;
      padding-bottom: 8px;
      padding-top: 8px;
}

.stat {
	color: #fff;
	letter-spacing: .1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 5px 10px;
	
	background-image: linear-gradient(#272727, #212121);
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #161617;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 13px;
}

legend {
	background: #2a2a2a;
	color: #fff;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0.2em 0.5em;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11px;
}

fieldset {
	background: #646464;
	color: #fff;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-padding: 0.2em 0.5em;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11px;
}


		
		
		
 