﻿.page_container{
  background: #f8f8f8;
  border-left: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.sidebar{
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;  
}
.sidebar_nav{  
  color: #333;
  background: #f8f8f8;
}
.sidebar_nav a{
  color: #333;
}
.sidebar_nav li{
  border-bottom: 1px solid #e2e2e2;
}
.sidebar_nav .title{
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  text-indent: 55px;
  border-left: 3px solid #f8f8f8;
}
.sidebar_nav .title:hover{
  color: #c31c2d;
}
.sidebar_nav .active .title{
  color: #c31c2d;
  text-indent: 56px;
  border-left: 3px solid #c31c2d;
  background: #fff;
  margin-left: -1px;
  margin-right: -1px;
}
.content{
  color: #333;
  background: #fff;
  padding: 0 20px 20px;
  border-left: 1px solid #f8f8f8;
  margin-left: 190px;
  min-height: 244px;
  height: auto !important;
  height: 244px;
}
.content .title{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  height: 44px;
  line-height: 44px;
  text-indent: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.content .title span{
  font-size: 14px;
  color: #1b3653;
  font-weight: normal;
}
.page_relation{
  margin-top: 20px;
  border-top: 1px dashed #f0f0f0;
  padding: 20px 0 10px;
  color: #333;
}
.page_relation span{
  padding-right: 50px;
}
.page_relation a{
  margin-left: 15px;
  color: #00299e;
}

.i_about_phone,
.i_about_mobile,
.i_about_mail,
.i_about_weixin,
.i_about_business1,
.i_about_business2,
.i_about_business3,
.i_about_business4,
.i_about_business5,
.i_about_business6,
.i_about_arrowtop,
.i_about_prev,
.i_about_next{
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../static/images/about/icons_about.png) no-repeat 0 0;  
}
.i_about_phone{
  width: 21px;
  background-position: -71px -1px;
}
.i_about_mobile{
  width: 10px;
  background-position: -102px -1px;
}
.i_about_mail{
  width: 18px;
  background-position: -122px -1px;
}
.i_about_weixin{
  width: 21px;
  background-position: -150px -1px;
}
.i_about_business1{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -70px -29px;
}
.i_about_business2{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -108px -29px;
}
.i_about_business3{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -146px -29px;
}
.i_about_business4{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -184px -29px;
}
.i_about_business5{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -222px -29px;
}
.i_about_business6{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -260px -29px;
}
.i_about_arrowtop{
  position: absolute;
  top: -11px;
  left: 68px;
  width: 20px;
  height: 11px;
  background-position: -176px 0;
}
.i_about_prev{
  display: inline-block;
  width: 31px;
  height: 26px;
  background-position: -201px 0;
}
.i_about_next{
  display: inline-block;
  width: 31px;
  height: 26px;
  background-position: -237px 0;
}


/******************
公司简介
******************/
.page_introduction .text{
  clear:both;
  padding: 30px;padding-top:0;
  font-size: 14px;
  color: #474747;
}
.page_introduction .text .title{background:#f3f3f3;}
.page_introduction h3{
  clear:both;
  margin:15px 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  padding-bottom: 15px;
}
.page_introduction .moretxt{
  display: none;
}
.page_introduction .more{
  color: #1c53c3;
}
.page_introduction .txt p{
  line-height: 1.8;
  text-indent: 2em;
  padding-bottom: 15px;
}
.page_introduction .txt{
  clear:both;
  padding-bottom: 30px;
}
.page_introduction .txt .colorR{color:#cc0000;}
.page_introduction .txt .colorb2{color:#0f87ff;}
.page_introduction .txt table{border-collapse: collapse;word-wrap : break-word ;word-break:break-all;}
.page_introduction .txt table p{margin:0;padding:5px; text-indent:0;}
.page_introduction .to{
  padding: 15px 0 0 0;
}
.page_introduction .quote{
  padding: 15px 0 0 2em;
}
.page_introduction .quote p{
  line-height: 1.8;
}
.page_introduction .quote .paragraph{
  padding-bottom: 20px;
}
/******************
公司历程
******************/
.page_history{
	padding: 0 0 30px;
}
.page_history .pagination{
  padding: 50px 0;
}
.list_history_title{
  position: relative;
  font-size: 24px;
  padding-top: 30px;
  color: #666;
}
.list_history_title .active{
  color: #00abd2;
  text-decoration : underline;
}
.list_history_title .time{
  float: left;
  width: 90px;
  text-align: right;
}
.list_history_title .clock{
  float: left;
  width: 62px;
  height: 40px;
  margin: 0 35px;
  position: relative;
}
.list_history_title .i_clock{
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 62px;
  height: 62px;
  background: url(../static/images/about/icons_about.png) no-repeat 0 0;
}
.list_history_title .con{
  float: left;
}
.list_history_title .con a{
  margin-right: 40px;
}

.list_history{
  padding-left: 155px;
  color: #444;
}
.list_history li{
  position: relative;
  border-left: 2px solid #e15f66;
  padding-top: 20px;
  padding-left: 75px;
  min-height: 116px;
  height: auto !important;
  height: 116px;
}
.list_history .date{
  position: absolute;
  top: 55px;
  left: -156px;
  display: block;
  width: 83px;
  text-align: right;
}
.list_history .date .time{
  display: block;
  font-size: 24px;
  color: #00abd2;
}
.list_history .date .year{
  font-size: 18px;
  color: #a9a6a6;
}
.list_history .thumb img{
  position: absolute;
  top: 20px;
  left: -59px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.list_history .con{
  line-height: 1.6;
}
.list_history .con a{
  color: #1c53c3;
}
.list_history .t{
  font-size: 18px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_history .t a{
  color: #000;
}
.list_history .t a:hover{
  color: #C31C2D;
}
.list_history .con p{
  padding-bottom: 5px;
}


.page_history .title_sub{
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-align: center;
  padding: 10px 35px 8px;
}
.page_history .stat{
  font-size: 12px;
  color: #444;
  text-align: center;
}
.page_history .stat span{
  padding: 0 10px;
}
.page_history .con_news{
  font-size: 14px;
  padding: 20px 35px 0;
  color: #474747;
  line-height: 1.8;
}
.page_history .con_news p{
  text-indent: 2em;
  padding-bottom: 10px;
}
/******************
讲师团队
******************/
.page_lecturer{
  padding: 20px 10px 10px;
}
.page_lecturer h3{
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 15px;
}
.mod_lecturer_video{
  margin-bottom: 40px;
}
.list_lecturer_video{
  margin-right: -22px;
}
.list_lecturer_video li{
  position: relative;
  float: left;
  display: inline;
  width: 297px;
  border-bottom: 2px solid #d5d5d5;
  margin-right: 22px;
}
.list_lecturer_video li:hover{
  background-color: #f5f5f5;
}

.list_lecturer_video li:hover .btn_play_box{  
  background: rgba(0, 0, 0, 0.1);
  background: black \9;
  filter: alpha(opacity=35);
}
.list_lecturer_video li img{
  display: block;
  width: 297px;
  height: 162px;
}
.list_lecturer_video a{
  color: #2b2b2b;
}
.list_lecturer_video .btn_play_box{
  position: absolute;
  width: 297px;
  height: 162px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: black \9;
  filter: alpha(opacity=75);
}
.list_lecturer_video .i_about_play{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../static/images/about/icons_about.png) no-repeat -297px 0;
}
.list_lecturer_video .text{
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.mod_lecturer{
  position: relative;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.mod_lecturer_inner{
  margin: 0 0 0 20px;
}
.mod_lecturer_controller{
  position: absolute;
  right: 0;
  top: -35px;
}
.mod_lecturer_controller .more{
  font-size: 16px;
  color: #1c53c3;
}
.mod_lecturer_controller .switch{
  vertical-align: text-top;
}
.mod_lecturer_controller .switch a{
  display: inline-block;
  background: #e2534b;
  margin-left: 15px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.mod_lecturer_controller .switch i{
  margin: 0;
}
.mod_lecturer_controller .switch .disabled{
  background: #7f8c8c;
  cursor: default;
}
.mod_lecturer_controller .switch .disabled i{
  cursor: default;  
}
.list_lecturer{
  width: 930px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list_lecturer li{
  float: left;
  display: inline;
  width: 121px; 
  margin-right: 34px;
  text-align: center;
}
.list_lecturer img{
  display: block;
  margin-bottom: 8px;
}
.mod_lecturer .info{
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f4f4f4;
  font-size: 16px;
  color: #535353;
  line-height: 1.4;
  padding: 15px 10px 0 15px;
  min-height: 85px;
  height: auto !important;
  height: 85px;
  width: 915px;
  margin: 20px 0 -1px -20px;
}
.mod_lecturer .info .name{
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
}
.mod_lecturer_scroll .mod_lecturer_inner{
  overflow: hidden;
}
.mod_lecturer_scroll .scroll_box{
  width: 6000px;
  height: 287px;
}
.mod_lecturer_scroll .list_lecturer{
  float: left;
  display: inline;
}
.mod_lecturer_scroll .info{
  position: absolute;
  left: 20px;
  bottom: 0;
}




.mod_students{
  position: relative;
}
.mod_students_inner{
  width: 940px;
  overflow: hidden;
}
.mod_students_controller{
  position: absolute;
  top: -39px;
  right: 0;
}
.mod_students_controller .switch a{
  display: inline-block;
  background: #e2534b;
  margin-left: 15px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.mod_students_controller .switch i{
  margin: 0;
}
.mod_students_controller .switch .disabled{
  background: #7f8c8c;
  cursor: default;
}
.mod_students_controller .switch .disabled i{
  cursor: default;  
}
.list_students{
	float: left;
	width: 956px;
}
.list_students li{
  float: left;
  display: inline;
  width: 224px;
  height: 175px;
  text-align: center;
  margin-right: 15px;
}
.list_students img{
  display: block;
  width: 222px;
  height: 145px;
  border: 1px solid #dfdfdf;
  margin-bottom: 7px;
}
.list_students a{
  color: #333;
}
/******************
招贤纳士
******************/
.mod_job{
  padding: 10px 30px 30px 14px;
}
.list_jobs{
  padding-bottom: 30px;
}
.list_jobs dt{
  font-size: 16px;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f0f0f0;
}
.list_jobs dd{
  font-size: 14px;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #f0f0f0;
}
.list_jobs .name{
  float: left;
  display: inline;
  padding-left: 20px;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_jobs a{
  color: #303030;
}
.list_jobs a:hover{
  color: #c41c2d;
}
.list_jobs .num{
  float: left;
  display: inline;
  width: 90px;
  text-align: center;
}
.list_jobs .address{
  float: left;
  display: inline;
  padding-left: 60px;
  width: 380px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_jobs .date{
  float: left;
  display: inline;
  width: 100px;
  padding-left: 30px;
}
.page_jobs .details h3{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #f0f0f0;
  margin-bottom: 15px;
}
.page_jobs .details .txt{
  line-height: 1.6;
}
.page_jobs .details .txt p{
  padding-bottom: 5px;
}
.page_jobs .job_contact{
  font-size: 16px;
  color: #333;
  padding: 15px 0;
}
.page_jobs .job_contact span{
  padding-right: 25px;
}
.page_jobs .job_contact a{
  color: #333;
}
.page_jobs .job_contact a:hover{
  color: #C31C2D;
}
/******************
商务合作
******************/
.page_business{
  padding-left: 10px;
}
.page_business h3{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  height: 44px;
  line-height: 44px;
  padding-top: 10px;
}
.mod_additionagent{
  padding-right: 90px;
  padding-bottom: 50px;
}
.mod_additionagent .agent{
  background: #fafafa;
  color: #1b3653;
  text-indent: 14px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 15px;
}
.list_condition{
  padding-left: 20px;
}
.list_cooperate li{
  float: left;
  display: inline;
  width: 225px;
  height: 97px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.list_condition{
  font-size: 16px;
  color: #000;
}
.list_condition li{
  display: inline-block;
  *display: inline;
  margin: 0 50px 10px 0;
  *margin: 0 55px 10px 0;
  height: 30px;
  line-height: 30px;
}
/******************
联系我们
******************/
.page_content{
  font-size: 18px;
  line-height: 1.6;
}
.page_content a{
  color: #333;
}
.page_content a:hover{
  color: #C31C2D;
}
.page_content .map{
  display: block;
  margin: 0 auto;
}
.page_content .text{
  padding: 20px 0 20px 40px;
}
.page_content h3{
  clear:both;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  padding: 15px;
}
.page_content .list_contacts{
  clear:both;
  margin:15px auto 25px auto;
  width: 750px;
  height:auto;
  overflow:hidden;
}
.page_content .list_contacts dt{
  background: #eee;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.page_content .list_contacts dd{
  margin-bottom: 5px;
}
.page_content .list_contacts .tel{
  float: left;
  display: inline;
  width:160px;
  padding-left: 30px;
}
.page_content .list_contacts .qq{
  float: left;
  display: inline;
  width: 130px;
  padding-right: 10px;
}
.page_content .list_contacts .weixin{
  float: left;
  display: inline;
  width: 130px;
}
.page_content .list_contacts .Email{
  float: left;
  display: inline;
  width: 280px;
}
/***************
建议反馈
***************/

.page_feedback {}
.page_feedback h2{
	margin: 0 0 13px 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 29px;
	margin-bottom: 12px;
}
.page_feedback p{
	margin: 0 0 13px 0 !important;
}
.un-feedback-form input[type=text],
.un-feedback-form input[type=password],
.un-feedback-form textarea,
#comment-form input[type=text],
#comment-form textarea{
	background: #fcfcfc;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #cecece;
	padding: 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 13px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.un-feedback-form input[type=text].text-empty:hover,
.un-feedback-form textarea.text-empty:hover{
	color: #3db3d9;
}

.un-feedback-form input[type=text],
.un-feedback-form .un-types-wrapper,
.un-feedback-form textarea{
	margin-bottom: 13px;
}

.un-feedback-form .un-types-wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}

.un-feedback-form .un-types-wrapper a{
	display: block;
	float: left;
	padding: 6px 11px;
	line-height: 15px;
	height: 15px;
	font-size: 13px;
	text-decoration: none;
	color: #3db3d9;
	position: relative;
	font-weight: 300;
	background-position: 8px -28px;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
}
a.un-feedback-type{
	height: auto !important;
}
@font-face{
  font-family:'FontAwesome';
src:  url('../siteinfo/css/fontawesome-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal }
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}
.icon-lightbulb:before{content:"\f0eb"}
.icon-question-sign:before{content:"\f059"}
.icon-info-sign:before{content:"\f05a"}
.icon-exclamation-sign:before{content:"\f06a"}
.icon-heart:before{content:"\f004"}
body.rtl .un-feedback-form .un-types-wrapper a{
	float: right;
}
.un-feedback-form .un-types-wrapper a i{
	 font-size: 120%;
	 margin-right: 11px;
	 display: inline-block;
	 margin-top: -1px;
 }

.un-feedback-form .un-types-wrapper a.selected{
	background-color: #3db3d9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	outline: none;
}
.un-feedback-form .un-types-wrapper a.selected:after{
	display: block;
	content: ' ';
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
	width: 0px;
	height: 0px;
	border-top: 6px solid #3db3d9;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
}

.un-feedback-form input.text-empty, 
.un-feedback-form textarea.text-empty{
	color: #aeaeae;
}

.un-feedback-form textarea{
	height: 120px;
}


a#un-button-settings,
.un-feedback-form input[type=submit]{
	display: inline-block;
	color: #f3f3f3 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border: none;
	background: #3db3d9;
	outline: none;
	width: auto;
	float: none;
	text-shadow: -1px -1px 0px #333;
	text-decoration: none;
}
body.rtl a#un-button-settings{
	position: absolute;
	left: 16px;
	top: 30px;
}
.un-feedback-form input[type=submit]{
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 9px;
	opacity: 0.85;
	font-size: 13px;
	-webkit-appearance: none;
}
.un-feedback-form input[type=submit]:hover{
	opacity: 1;
	cursor: pointer;
	background: #3db3d9 !important;
}

.un-feedback-form input[type=text], 
.un-feedback-form input[type=submit], 
.un-feedback-form textarea, 
#comment-form-wrapper input[type=text],
#comment-form-wrapper input[type=submit],
#comment-form-wrapper textarea,
#window.transitionEnabled{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.un-feedback-form input[type=submit], div#powered-by{
	line-height: 15px;
	font-weight: 300;
	padding-top: 9px;
}

.un-feedback-form input[type=submit].disabled, 
.un-feedback-form input[type=submit].disabled:hover{
	opacity: 0.5 !important;
	cursor: default;
}

.un-feedback-errors-wrapper{
	position: relative;
}
.un-feedback-errors-wrapper .un-errors:before,
.un-feedback-errors-wrapper .un-errors:after{
    content: '';
		background: url(../images/feedback-errors-corner.png);
		width: 14px;
		height: 7px;
		display: block;
		position: absolute;
		left: 45px;
		top: 5px;
    position: absolute;
}
.un-errors{
	border: 1px solid #e0d59c !important;
	border-radius: 3px;
	background: #fbf5d6 !important;
	padding: 7px 12px !important;

}
.un-errors p{
	margin: 0 !important;
	font-size: 12px;
	color: #6b601f;
	text-shadow: -1px -0px 0 #fffFDA;
}
.un-feedback-errors-wrapper{
	padding-top: 11px;
	position: relative;
}
img#thankyou-image{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
#un-thankyou{
  min-height: 150px;
}
#un-thankyou{
	position: fixed;
	width: 30%;
	height: 20%;
	background: white;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-left: -15%;
	margin-top: -10%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 22px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#un-feedback-wrapper #un-thankyou{
	position: static;
	width: auto;
	top: auto;
	left: auto;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}
@media screen and (max-width: 640px){
	#un-thankyou{
		width: 280px;
		height: 120px;
		left: 50%;
		top: 50%;
		margin-left: -140px;
		margin-top: -60px;
	}
}

button.usernoise{
	background: #444 !important;
	color: white;
	border: none;
	padding: 5px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
button.usernoise:hover{
	color: white;}﻿

