/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	STANDARD ELEMENTS
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
html		{overflow: -moz-scrollbars-vertical; overfLow: scroll;}
body		{margin:0;}
.clear		{clear:both; display:block;}
a			{text-decoration:none;}
a img		{border:0;}

/*
 * Image
 *************************************************/
img.border
{
	margin-top:10px;
	border:6px solid #e9e9e9;
}

a:hover img.border
{
	border:6px solid #0a77bc;
}

/*
 * Textarea
 *************************************************/
textarea
{
	width:604px;
	height:150px;
	font-size:1.4em;
	font-family:tahoma;
	color:#565656;
}

/*
 * Button
 *************************************************/
.button
{
	width:auto;
	height:30px;
	float:right;
	display:inline;
	margin-top:10px;
	padding:0px 10px 2px 10px;
	color:#fff;
	border:0;
	background: url('/images/button.jpg') repeat-x;
}

.submit
{
	height:auto !important;
	width:41px !important;
}

body
{
	background-image:none;
}


/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	LAYOUT
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
.content
{
	width:610px;
	margin:0 auto;
}

.freeform
{
	margin-top:15px;
	float:left;
	display:inline;
	position:relative;
}

.freeform.left70
{
	width:610px;
	margin-right:50px;
	overflow:hidden;
}

body
{
	font-size:10px;
	margin:0;
	padding:0;
}

p
{
	font:normal 1.2em/1.2em tahoma;
	margin:10px 0 0 0;
}

a
{
	color:#eb4200;
	font-weight:bold;
	text-decoration:none;
}

h1
{
	font:italic 2.4em/2em georgia;
	margin:10px 0 0 0;
}

h2
{
	font:italic 1.6em/1.6em georgia;
	margin:20px 0 5px 0;
}


.separator
{
	border-bottom:1px dotted #000;
	height:30px;
	width:100%;
}

img
{
	border:5px solid #e9e9e9;
}

.print_info
{
	border-top:1px dotted #000;
	margin:40px auto;
	text-align:center;
}

.print_info p
{
	font-size:1.1em;
	margin-top:15px;
}

/**********************/
/*********************** HIDE
/**********************/
.top_container,
.menu,
.footer,
.freeform.right30,
#module_breadcrumbs
{
	display:none;
}
