html {
	background:linear-gradient(to left, #3C70F4, white) no-repeat;
	font-size: 1.4em;
}

#wpwrap {
	height:auto;
	min-height:100%;
	width:450px;
	margin-left:100px;
}

#centerDiv {
	position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    height: 40%;
	text-align: center;
}

#centerBody {
	text-align: justify;
}

h1 {
	font-size: 1.6em;
	line-height: 1.5;
}

.screen-reader-text,.screen-reader-text span {
	height:1px;
	left:-1000em;
	overflow:hidden;
	position:absolute;
	width:1px;
}


input[type=text],input[type=password],textarea {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input[type=checkbox],input[type=radio] {
	vertical-align:middle;
}

html,body {
	height:100%;
}

body,td,textarea,input,select {
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:13px;
}

body,textarea {
	line-height:1.4em;
}

textarea {
	width: 240px;
	overflow: auto;
}

select {
	width: 240px;
}

input,select {
	line-height:15px;
}

p {
	margin:1em 0;
}


label {
	cursor:pointer;
}


p,li,dl,dd,dt {
	line-height:140%;
}

textarea,input,select {
	margin:1px;
	padding:3px;
}


div.updated,div.error {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	margin:5px 15px 2px;
	padding:0 .6em;
}

div.updated p,div.error p {
	margin:.5em 0;
	padding:2px;
}



p,ul,ol,blockquote,input,select {
	font-size:12px;
}


textarea,input[type=text],input[type=password],input[type=file],input[type=button],input[type=submit],input[type=reset],select {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	border-width:1px;
}

select option {
	padding:2px;
}

.submit {
	-khtml-border-bottom-left-radius:3px;
	-khtml-border-bottom-right-radius:3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	margin:5px 0;
	padding:1.5em 0;
}


.submit input,.button,input.button,.button-primary,input.button-primary,.button-secondary,input.button-secondary,.button-highlighted,input.button-highlighted,#postcustomstuff .submit input {
	-khtml-border-radius:11px;
	-khtml-box-sizing:content-box;
	-moz-border-radius:11px;
	-moz-box-sizing:content-box;
	-webkit-border-radius:11px;
	-webkit-box-sizing:content-box;
	border-radius:11px;
	border-style:solid;
	border-width:1px;
	box-sizing:content-box;
	cursor:pointer;
	font-size:11px!important;
	line-height:13px;
	padding:3px 8px;
	text-decoration:none;
}


input.regular-text,#adduser .form-field input {
	width:20em;
}



label,#your-profile label+a {
	vertical-align:middle;
}


body.wp-admin {
	min-width:450px;
}


.form-table {
	border-collapse:collapse;
	clear:both;
	margin-bottom:-8px;
	margin-top:.5em;
	width:100%;
}

.form-table td {
	font-size:11px;
	line-height:20px;
	margin-bottom:9px;
	padding:8px 0px;
}

.form-table th,.form-wrap label {
	font-weight:400;
	text-shadow:rgba(255,255,255,1) 0 1px 0;
}

.form-table th {
	padding:10px 0px;
	text-align:left;
	vertical-align:top;
	width:225px;
}


fieldset {
	border:0;
	margin:0;
	padding:0;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 20%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}