body {
	font-family:"Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #444;
}

.clear_fix {
	clear:both;
	line-height: 0px;
}

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 10px;	
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;	
}

small {
	color: #888;
	font-size: .7em;
}

li.branch {
	float:left;
}

.separator {
	float:left;
	padding: 9em .5em;
}

.bordered_box {
	height: 250px;
}

input {
	line-height: 1.2em;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
}

textarea {
	resize: none;
}

input.medium {
	width: 180px;
}

input.large {
	width: 250px;
}

textarea.large {
	width: 253px;
}

.signup {
	font-size: .8em;
}

.errorExplanation p{
	line-height: 1.5em;
	padding-bottom: 5px;
	font-weight: bold;
}

.errorExplanation li{
	line-height: 1.5em;
	padding-bottom: 5px;
	color: #FB000D;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
	background-color: #ffd7d9;
}

.fieldWithErrors textarea {
	background-color: #ffd7d9;
}

#flash{
font-size: 1.5em;
text-align:center;
}
.flash_html {
display:none;
}
.flash_ajax{
display: block;
position:fixed;
top:0px;
width:100%;
height: 80px;
z-index: 100005;
background-color:#fff;
}

.flash_ajax span{
display: block;
margin-top: 20px;
}

