h1 {
	font-family:Georgia,serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:100%;
	margin-top:0;
}
h2 {
	font-family:Georgia,serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:100%;
}
small em
{
	font-weight:normal;
}
em {
	font-weight:bold;
}
body {
	font-family:Verdana,Arial,Sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#333;
	background-color:#222035;
}
a {
	color:#276FEC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a img
{
	border: none;
}
div#header
{
	padding-top:30px;
}
div#page
{
	width:700px;
	margin: 0px auto;
	padding: 0px 30px;
}
div#content
{
	padding: 20px 20px 50px;
	margin-top:50px;
	
}
.section {
	-moz-border-radius: 	3px;
  	-webkit-border-radius: 	3px;
	background-color:#fff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding:10px;
	
}
.right
{
	float:right;

}
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
	}

#footer
{
	padding-top:10px;
	text-align:center;
	color:#ddd;
	font-size:10px;
}

.alert
{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFC5BC;
	border: solid 1px #FF3001;
	-moz-border-radius: 	3px;
  -webkit-border-radius: 	3px;
}

ol.form {
	list-style:none;
	padding:0px 30px;
}

ol.form.nopad
{
	padding:0px;
}

ol.form.sidebyside {
	width: 30%;
	float:left;
}

ol.form label
{
	color: #888;
	font-size:13px;
}

ol.form table.field
{
	width: 300px;
}

ol.form li
{
	margin-top:10px;
}

.big-text
{
	font-size:16px;
}

.errorExplanation h2
{
	margin:0px;
}

.fieldWithErrors input, .fieldWithErrors textarea
{
	border: 1px solid #FF3001;
	padding: 3px;
}

.fieldWithErrors label
{
	font-weight:bold;
}

fieldset {
	width:85%;
	margin: 10px auto;
	padding:20px;
	border: 1px #eee solid;
	-moz-border-radius: 	5px;
  -webkit-border-radius: 	5px;
	background-color:					#fafafa;
	display:block;
}

legend {
	color: #444;
	font-size:20px;
}

a.button
{
	text-decoration:none;
	font-family: 		Helvetica, Arial, sans-serif;
	border: 1px solid 		#bbb;
	-moz-border-radius: 	10px;
  -webkit-border-radius: 	10px;
 	background-image: url(/admin/images/button.png);
 	padding: 6px 10px;
 	font-size: 14px;
 	color: #333;
	text-decoration:none;	
	cursor:default;
	line-height:35px;
}

a:hover.button {
	border-color: #888;
	text-decoration: none;
	color: #000;
}

a.button img
{
	vertical-align:middle;
}

button
{
	font-family: 		Helvetica, Arial, sans-serif;
	border: 1px solid 		#bbb;
	-moz-border-radius: 	10px;
  -webkit-border-radius: 	10px;
 	background-image: url(/admin/images/button.png);
 	padding: 4px 10px;
 	font-size: 14px;
 	color: #333;
	text-decoration:none;
}

button:hover
{
	border-color: #888;
	text-decoration: none;
	color: #000;
}

button img
{
	vertical-align:text-bottom;
}

input[type="submit"]
{
	font-family: 		Helvetica, Arial, sans-serif;
	display: inline;
	border: 1px solid 		#bbb;
	-moz-border-radius: 	10px;
  -webkit-border-radius: 	10px;
 	background-image: url(/admin/images/button.png);
 	height: 26px;
 	padding: 0px 10px;
 	margin: 5px;
 	font-size: 14px;
 	color: 					#333;
	font-family: 			Helvetica, Arial, sans-serif;
}

input[type="text"]
{
	
}

input[type="submit"]:hover
{
	border-color: #888;
	text-decoration: none;
	color: #000;
	cursor: default;
}
