/******************************************************
/* Base classes
/******************************************************/
html
{
	margin:0;
    height: 100%;

}
div	
{ 
	margin:0px; 
	padding:0px; 
	font-family:Arial; 
	font-size:11px 
}
input 
{ 
	font-family:Arial; 
	font-size:11px;
	padding:0px;
	margin:0px;
}

select 
{ 
	font-family:Arial; 
	font-size:11px;
	width:120px; 
	height:19px;
}

textarea
{ 
	font-family:Arial; 
	font-size:11px;
}

p
{
	margin:0;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.fc {display:inline-block;} 
/* Hide from IE Mac \*/ 
.fc {display:block;} 
/* End hide from IE Mac */ 

* html .fc
{
	height: 1px;
}

