/***************************
FORMS
***************************/


p.required_key span {
	color: #C00;
	}
#content span.required {
	margin: 0;
	padding: 0 0 0 5px;
	color: #C00;
	line-height: 14px;
	}
#content p.required_key {
	text-align: right;
	margin: 0 0 -35px 0;
	}
fieldset .form_error {
	margin: 0 0 10px 130px;
	color: #C00;
	display: block;
	}
fieldset {
	border: none;
	border-top: 1px dotted #CCC;
	padding: 5px 10px 0;
	margin: 30px 0;
	}
legend {
	font-size: 14px;
	color: #333;
	}
label {
	float: left;
	display: -moz-inline-block;
	display: inline-block;
	width: 120px;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	color: #666;
	padding: 7px 8px 0 0;
	}
label.long {
	padding: 0 8px 0 0;
	}
fieldset .no_label {
	margin: 0 0 0 128px;
	}
fieldset div {
	padding: 5px 0;
	clear: both;
	overflow: auto;
	}
.textfield {
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
    color: #444;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 60%;
	}
.select {
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
    color: #444;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	padding: 4px 5px;
	width: 232px;
	}
#container .watermark {
	color: #CCC;
	}
.select option {
	background: #FFF;
	border: none;
	}
.checkbox_div {
	margin: 0;
	}
.checkbox {
	float: left;
	margin: 5px 5px 0 128px;
	}
#content p.checkbox_p {
	padding: 4px 0;
	margin: 0 0 0 150px;
	text-transform: uppercase;
	font-size: 10px;
	}
.textarea {
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
    color: #444;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 60%;
	}
.textarea:focus, .textfield:focus, input[type="password"]:focus {
	border-color: #AAA;
	background: #EFF;
	}
#content fieldset p {
	color: #999;
	font-size: 12px;
	}
#content fieldset p.info {
	clear: left;
	padding: 2px;
	margin: 0 0 0 126px;
	}
fieldset a.button1 {
	margin: 0 10px 0 0;
	}


/***************************
LOGIN MODIFIERS
***************************/


.bfb_login label {
	width: 90px;
	padding: 7px 10px 0 0;
	}
.bfb_login .textfield {
	border: 1px solid #BBB;
	background: #FFF;
	width: 270px;
	}
.bfb_login input[type="text"]:focus {
	border-color: #AAA;
	background: #EFF;
	}
	

/***************************
NOTES AND ERRORS
***************************/
	
	
/*Note Styles*/

#content .note {
	display: block;
	overflow: hidden;
	background: #EEE;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #CF0;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#content .note p {
	padding: 10px 0 10px 14px;
	margin: 0px 10px 0px 10px;
	line-height: 14px;
	border-bottom: 1px dashed #CCC;
	color: #333;
	background: url(../images/icons/note_bullet.gif) no-repeat top left;
	}
#content .note p:last-child {
	border: none;
	}
.note strong {
	display: block;
	padding: 10px;
	background: url(../images/backgrounds/bg_note_title.gif);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
#content .note p a:link, #content .note p a:visited {
	color: #7BB82C;
	}
#content .note p a:hover, #content .note p a:active {
	color: #0C3;
	}

/*Error Styles*/	
	
#content .error_message {
	display: block;
	overflow: hidden;
	background: #EEE;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #F30;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#content .error_message p {
	padding: 10px 0 10px 14px;
	margin: 0px 10px 0px 10px;
	line-height: 14px;
	border-bottom: 1px dashed #CCC;
	color: #333;
	background: url(../images/icons/error_bullet.gif) no-repeat top left;
	}
#content .error_message p:last-child {
	border: none;
	}
.error_message strong {
	display: block;
	padding: 10px;
	background: url(../images/backgrounds/bg_error_title.gif);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
#content .error_message p a:link, #content .error_message p a:visited {
	color: #CC0000;
	}
#content .error_message p a:hover, #content .error_message p a:active {
	color: #FF0000;
	}

/*Confirmation Note*/

.conf_note {
	background: url(../images/backgrounds/conf_note_body.gif) no-repeat bottom left;
	width: 630px;
	overflow: auto;
	margin: 0 0 20px;
	}
#content .conf_note h4 {
	height: 46px;
	line-height: 46px;
	color: #444;
	font-size: 14px;
	background: url(../images/backgrounds/conf_note_head.gif) no-repeat top left;
	padding: 0 15px;
	width: 600px;
	overflow: hidden;
	}
#content .conf_note h4 em {
	font-weight: bold;
	}
#content .conf_note h5 {
	width: 215px;
	height: 53px;
	background: url(../images/backgrounds/conf_bfid.gif) no-repeat top left;
	float: right;
	margin: 0 15px 15px 15px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	padding: 10px 0 0;
	}
#content .conf_note p {
	padding: 0 15px;
	color: #666;
	}
#content .conf_note p strong {
	font-weight: bold;
	color: #333;
	}
	
	
	
