@charset "utf-8";

.tablecontainer {
	width: 700px;
	display: block;
	margin: auto;
	padding: 10px 0px 50px 0px;
}

.tablecontainer ul {
	list-style: none;
	padding: 0px;
	width: 530px;
	text-indent: 0px;
	clear: both;
	display: block;
	margin: auto;
}

.tablecontainer ul li {
	text-align: left;
	text-indent: 0px;
	float: left;
	position: relative;
	padding: 8px 5px 10px 5px;
	margin: 1px;
	width: 300px;
	height: 14px;
	font-weight: bold;
	color: #333;
}

.tablecontainer ul li.label {
	text-align: right;
	width: 200px;
	display: block;
	color: #fff;
	background: #aaa;
}

.tablecontainer ul li input {
	width: 300px;
	height: 24px;
	margin-top: -8px;
}

.tablecontainer ul li.large {
	height: 100px;
}

.tablecontainer ul li.large textarea {
	width: 301px;
	height: 112px;
	margin-top: -8px;
}

.tablecontainer ul li.large input.large {
	height: 100px;
}

.tablecontainer ul li.button {
	padding-top: 20px;
	padding-left: 120px;
}

.tablecontainer ul li.button2 {
	padding-top: 20px;
	padding-left: 200px;
}
	
.tablecontainer ul li.button3 {
	padding-top: 20px;
	padding-left: 220px;
}

.tablecontainer ul li.button input.sendbutton {
	width: 300px;
	height: 46px;
	float: none;
}

.tablecontainer ul li.button2 input.sendbutton2 {
	width: 144px;
	height: 47px;
	float: none;
}

.tablecontainer ul li.button3 input.sendbutton3 {
	width: 157px;
	height: 46px;
	float: none;
}