/* form styles */
form {
	float:left;
	clear:left;
	width: 700px;
	text-align: left;
}		
fieldset {
	margin: 0px;
	
	border: 1px solid #E7D4A7;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:0px;
	#padding-top:10px;

}
fieldset hr	{
	border: 0;
	color: #E7D4A7;
	background-color: #E7D4A7;
	height: 1px;
	margin:0px;
	margin-top:8px;
	margin-bottom:8px;
	#margin-top:0px;
	#margin-bottom:0px;
}
legend {
	font-family: Arial Narrow;
	font-size: 1.5em;
	color:#FF5700;
	/*
	padding: 4px 6px;
	padding-top:12px;
	#padding-top:4px;*/
	margin: 4px 6px;
	margin-top:8px;
	margin-bottom:8px;
	#margin-top:4px;
	#margin-bottom:4px;
}
label {
	margin-right:5px;
	text-align:right;
}
label.first-column {
	display: -moz-inline-stack;
	display:inline-block;
	width:75px;
	text-align:right;
}

/*=== Fire Fox Hacking ===*/
label.first-column strong {
	display:block;
	text-align:right;
	font-weight:normal;
}
label.first-column b {
	display:block;
	text-align:right;
}

a.kati {
	margin:0px;
	display:normal;
	text-align:right;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}
input[type="checkbox"],input[type="radio"] {
	margin:0px;
	border:0px;
	padding:0px;
	border:0px;
	width:auto;
	background-color:transparent;
	vertical-align:middle;
}
input[type="radio"] {
	margin-bottom: -2px;
}
input[type="hidden"]{
	margin:0px;
	border:0px;
	padding:0px;
}
input, select
{
	margin:0px;
	padding:0px;
	padding-left:2px;
	padding-right:1px;
	background-color: #FFFFEB;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #7A7A7A;
	border-top: 1px solid #7A7A7A;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	line-height: 18px;
	width: 100px;
	display:inline;
	margin-bottom:0px;
}		
select{
	height:18px;
}	


	
.form-vertical label {
	clear:left;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom:3px;
}



.button-set2{
	float:left;
	clear:left;
	display:block;
	width:650px;
	margin-top:25px;			
	height:20px;
}		
.button-left{
	position:relative;float:left;
}
.button-right{
	position:relative;float:right;
}

/* table */
.table-labels td{
	background-color:#E2DDD0;
	border-right:1px solid #fff;
	padding-left:3px;
	font-size:0.9em;
	color:#2F3583;
}


.table-data td{
	border-bottom:1px solid #E2DDD0;
	border-right:1px dotted #E2DDD0;
	font-size:0.8em;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
}
.table-data-alt td{
	background-color:#F3F1EC;
}
		
.table-data td:first-child{
	border-left:1px dotted #E2DDD0;
}

textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	border:1px solid #ccc;
	background-color:#fff;
	width:100px;
	height:200px;
	overflow:auto;
}

#centerColumn a, #centerColumn a:visited {
	color:#0000FF;
	text-decoration:underline;
}
#centerColumn a:hover {
	color:red;
}

#leftMainColumn a, #leftMainColumn a:visited {
	color:#0000FF;
	text-decoration:underline;
}
#leftMainColumn a:hover {
	color:red;
}

.error-msg{
	background-image: url(./images/global/caution.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	color: red;
	background-color: #FFFFCC;
	padding: 10px;
}
.help{
	background-image: url(../images/global/caution.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	padding: 10px 20px 20px 20px;
	background-color:#FFFFEB;
}
.help p{
	color: #8789784;
}


.btn-min-search{
	margin:0px;
	padding:0px;
	background-image:url(../images/global/mini_search.gif);
	background-repeat: no-repeat;
	
	width:26px;
	height:18px;
	line-height:18px;
	
	border:0px;
	display:inline;
	
	vertical-align: middle; 
	*vertical-align: text-bottom;
}
.elms-inline{
	vertical-align:middle;
	height:18px;
	padding-left:20px;
}


