body
{
	font-family: arial;	
}

form
{
	border: 1px solid black;
	width: 400px;
	margin-top: 7px;
	padding: 8px;	
}

form fieldset 
{
	position: relative;
	border: 0 none;
	
}

form fieldset p span
{
	position: absolute;	
	right: 0px;
}

form fieldset p label
{
	float: left;
}

form fieldset p input
{
	
}

form fieldset input.submit
{
	cursor: pointer;
}

form fieldset p
{
	text-align: right;
}

span.success, span.error
{
	display: block;	
	font-weight: bold;
}

span.success
{
	color:green;	
}

span.error
{
	color: red;	
}


