#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:510px;
}
p {
	margin-bottom: 15px;
}
h1 {
	margin-bottom: 15px;
	font-size: 170%;
}
h3 {
	font-size: 130%;
	margin-bottom: 10px;
}
.allform {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}
.allform li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 17px 0 !important;
	overflow: hidden;
}
#container .allform span {
	color: #000;
}
.allform label {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
}
.allform label em, em.red {
	font-style: normal;
	color: #F00;
}
.allform .intxt {
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background:#fff url(../images/fieldbg.gif) repeat-x top;
	color: #333;
	padding: 1px 3px;
	width: 300px;
}
.allform textarea.intxt {
	height: 80px;
}
.allform .fcheck {
	padding-right: 20px;
}
.allform .size-s {
	width: 50px;
}
.allform .size-m {
	width: 150px;
}
.allform .size-m2 {
	width: 100px;
}
.allform .txt ul {
	list-style: none;
}
.allform .txt ul li {
	 margin-bottom: 7px;
	 padding-top: 4px;
}
.allform .txt ul .l {
	display: block;
	width: 250px;
	float: left;
}
.allform .txt .txtarea-m {
	height: 35px;
}
.size-m3 {
	width: 150px !important;
}
.tableform {
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.tableform th, .tableform td {
	padding: 5px;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
.tableform th {
	text-align: center;
}
.line {
	border-top: 1px solid #B0B0B0;
	height: 10px;
}
.error {
	background: #FFE8BF !important;
}
.msgerr {
		display: block;
		color: #F00 !important;
		font-size: 90%;
}
.errbox {
	color: #FF0000 !important;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #FFE59F;
}
.errbox span {
	display: inline;
}
.required {
	margin-bottom: 0;
	font-size: 10px;
	font-weight: normal;
	color: #333 !important;
}
.required span {
	color: #FF0000 !important;	
}
