html {
	margin:0;
	padding:0;
}
body {
	font-family:verdana,arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background:#f3f3f3;
	margin:0;
	padding:0;	
}
a:link, a:visited, a:hover, a:visited:hover {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#0000CC;
}
p {
	text-align:center;
	color:#0000cc;
	font-size:12px;
	font-weight:bold;
}
.box {
	width:600px;
	margin:0 0 0 80px;
}
.box-left {
	float:left;
	width:300px;
}
.box-right {
	float:right;
	width:300x;
}
.box-left label, .box-left input, .box-right label, .box-right input {
	float:left;
	margin:0 0 5px 0;
}
.box-left label, .box-right label {
	width:100px;
	line-height:18px;
}
.box-footer {
	clear:both;
	width:600px;
	text-align:center;
}
.box-footer-2 {
	width:600px;
	text-align:center;
	margin-left:80px;
}
.box-footer textarea {
	width:595px;
	height:40px;
	margin:0 0 0 80px;
}
.clear {
	clear:both;
}




input.input {
	width:120px;
	}
textarea.textarea {
	width:700px;
	height:40px;
	}
.right {
	text-align:right;
	padding:0 5px 0 0;
	}
