html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
  line-height: 20px;
  font-size: 13px;
  font-family: "Trebuchet MS", "DejaVu Sans", Verdana, sans-serif;
  color: #313131;
  background: #f0f0f0;
}
.logo {
	display: block;
	margin: 100px auto 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
.logo2 {
	display: block;
	margin: 40px auto 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
.login {
	background: #f0f0f0;
}
h1 {
	font-size: 24px;
}
.loginbox:before {
    background: none repeat scroll 0 0 rgba(0, 125, 180, 0.06);
    border-radius: 4px;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: -1;
}
.loginbox {
	width: 400px;
	margin: 30px auto 0;
	position: relative;
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.loginboxinner {
	background: #fff;
	padding: 20px;
	position: relative;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
}
.loginheader {
	height: 40px;
}
.loginform {
	margin-top: 20px;
}
.loginbox h2 {
	background: linear-gradient(to bottom, #007db4, #006fa1) repeat scroll 0 0 #007db4;
    border-bottom: 1px solid #1f394c;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px whitesmoke;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    margin: -20px -20px 21px;
    text-align: center;
    text-shadow: 0 1px #1f394c;
}
.loginbox p {
	margin: 10px 0 15px 0;
}
.loginbox label {
	display: block;
	color: #666;
	letter-spacing: 1px;
	font-size: 18px;
}
input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 330px;
  height: 34px;
  color: #313131;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #f4f5f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #007db4;
  outline-color: #dbe7f1;
  outline-offset: 0;
}
input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px #000000;
  background: #1f394c;
  border: 1px solid;
  border-color: #1f394c;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #516274, #1f394c);
  background-image: -moz-linear-gradient(top, #516274, #1f394c);
  background-image: -o-linear-gradient(top, #516274, #1f394c);
  background-image: linear-gradient(to bottom, #516274, #1f394c);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px #313131, 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
input[type=submit]:active {
  background: #1f394c;
  border-color: #384c5f;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.error {
  color: #CC0000;
  background-color: #fcebeb;
  border: 1px solid #ffcccc;
  display:block;
  padding:10px;
  border-radius:8px;
}
.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select {
    margin-left: 5px;
    padding: 5px;
    width: 98%;
}
#outdatedBrowser{
	text-align:center;
}
#outdatedBrowser > a{
	outline: 0;
	border: 0; 
}
a img {outline : none;}
img {border : 0;}
a {outline : none;}

@media screen and (max-width: 430px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}
.loginbox {
	width: auto;
	margin: 10px;
}
.loginbox input {
	width: 89%;
}
.loginbox button {
	width: 100%;
}
}

input[type="text"], input[type="password"], input[type="submit"] {
	font-family: "Trebuchet MS"!important;
}