*{
margin:0px;
padding:0px;
}
body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
}
html {
    font-size: 100%;
}
img{
border:0px;
}
.navbar {
    color: #999999;
}
.navbar {
    margin-bottom: 18px;
    overflow: visible;
}
.navbar-inner {
    background: none repeat scroll 0 0 #005097;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
}
.container:before, .container:after {
    content: "";
    display: table;
}
.navbar .container {
    width: 960px;
}
.navbar .container {
    width: auto;
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}

.navbar .brand {
    color: #999999;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: 150px;
    padding: 8px 20px 12px;
}
a {
    color: #0088CC;
    text-decoration: none;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.tac {
    text-align: center;
}
.span6 {
    width: 570px;
}
[class*="span"] {
    float: left;
    margin-left: -20px;
}
.row {
    margin-left: -30px;
}
.well {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.offset3 {
    margin-left: 330px;
}
#login{
margin-left: 180px;
margin-top:25px;
}
.row {
    margin-left: -20px;
}
.offset1 {
    margin-left: 130px;
}
.span5 {
    width: 470px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}
hr {
    border-top: 1px solid #DDDDDD;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-color: #EEEEEE;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}
hr {
  border-top-color:#DDDDDD;
  border-top-style:solid;
  border-top-width:1px;
}
hr {
  border-bottom-color:#FFFFFF;
  border-bottom-style:solid;
  border-top-color:#EEEEEE;
  border-top-style:solid;
  border-width:1px 0;
  margin:18px 0;
}
form {
    margin: 0 0 18px;
}
#login #login_form .input {
    margin-bottom: 15px;
    text-align: left;
}
.span4{
box-shadow: 0 1px 1px #DDDDDD inset;
    color: black;
    font-size: 16px;
    padding: 0.8em;
	width:360px;
}
#password{
margin-top:25px;
}
#login .btn {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 36px;
    min-width: 152px;
	margin-top:20px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	min-height:40px;
}
.btn-success {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
}
#error-msg{
background:#B1000D;
color:#fff;
margin:0 auto;
}
#mainNav {
    top:77px;
    left: 450px;
    position: absolute;
    text-align: right;
}
#mainNav li {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    list-style: none outside none;

}
#mainNav li a {
    display: inline;
    padding: 10px;
    text-decoration: none;
}
#mainNav li a:hover {
    background: url("../images/nav_hover.png") repeat-x scroll center top transparent;
    color: #FFFFFF;
}
#mainNav .login {
    background: none repeat scroll 0 0 #7CBE54;
    bottom: -10px;
    height: 39px;
    left: 505px;
    position: absolute;
    width: 114px;
}
#mainNav .login a, #mainNav .login a:hover {
    background: none repeat scroll 0 0 transparent;
    color: white;
    display: block;
    height: 100%;
    padding: 10px 0 0;
    text-align: center;
}
#mainNav .active a, #mainNav .active a:hover, #mainNav li a:hover {
    background: url("../images/nav_hover.png") repeat-x scroll center top transparent;
    color: #FFFFFF;
}