#FormHolder {
	display: block;
	position: relative;
	width: 420px;
	overflow: hidden;
	background: #FFC085;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #636363;
}

#FormHolder:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#FormHolder2 {
	display: block;
	position: relative;
	width: 220px;
	overflow: hidden;
	background: #EEEEEE;
	margin: 0 0 0 20px;
	padding: 0;

}

#FormHolder2:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}




#FormHolder p, #FormHolder2 p {
	display: block;
	width: 350px;
	position: relative;
	margin: 10px 0 0 30px;
}



#FormHolder p:after, #FormHolder2 p:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormRow {
	display: block;
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 2px 0 2px 30px;
	padding: 0;
	min-height: 20px;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;

}


.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormRow2 {
	display: block;
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 2px 0 2px 0;
	padding: 0;
	min-height: 20px;
	clear: both;
	border-bottom: 1px solid #fff;
	text-align: left;

}

.FormRow2:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}





.FormButtonRow {
	display: block;
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 2px 0 2px 30px;
	padding: 0;
	min-height: 20px;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}


.FormButtonRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormTitle {
	display: block;
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 2px 0 2px 20px;
	padding: 0;
	min-height: 20px;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}
.FormTitle:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormLeft {
	display: inline;
	position: relative;
	width: 48%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;

}


.FormRight {
	display: inline;
	position: relative;
	width: 48%;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
}


.FormFull {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.FormFull:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

	
.FormInput {
	display: block;
	position: relative;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
}

/*.FormInput:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}*/


.FormInput_short 
{
	display: block;
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
}

.FormInput_short:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormInput_shortest 
{
	position: relative;
	width: 60px;
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
}


.FormInput_shortest:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormText {
	font-family: Arial;
	font-size:12px;
	position:relative;
	display:block;
	float: left;
	width: 97%;
	margin: 2px 0 0 0;
	padding: 0;
}

.FormText:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormButton  { 
	display: inline;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 20px;
	width: auto;
}

.FormButton:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormLine {
	display:  block;
	position: relative;
	width: 90%;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 20px 0 20px 30px;
	background: #CFCFCF;
	clear: both;
}

.FormLine:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

