*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	background: #EFEFEF;
}
html, body, ul, ol, li, p,h1, h2, h3, h4, h5, h6,form, fieldset, a {margin: 0;padding: 0;border: 0;}
a, a:link, a:visited { color: #05669d; font-weight: normal; text-decoration: none }
a:hover { text-decoration: underline; }
p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#5fb42b; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #5fb42b; }
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; }
input.lg {width: 100%;}
input.md{width: 50%;}
input.sm{width: 25%;}
input.lg:focus {-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff; }
input.md:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
input.sm:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
.button {
	height: 32px;
	cursor: pointer;
    padding: 4px 21px 4px 21px;
    color: #040404;
    background: url(../images/img/green.jpg) repeat left center;
    border: 1px solid #4a4a4a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.form_input {
    display: block;
    height: 100%;
    border: 0;
    padding: 5px 10px;
    background: #EFEFEF;
    border: 1px solid #a0b3b0;
    color: #999;
}
.form {
    margin-bottom: 12px!important;
}
.form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
}
p, form {
    margin-bottom: .8em;
}
.clean { 
	clear: both 
}
#main
{
	width: 920px;
    margin: 0 auto;
    padding: 40px 10px 0;
}
#main_wrapper
{
	background: #fff;
}
div#header a,div#footer a
{
  border: none;
}
div#header
{
  padding: 5px 15px;
}
#header {
    /* overflow: hidden; */
    /* height: 52px; */
    background: #4a4a4a;
	border:1px solid #eee;
}
.logo {
	float: left;
	width: 345px;
}
.logo h1 a {
    display: block;
    line-height: 52px;
    text-decoration: none;
    font-size: 24px;
    color: #FFFFFF;
}
.menu {
    float: right;
    width: 500px;
}
.menu ul {
    float: right;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}
.menu li {
    float: left;
    margin-left: 10px;
}
.menu a {
   display: block;
   padding: 10px 15px;
   text-decoration: none;
   font-size: 14px;
   color: #bbb3ac;
   text-decoration: none;
   font-weight: 400;
   outline: none;
}
.menu .active a {
    background: #297eaf;
    border-radius: 5px;
    color: #FFFFFF;
}
.menu .active a:hover {
    background-color: #326a92;
}
div#content_wrap
{
  border: 1px solid #eee;
  padding: 8px 19px;
  height: 400px;
  min-height: 400px;
}
div#content_wrap{
    height: auto;
}
div#content_wrap h1, div#content_wrap h2
{
	margin: .8em 0 .5em;
}
.loading {
    height: 32px;
    padding-left: 36px;
    border: 1px solid #000;
    background: #fff url(../img/loader.gif) no-repeat 10px center;
    cursor: pointer;
}
.alert-success strong
{
	color: #5fac5d;
}
.alert-error strong
{
	color: #e44d64;
}
div.right
{
  float: right;
}
div#footer
{
  background: #eee;
  padding: 10px 0px;
}