/********** buttons ****************************************************/

.btn {
	background-color:#bf513b;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-family:arial;
	margin-top:.5em;
	padding:2px 6px;
}
.btn-reset {
	background-color:#bf513b;
	border-bottom-color:#c3e4a3 #3f631c #3f631c #c3e4a3;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-family:arial;
	margin-top:.5em;
	padding:2px 6px;
}
.btn-cancel {
	background-color:#999;
	border-bottom-color:#c3e4a3 #3f631c #3f631c #c3e4a3;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-family:arial;
	margin-top:.5em;
	padding:2px 6px;
}
.btn-warn {
	background-color:#f99;
	border-bottom-color:#c3e4a3 #3f631c #3f631c #c3e4a3;
	border-style:solid;
	border-width:1px;
	color:#222;
	font-family:arial;
	margin-top:.5em;
	padding:2px 6px;
}
.btn[value=Login] {
        background-color:#bf513b;
}
* html .btn {padding:2px 0px}
.editBtn{padding-right:5px;}

/********** disc *******************************************************/

ul.disc {
	list-style:outside disc;
	margin-left:1.5em;
}
ul.disc-large {
	list-style:outside disc;
	margin-left:1.5em;
}
ul.disc-large li {
	font-size:1.2em;
}

/********** form *******************************************************/

.form-ct-item{
	border-bottom:1px solid #ddd;
	clear:both;
	float:left;
	padding:.5em 0;
	width:100%;
	word-break: break-word;
}
.form-ct-item input {  word-break: normal; }
.form-ct-item table.categories {width:350px;}
.form-ct-item table.categories td, .form-ct-item table.categories th {padding:0;}
.form-ct fieldset{
	background-color:#eef;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	clear:both;
	float:left;
	padding:0;
	width:100%;
}
.form-ct div.policy-notice      { text-align: center; padding: 26px; }
.form-ct fieldset.policy-button { text-align: center; padding-bottom: 6px; }

.form-ct fieldset .form-ct-item{
	border:0;
	padding:.5em 0;
}
.form-ct-item label{
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2em;
	padding-left:.5em;
	width:150px;
}
#bd-left .form-ct-item label{
	width:50px;
}
#bd-right .form-ct-item label{
	width:50px;
}
.form-ct-item div.text{
	margin-left:180px;
}
.form-ct-item div.text-full{
	margin-left:0px;
	margin-right:2em;
}
.form-ct-item div.text p{
	margin-top:1em;
	font-family:times new roman;
	font-size:15px;
}
.form-ct-item cite{
	color:#bbb;
	display:block;
	float:right;
	width:280px;
}
.focus{
	background-color:#dde;
}
.form-ct-item.focus cite,
.form-ct-item.focus .span-cite{
	color:#060;
}

/********** info-blk ***************************************************/

.info-blk{
	background-color:#eec;
	border:1px solid #aaa;
	margin:1em 0;
	clear:both;
	padding:1em;
}
.info-blk p {
	margin-bottom:1em;
}
.info-blk h3 {
	margin-bottom:1em;
}
.info-blk ul {
	list-style:outside disc;
	margin-left:1.5em;
	margin-bottom:1em;
}
.info-blk ol {
	margin-left:1.5em;
}
.error-blk{
	background-color:#F8F8BA;
	border:1px solid #f90;
	color:red;
	margin:1em 0;
	padding:1em;
}

/********** borders ****************************************************/

.no-border{
	border:0;
}

