@charset "UTF-8";
/* CSS Document */

p.indent {
margin: 0 0 0 0px;
}

p {
		margin:		0;
}

form legend {
		display:	none;
}

form label {
		float:			left;
		width:			100px;
		text-align:		left;
		margin:			0 5 0 0px;
		vertical-align:		bottom;
}

form label.indent
{
		width:			220px;
		text-align:		left;
}

form div div {
		display:		block;
		margin:			0 0 1px 0;
		clear:			both;
}

form div div p label {
		width:			180px;
		float:			left;
		height:			5px;
}

form div div p {
		float:			left;
		width:			150px;
}

form div div p input {
		width:			15px;
		padding:		0;
		margin:			0 1px 0 0;
		float:			left;
		background:		none;
}

form input {
		background:		#ffffff;
		font-size:		1em;
		border:			1px solid #cccccc;
		width:			220px;
}

form textarea {
		background:		#ffffff;
		font-size:		1em;
		border:			1px solid #cccccc;
		width:			220px;
}

form p input, form p textarea, {
		background:		#ffffff;
		font-size:		1em;
		border:			1px solid #cccccc;
		width:			220px;
}

form input.radio{
		width:			15px;
		border:			0px solid #cccccc;
}

form input.submit{
		width:			70px;
		border:			1px solid #666666;
		background:		white;
		float:			right;
		color:			#666666;
}

form textarea {
		width:			220px;
		height:			3em;
}
