h1
{
	padding: 0;
	margin: 0;
}
ul
{
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 25px;
list-style-position: outside;
list-style-image: url(../img/checkBox.jpg);
list-style-type: square;
}
.noCheckBox
{
	
	list-style-type: none;
	list-style-image: url(../img/none.jpg);
}
.bullet
{
	list-style-image: none;	
	list-style-position: outside;
}
img, a, a:active, a:focus, a:hover, a:link, a:visited
{
	border: 0px solid #ffffff;
}
label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input
{
	color: #000000;
	background: #EEEEEE;
	border: 2px solid #FFE57B
}
#submitButton
{
	margin-left: 100px;
	margin-top: 5px;
}
fieldset
{
	border: 8px solid #FFE57B;
	padding: 10px;
}

legend
{
	color: #fff;
	background: #3B6FB6;
	padding: 2px 6px;
	margin-bottom: 10px;
}
body
{
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
}
#wrapper
{
	width: 850px;
	margin: 0px auto;
	text-align: left;
}
.wrapText
{
	float: left;
}
#headerMainPage
{
	text-align: right;
}
#leftBanners
{
	text-align: right;
	float: right;
}
#signup
{
	float: left;
	width: 300px;
}
#logo
{
	margin-right: 50px;
}
#sendFiles
{
	margin-right: 25px;
}
#convertFiles
{
	margin-right: 10px;
	margin-top: 10px;
}
#body
{
	clear: both;
	width: 840px;
}
.paragraph
{
	padding-left: 15px;
	padding-top: 15px;
}