@import url(stampsec.css);

#subnav {	margin-right: -85px;	}


.horizrule {
	width: 500px;
	height: 10px;
	border-bottom: #000 dashed 1px;
	margin-bottom: 10px;
	clear: left;
}

input.listbox { 
	float: left; 
}

dt { 
	font-weight: 700; 
	margin-left: 30px;
}

dd {
	margin: 0 0 10px 50px;
	width: 350px;
}

.cbholder {
	margin-right: 5px;
}


/* Form Styles */
fieldset  {
	color: #1e150c;
	font-size: 12px;
	background-color: #efefef;
	border: solid 1px #d3d3d3;
	width: 350px;
	margin: 20px 0 0 0;
	}


legend  {
	color: #666;
	font-family: "arial black";
	background-color: #d3d3d3;
	padding: 2px;
	}

label   {
	font-weight: 700;
	font-size: 10px;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 100px;
	float: left;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: solid 1px #1e150c;
	background-color: #d7bca5;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputField:hover {
	background-color: #eae8db;
	border: solid 1px #600;
	color: #000;
	}

select.formSelect  {
	border: solid 1px #1e150c;
	background-color: #d7bca5;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

select.formSelect:hover  {
	background-color: #eae8db;
	border: solid 1px #600;
	color: #333;
	cursor: pointer;
	}

input.formInputButton   {
	border: solid 1px #1e150c;
	background-color: #e9e6da;
	background-image: url(../images/bg_button.gif);
	color: #300;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	}
	
input.formInputButton:hover   {
	background-image: url(../images/bg_button_hover.gif);
	}