.cptitle
{
	display: block;
	width: 150px;
	float: left;
	padding-top: 5px;
}
.cpinput
{
	display: block;
	width: 200px;
	float: left;
}
.newLine
{
	clear: both;
}

#email1
{
	width:200px;
}

.cperror
{
	font-weight: bold;
	color: red;
	display: none;
}
