﻿.ctr {
	text-align: center;
}
.smltxt {
	font-size: small;
}
.hidden {
	visibility:hidden;
}

.version-num {
	color: #A9B8CF;
	font-style: normal;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}


.control_txt {
	background: #E3E6EF;
}

.control_asterisk {
	font-weight: bold;
	font-size: x-large;
	color: #BB320B;
}
.control_error {
	background-color: #FFCCCC;
	color: #BB320B;
	font-weight: bold;
}

.control_validation_error {
	color: #CC0000;
	font-weight: bold;
	font-size: 10pt;
	}
	
.control_button {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: normal;
	font-size: large;
}

.control_total {
	font-weight: bold;
	background-color: #FFFF99;
}

.control_total_zero {
	font-weight: bold;
	background-color: #FFFFFF;
}

/*=============
form styles 
==============*/
form fieldset {
	padding: 1em;
/*	font: 80%/1 sans-serif; */
	border: 2px solid #000000;
	width: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #dddddd;
	-moz-box-shadow: 3px 3px 6px #dddddd;
	-webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
	width: 25%;
	margin-right: 0.5em;
	padding-top: 0.2em;
/*	text-align: right;
/*	font-weight: bold;*/
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	text-align: left;
/*	font-size: 80%;
/*	font-variant: small-caps; */
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #CDBB99;
	background-color: #CC0000;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
}
input:focus {
	border: 2px solid #993300;
}

.indent {
	padding-left: 20px;
}
.indent2 {
	padding-left: 40px;
}
.indent3 {
	left: 200px;
	white-space: normal;
}
.indent-after {
    float: left;    
    width: 5em;    
}
