form p {
	position: relative;
	margin :  0px;
}
form input {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #C0C0C0;
}
form textarea {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #C0C0C0;
}

#row1 {
	position: relative;
	margin-bottom: 15px;
}
#row1 #cell1 {
	float: left;
	position: relative;
	width : 250px;
}
#row1 #cell1 input {
	width : 225px;
}
#row1 #cell2 {
	float: left;
	position: relative;
	width : 250px;
}
#row1 #cell2 input {
	width : 125px;
}

#row2 {
	position: relative;
	margin-bottom: 15px;
}
#row2 #cell3 {
	float: left;
	position: relative;
	width : 500px;
}
#row2 #cell3 textarea {
	width : 375px;
	height: 125px;
}

p.error {
	color: #FF0000;
}

.btn {
	position: relative;
	width : 375px;
	text-align: right;
}
.btn a {
	color: #333333;
}