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




/* Form Elements */


form					{ text-align:left; margin:0px; padding:15px 0px }
input					{  }
form label				{ width:21%; float:left; clear:left; padding:0px; margin:2px 0px; color:#333333 }
select					{
	width:70%;
	border:1px solid #CCCCCC;
	float:left
}
textarea				{
	display:block;
	width:95%;
	border:1px solid #CCCCCC;
	padding:2px
}

input.textfield			{
	border:none;
	border-bottom:1px solid #CCCCCC;
	padding:0px;
	margin:2px 0px 2px 0px;
	float:left;
	width:70%
}
input.button			{ cursor:pointer; padding:0px 3px; margin:18px 0px 0px 0px; border:1px solid #CCCCCC; background-color:#EEEEEE; color:#333333 }

input.textfield,
input.textfield-focus	{ }
select,
textarea,
input.textfield			{ }
.select-focus,
.textarea-focus,
input.textfield-focus	{ }
input.file				{ }
input.checkbox			{ margin-right: 4px }
input.radio				{ }


/* */


.hrule					{ border-bottom:1px solid #CCCCCC; font-size:0px; margin:4px 0px}

.detailstable table		{ border-spacing:0px; text-align:center }
.detailstable .highlight{ background: #F5F5F5 }
