.touchform {
	width: 672px;
	position: relative;
}
.touchform fieldset {
	padding: 20px;
	background: #E4E4E4;
	border: 1px solid #ccc;
	display: block;
}
.touchform p {
	clear: both !important;
	width: 100% !important;
	font-size: 100% !important;
	margin: 0 0 10px !important;
	float: left;
}

.touchform p.text input,
.touchform p.text textarea{
		display:block;
		width: 615px;
		padding: 5px;
		margin: 0;
		background: #eee;
		border: 1px solid #fff;
		color: #666;
		font:82.5%/150% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}

.touchform p.text input:hover,
.touchform p.text textarea:hover,
.touchform p.text input:focus,
.touchform p.text textarea:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #C0FF82;
}
		
.touchform p.text label,
.touchform p.submit label,
.touchform p.select label{
	padding: 0 5px;
	text-align: left;
	width: 150px;
	line-height: 1.1;
	font: bold 82.5%/150% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
.touchform label.required:before{
	content: "* ";
	color: #f00;
	font-weight: bold;
}
.touchform p.submit input{
	display: block;
	padding: 5px 10px;
	border:none;
	font: 100%/140% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	color: #333;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.touchform p.submit input:hover{
	background-color: #0080FF;
	color: #FFF;
}
.touchform p.text .error {
	color: #FF0000;
}
.touchform p.text .ok {
	color: #008000;
}