.red {box-shadow: inset 0 0 0 2px red, 0 0 0 2px red;}
/*Fonts*/
@font-face {
 font-family: cs; /* Имя шрифта */
 src: url(/cs_regular.ttf); /* Путь к файлу со шрифтом */
}
/*End Fonts*/
/*Admin BAR*/
#uzadmp {
 /*font-size: 6px;*/
 width: 100%;
}
#buttons_rotation img {
 display: none;
}
/*END Admin BAR*/
/*Base*/
* {
 margin: 0;
 padding: 0;
 border-spacing: 0;
}
body {
 background-color: #0d0d0d;
 font-family: Century Gothic,Verdana,Tahoma;
 color: #fff;
 font-size: 12px;
}
a {text-decoration: none;}
li {list-style: none;}
a {color: #c1c1c1;}
a:hover {color: #fff;}
.container {
 width: 1252px;
 margin: 0 auto;
}
.container>table>tbody>tr>td {
 vertical-align: top;
}
/*End Base*/
/*Header style="background:url('/.s/t/982/1.gif') top repeat-x #000000; width: 100%; height: 260px; box-shadow: 0 100px 100px 0 #000; */
.header {
 background:url('/.s/t/982/1.gif') top repeat-x #000000;
 width: 100%;
 height: 260px;
 box-shadow: 0 20px 100px 0 #000; 
}
.date {
 padding: 10px 10px 10px 0;
 font-size:10px; 
 float: right;
}
.account {
 padding-right:10px;
 font-size:10px;
 float: right; 
 margin: 43px -154px 0 0;
}
nav.navigation {
 float: left;
 position: relative;
 margin: -45px 0 0 409px;
 width: 810px;
 background-image: url(/.s/t/982/10.gif);
 background-size: auto 100%;
 font-size:10px;
}
nav.navigation:before {
 content: '';
 position: absolute;
 left: -34px;
 height: 32px;
 width: 34px;
 background-image: url(/.s/t/982/11.gif);
 background-size: auto 100%;
}
nav.navigation:after {
 content: '';
 position: absolute;
 right: -34px;
 height: 32px;
 width: 48px;
 background-image: url(/.s/t/982/12.gif);
 background-size: auto 100%;
}
nav.navigation>a {
 vertical-align: top;
 display: inline-block;
 box-sizing: border-box;
 padding: 10.5px;
 height: 32px;
 line-height: 14px;
 font-size: 16px;
 font-family: cs,Verdana,Tahoma;
 color: #fff;
 text-decoration: none;
 transition: all 0.1s linear;
}
nav.navigation>a:hover {
 background-color: #fff;
 color: #333;
 box-shadow: 0 5px 5px 0 #666, 0 -5px 5px 0 #666;
}
/*End Header*/
/* Column */
aside[class*="column"] {width:186px;}
aside.column_1 {
 float: left; 
 margin-right: 10px;
}
aside.column_2 {
 float: right; 
 margin-left: 10px;
}
.menu {
 vertical-align: top;
 display: inline-block;
 box-sizing: border-box;
 margin-bottom: 5px;
 width: 186px;
}
.menu>b {
 display: block;
 padding: 6px 0;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100; 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border-radius: 5px 5px 0 0; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 color: #fff; 
 font-family: "helvetica neue", helvetica, arial, sans-serif; 
 font-weight: bold; 
 text-align: center; 
 text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
}
.menu>span {
 display: block;
 padding: 10px;
 overflow: hidden;
 border-radius: 0 0 5px 5px;
 border: 1px solid #5b5c74; 
}
.menu>.weapons_category a {
 display: block;
 border-radius: 5px;
 font-family: Century Gothic;
 /*background: url('/.s/t/982/14.gif') no-repeat 0px 50%;*/
 text-align: center;
 text-decoration: none!important;
 color: #fff;
 transition: all 0.1s linear;
}
.menu>.weapons_category a:hover {
 height: auto;
 text-shadow: 0 0 10px #fff;
 box-shadow: 0 1px 5px 0 #fff, 0 -1px 5px 0 #fff; 
 background: rgba(0, 0, 0, 1);
}
/* END Column*/
/*Main*/
main {
 padding: 8px 10px 10px 10px;
 min-width: 800px;
 overflow: hidden;
 border: 1px solid #5B5C74;
 border-radius: 5px;
 background: #000;
}
.weapons_block {
 margin-bottom: 10px;
 padding: 10px 0;
 border: 1px solid #333;
 text-align: center; 
}
.weapons_block a {
 display: inline-block;
 vertical-align: top;
 padding: 0 10px;
 border-radius: 5px;
}
.weapons_block a:hover {
 background: rgba(255, 255, 255, .1);
 box-shadow: 0 0 2px 0 #fff;
}
.add_new {
 display: block;
 margin: 5px auto;
 padding: 5px 10px;
 width: 130px;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100; 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border-radius: 5px; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
 color: #fff;
 text-align: center;
 text-shadow: 0 0 5px #fff;
 text-decoration: none;
 transition: all 0.1s linear;
}
.download {
 display: block;
 margin: 5px auto 20px auto;
 padding: 5px 10px;
 width: 200px;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100; 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border-radius: 5px; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
 color: #fff;
 text-align: center;
 text-shadow: 0 0 5px #fff;
 text-decoration: none;
 transition: all 0.1s linear;
}
.crumbs {
 display: block;
 padding: 0 0 10px 0;
}
.add_new:hover {box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333, 0 0 5px 0 #fff;}
.ucf-options {
 padding-right: 32px;
}
/*END Main*/
/*Post*/
.post {
 margin: 0 0 10px 0;
}
.moder_panel {
 float: right; 
}
.message {
 clear:both;
 padding: 2px 0 12px;
}
.message p {text-align: center;}
.message p>img, .message p>a>img{
 width: 400px;
 border-radius: 5px;
 box-shadow: 0 0 5px 0 #fff;
}
/*END Post*/
/* General Style */
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}
#uNetRegF td{text-align:left;}

a.noun:link {text-decoration:none; color:#E4FAFD}
a.noun:active {text-decoration:none; color:#E4FAFD}
a.noun:visited {text-decoration:none; color:#E4FAFD}
a.noun:hover {text-decoration:underline; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#464646;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/982/13.gif') no-repeat 5px 2px;}

.menut0 {}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/982/14.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ----- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/982/14.gif') no-repeat 0px 2px;}
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;}
.catDescr {font-size:7pt; padding-left:10px;}
/* -----------------#ff9592 */
/* Entries Style */
.eTitle {
 margin: 5px 0 5px 0;
 padding: 0 0 0 20px;
 color:#fff;
 text-shadow: 0 0 5px #ff9592;
 text-decoration: underline;
 background: url('/arrow.png') no-repeat 0 1px;
 background-size: 15px;
 font-size:13px;
 font-weight:bold;
}
.eTitle a{color:#fff;}
.eText {
 padding:5px;
 border-top:1px dashed #5B5C74;
}
.details {
 clear:both;
 border-top:1px dashed #2B2B30;
 border-bottom:1px dashed #2B2B30;
 color:#60606B;
 padding: 3px 0 5px 0;
 font-size:7pt;
}
.rating {
 float: right;
}

.eDetails1 {border-top:1px dashed #2B2B30;border-bottom:1px dashed #2B2B30;color:#60606B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #2B2B30;border-bottom:1px dashed #2B2B30;color:#60606B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/982/16.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:1px solid #5B5C74;background:#0F0F13;}
.manTdError {color:#FF0000;}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#525369;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#0F0F13;border:1px solid #5B5C74;}
.cBlock2 {background:#0F0F13;border:1px solid #5B5C74;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #5B5C74;background:#0F0F13;}
.commTd1 {color:#5B5C74;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#525369;background:#1D1D20;border:1px solid #5B5C74;}
.smiles {border:1px solid #5B5C74;background:#1D1D20;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#525369;background:#1D1D20;border:1px solid #5B5C74;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/982/17.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFFFFF;}
a.archLink:visited {text-decoration:underline; color:#FFFFFF;}
a.archLink:hover {text-decoration:none; color:#D8D5D5;}
a.archLink:active {text-decoration:none; color:#D8D5D5;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#E2B4B4;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#2B2B30;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/982/18.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#3B3B42; width:18px;}
.calWdaySe {color:#FFFFFF; background:#5B5C74; width:18px;}
.calWdaySu {color:#FFFFFF; background:#5B5C74; width:18px; font-weight:bold;}
.calMday {color:#E4FAFD;background:#222226;}
.calMdayA {color:#000000;background:#E4FAFD;}
.calMdayIs {color:#C04141;background:#1D1D20;font-weight:bold;border:1px solid #5B5C74;}
.calMdayIsA {border:1px solid #E4FAFD; background:#2B2B30;font-weight:bold;}
/* ------------------------ */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#000000}
.textResults {background:#FFFFFF}
.textResultsTd {background:#700000}

.pollNow {background:#FFFFFF}
.pollNowTd {background:#700000}

.totalVotesTable {background:#FFFFFF}
.totalVotesTd {background:#700000}
/* ---------- */

/* Other Styles */
.replaceTable {background:#0F0F13;height:100px;width:300px;border:1px solid #5B5C74;}
.replaceBody {background:#000000;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#000000;width:98%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;height:22px; background:url('/.s/t/982/10.gif') #B60605;color:#FFFFFF;font-family:Verdana,Sans-Serif;font-size:12px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:url('/.s/t/982/20.gif');color:#5B5C74;height:23px;font-size:10px;}
.gTableBody {padding:2px;background:#222226;}
.gTableBody1 {padding:2px;background:#222226;}
.gTableBottom {padding:2px;background:#222226;}
.gTableLeft {padding:2px;background:#222226;font-weight:bold;color:#E4FAFD}
.gTableRight {padding:2px;background:#222226;color:#60606B;}
.gTableError {padding:2px;background:#222226;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#222226}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#1D1D20}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#888888;font-size:7pt;}
.forumViewed {font-size:9px;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#862D2D;color:#FFFFFF;}
.fastNavCat {background:#F9E6E6;}
.fastNavCatA {background:#F9E6E6;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#222226;padding-right:10px;font-size:7pt;}
.switches {background:#2B2B2B;}
.switch {background:#222226;width:15px;font-size:7pt;}
.switchActive {background:#5B5C74;font-weight:bold;color:#E4FAFD;width:15px}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#222226}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#1D1D20}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#60606B;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#22232A;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#24242C;height:20px;color:#5B5C74;color:#FFFFFF;}
.forumOnlineBar {padding:2px;background:#24242C;height:20px;color:#E4FAFD;}

.threadPinnedLink,.threadLink {font-weight:bold;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* Posts View */
.postTable {background:#5B5C74}
.postPoll {background:#1D1D20;text-align:center;}
.postFirst {background:#1D1D20;border-bottom:1px solid silver;}
.postRest1 {background:#1D1D20;}
.postRest2 {background:#1D1D20;}
.postSeparator {height:2px;background:#E4FAFD;}

.postTdTop {background:url('/.s/t/982/20.gif');color:#5B5C74;height:23px;font-size:10px;}
.postBottom {background:url('/.s/t/982/21.gif') center;height:20px;color:#5B5C74;}
.postUser {font-weight:bold;}
.postTdInfo {background:#1D1D20;text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#E4FAFD;}
.posttdMessage {background:#222226;padding:5px;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#000000;font-size:9px;}
.quoteMessage {background:#000000;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#5B5C74;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ---------- */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/982/22.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/982/22.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #2B2B30;color:#E4FAFD;border:1px outset #2B2B30;}

.codeButtons {font-size:7pt;background: #2B2B30;color:#E4FAFD;border:1px outset #2B2B30;}
.codeCloseAll {font-size:7pt;background: #2B2B30;color:#E4FAFD;border:1px outset #2B2B30;font-weight:bold;}

.postNameFl,.postDescrFl {background:#0F0F13;border:1px solid #5B5C74;width:400px;color:#60606B;}
.postPollFl,.postQuestionFl {background:#0F0F13;border:1px solid #5B5C74;width:400px;color:#60606B;}
.postResultFl {background:#0F0F13;border:1px solid #5B5C74;width:50px;color:#60606B;}
.postAnswerFl {background:#0F0F13;border:1px solid #5B5C74;width:300px;color:#60606B;}
.postTextFl {background:#0F0F13;border:1px solid #5B5C74;width:550px;height:150px;color:#60606B;}
.postUserFl {background:#0F0F13;border:1px solid #5B5C74;width:300px;color:#60606B;}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */

/* ====== forum End ====== */

input[type=submit] {*overflow: visible; *padding:0 7px;}
.uMenuV{z-index:5;}
input[type=text], input[type=password], textarea, iframe#mchatIfm2{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; *padding:3px 0px !important;}
.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }

/*Send_msg module*/

.send_msg {
 padding: 10px;
}

.send_msg label {
 display: block;
 padding: 8px 0;
 font-size: 12px;
 color: #fff;
 font-family: Century Gothic;
}

.send_msg input, textarea {
 display: inline;
 padding: 8px;
 width: 50%;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

#captcha {
 width: 36%;
 margin-right: 5px;
}

.send_msg input:last-child {
 display: block;
 margin-top: 10px;
 background: #c63929; 
 background: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100)); 
 border: 1px solid #951100; 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border-radius: 5px; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 color: #fff; 
 font-family: "helvetica neue", helvetica, arial, sans-serif; 
 font-size: 20px; 
 font-weight: bold; 
 line-height: 1; 
 padding: 12px 0 14px 0; 
 text-align: center; 
 text-shadow: 0px -1px 1px rgba(0, 0, 0, .8); 
 width: 300px; 
 
}

.send_msg input:last-child:hover { 
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 cursor: pointer; 
} 

.send_msg input:last-child:active { 
 background: #b30300; 
 background: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00)); 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}

.send_text {
 float: right;
 width: 350px;
 font-size: 12px; 
}
/*Send_msg module*/
/*Footer */

footer {
 margin: 10px auto;
 width: 860px;
 text-align: center;
}

footer a {
 color: #666;
}

.copyright_left {
 float: left;
 padding: 8px 10px;
 color: transparent;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100;
 border-radius: 50% 0 0 50%; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
}
.copyright { 
 padding: 8px 5px;
 min-width: 600px;
 overflow: hidden;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100; 
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
 color: #fff;
 text-align: center;
}
.copyright_right {
 float: right;
 padding: 8px 10px;
 color: transparent;
 background: #cb0500; 
 background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%); 
 background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601)); 
 border: 1px solid #951100; 
 border-radius: 0 50% 50% 0;
 -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
 box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
}

/*Footer*/