@charset "UTF-8";
/* CSS Document */
html, body{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}

.form_cell{
	background:url(images/bg.jpg) repeat-y top left;
}

.footer_cell{
	background:url(images/bottom.jpg) no-repeat top left;
	height: 46px;
	padding-top: 30px;
	color: #6D6E71;
	font-size: 11px;
}

.footer_cell a:link{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:visited{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:active{
	color: #6D6E71;
	text-decoration: none;
}

.footer_cell a:hover{
	color: #6D6E71;
	text-decoration: underline;
}

.small_text{
	font-size: 10px;
}

.orange_text{
	color: #F6921E;
}

img{
	border: 0px;
}

a:link{
	color: #F6921E;
	text-decoration: none;
}

a:visited{
	color: #F6921E;
	text-decoration: none;
}

a:active{
	color: #F6921E;
	text-decoration: none;
}

a:hover{
	color: #F6921E;
	text-decoration: underline;
}

.input{
	border: solid 1px #F6921E;
	width: 300px;
}

.small_input{
	border: solid 1px #F6921E;
	width: 100px;
}

.error{
	color: #F00;
}