body
{
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.74em;
	line-height: 1.5em;
	color: #454545;
	background-color: #ffffff;
}

a
{
	color: #4A8EBC;
}

a:hover
{
	color: #C42124;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

h1
{
	line-height: 1.2em;
}

h2
{
	line-height: 1.1em;
}

p
{
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.0em;
}

img
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

form
{
	margin: 0px;
}

input[type="text"]
{

	border: 1px solid #cccccc;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

input[type="submit"], input[type="reset"], button
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

textarea
{
	border: 1px solid #cccccc;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

select
{
	border: 1px solid #cccccc;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	height: 22px;
}

fieldset
{
	border: 0px solid #ABC43C;
	background-color: #EBEDD4;
	margin-bottom: 10px;
	padding: 10px;
}

fieldset legend
{
	padding-bottom: 10px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

label
{
	display: block;
	clear: both;
	padding-bottom: 3px;
}

div
{
	direction: ltr;
}

.left
{
	float: left;
	width: auto;
}

.right
{
	float: right;
	width: auto;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.max_width
{
	width: 100%;
}

.padding_5
{
	padding: 5px;
}

.padding_10
{
	padding: 10px;
}

.padding_20
{
	padding: 20px;
}


.preloader
{
	background-color: #ffffff;
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: none;
	float: left;
}

.no_border
{
	border: 0px;
}

.rounded_3
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.rounded_5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.bottom_rounded_10
{
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
}

.pointer
{
	cursor: pointer;
}

.small
{
	font-size: 9px;
}

.error
{
	color: red;
	font-style: italic;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.form_field
{
	float:left;
	margin:0px .3em 0px 0px;
	width: auto;
}