.inp{
	color:#777777;
	border:1px solid #f3f4f3;
	border-left:4px solid #f3f4f3;
	background-color:#fafafa;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	background-image:url(form-inp-tile.gif);
	background-repeat:repeat-x;
}
.inp a{
	color:#777777;
}
.inp:hover{
	border-left:4px solid #8d8cc0;
	background-color:#ffffff;
}
.inpreq{
	color:#777777;
	border:1px solid #f3f4f3;
	border-left:4px solid #f3f4f3;
	background-color:#fafafa;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	background-image:url(form-inp-tile.gif);
	background-repeat:repeat-x;
}
.inpreq:hover{
	border-left:4px solid #ff7200;
	background-color:#ffffff;
}
.buttonleft{
	padding-left:22px;
	padding-top:1px;
	padding-bottom:5px;
	padding-right:22px;
	font-size:20px;
	width:111px;
	height:36px;
	background-color:#d3e3e6;
	background-image:url(form-button-001-111x36_01.gif);
	background-repeat:no-repeat;
}

.buttonright{
	padding-left:22px;
	padding-top:1px;
	padding-bottom:5px;
	padding-right:22px;
	font-size:20px;
	width:111px;
	height:36px;
	background-color:#d3e3e6;
	background-image:url(form-button-002-111x36_01.gif);
	background-repeat:no-repeat;
}
.buttonleft:hover{
cursor: pointer;
	cursor:hand;
	text-decoration:underline;
	background-image:url(form-button-001-111x36_02.gif);
	background-repeat:no-repeat;
}
.buttonright:hover{
	cursor: pointer;
	cursor:hand;
	text-decoration:underline;
		background-image:url(form-button-002-111x36_02.gif);
}
.pform{
	padding:20px;
}

.submitbox{
	background-color:#ffffff;
	border:1px solid #dddddd;
	width:340px;
	padding:4px;
}
.red{
	color:#ff7200;
}

.formmsg{
	color:#767571;
	border:1px solid #b4b2ab;
	background-color:#edeae2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding:10px;
	width:336px;
}