.mainbox {
	border: medium solid #000000;
	background-color: #FFFFFF;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
	
}
.headerbox {
	height: 100px;
	width: 90%;
	float: none;
}

.footerbox {
	height: 30px;
	width: 100%;
	margin-top: 80px;

	color:#666666;
	font-size:12px;
}

body {
	background-color: #666666;
	background-image:url(images/background.gif);
}




.description{
	font-size: 11px;
	text-align: center;
}

.selectall a, .selectall a:visited {
	font-size: 11px;
	color: #7e7ffe;
}
.selectall a:hover {

	color: #7e7ffe;
}

a.clear, a.clear:visited {
	font-size: 11px;
	text-align:right;
	
}

a {
	color: #7e7ffe;
}

.changebutton{
	float:none;
	display:inline;
	text-align:center;
	margin: auto
}

#inputbox{
	width: 360px;
}

#passbox{
	font-size: 16px;
}

.result input{
	border: none;
	font-weight: bold;
	
}

.result input.word{
	width: 320px;
}

.result input.md5{
	width: 320px;
}

.result input.sha1{
	width: 340px;
}

.freeproductbox {
	margin:auto;
	width:400px;
	height:240px;
	background-color:#FFFFCC;
	border: medium dashed #000000;
	margin-top:20px;
}

.freeproducttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	margin-top:10px;
	text-align:center;
}

.freeproductimage {
	margin-top:25px;
	float:left;
}

.freeproducttext {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top:25px;
	margin-left:150px;
	margin-right:20px;
	text-align:left;
}

.freeproductform {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top:25px;
	margin-left:150px;
	margin-right:20px;
	text-align:left;
}

.freeproductformrow {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-top:10px;
	text-align:right;
}
