/* body */

body {
	margin: 10px ;
	font-size: 12px ;
	font-family: Arial, Helvetica, sans-serif ;
}
a {
	text-decoration: none ;
	color: #00234A ;
}
a:hover {
	text-decoration: underline ;
}
a:focus { /* ie mac */
	outline: none
	}

/* text control */
p, ul, ol ,dl, blockquote, h1, h2, h3, h4, h5, h6, hr {
	margin-top: 0 ;
	margin-bottom: 1em ;
	line-height: 1.5em ;
}
p {
	font-size: 1em ;
	margin-bottom: 1.5em ;
}
strong {
	
}
h1 {
	font-size: 1.6em ;
	color: #00234A ;
	font-weight: normal ;
	font-family: Arial, Helvetica, sans-serif ;
}
h2 {
	font-size: 1.4em ;
	color: #00234A ;
	font-weight: normal ;
	font-family: Arial, Helvetica, sans-serif 
}
h3 {
	font-size: 1.2em ;
	color: #00234A ;
}
h4 {
	font-size: 1em ;
	margin: 0 0 0.5em 0 ;
}
hr {
	border-style: none ;
	border-top: 1px solid #ccc ;
	height: 0px ;
	overflow: hidden ;
	}

/* images */
img {
	border: 0;
	}

/**
* Generic styles for forms
*/

input, select, textarea , button {
	font: 1.1em Arial, sans-serif;
}
button, input.button {
	cursor: pointer ;
}
form {
	margin: 0 ;
	padding: 0;
}
p.error {
	color: red ;
	border: 1px solid #999 ;
	background-color: #eee ;
	padding: 5px ;
	height: auto ;
}
p.ok {
	color: green ;
	border: 1px solid #999 ;
	background-color: #eee ;
	padding: 5px ;
	height: auto ;
}


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

form p {
	clear: both ;
	height: 1.2em ;
}
form p.normal {
	height: auto ;
}

form p.nolabel /* for when there's no label, but we still want everything to line up */
{
	padding-left: 115px !important;
}

label ,
form span.label /* for labels where <label> tag is not appropriate (eg, radios) */
{
	width: 115px ;
	padding-top: 5px ;
	display: block ;
	float: left ;
	clear: both ;
}

form span {
	width: 145px ;
	line-height: 13px ;
}
form span.field /* to space fields nicely */
{
	display: block ;
	float: left ;
	width: 176px ;
	margin: 3px 0 0 0 ;
}
form span.medium
{
	width: 136px ;
}

form span.field label /* for radios and checkboxes, the label should display normally */
{
	width: auto ;
	padding-top: 0 ;
	display: inline ;
	float: none ;
}

.long {
	width: 170px ;
}
#login #email_rules, #login #password_rules, #author_email_rules, #human_test_rules {
	width: 200px ;
}
.medium {
	width: 130px ;
}
.small {
	width: 100px ;
}

.tiny {
	width: 50px ;
}
