﻿/* 
 * BizSpace Stylesheet
 *		Reset global styles
 *		Basic HTML elements
 */

html{background: #fff;}
body {
	margin:0;
	font:13px Tahoma, Geneva, sans-serif;
	color:#000;
	background:#fff url(/images/bg-body.gif) no-repeat 50% 0;
	min-width:980px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#ec7503;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
select
{
	height: 20px;
	font-size: 12px;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
legend
{
	display: none;
}
.clear
{
    clear:both;
}

