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


input {
	color: #333;
	}
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 10px -35px 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #AAA;
	}
fieldset .form_error {
	margin: 0 0 10px 130px;
	color: #C00;
	display: block;
	}
#fullscreen_col fieldset .form_error {
	margin: 0 0 10px 230px;
	color: #C00;
	display: block;
	}
fieldset {
	border: none;
	border-top: 1px dotted #CCC;
	padding: 10px 10px 0;
	margin: 30px 0;
	}
legend {
	font-size: 14px;
	color: #333;
	background: #FFF;
	}
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;
	}
#fullscreen_col label {
	width: 220px;
	}
#fullscreen_col fieldset .no_label {
	margin: 0 0 0 230px;
	}
fieldset .no_label {
	margin: 0 0 0 128px;
	}
fieldset div {
	padding: 5px 0;
	overflow: auto;
	}
.textfield, .selectfield {
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
    color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 60%;
	}
.long_textfield {
        float: left;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #CCC;
        background-color: #FFF;
    color: #333;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        padding: 5px;
        width: 80%;
        }
.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: 5px;
	width: 232px;
	}
.med_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: 5px;
        width: 400px;
        }
.long_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: 5px;
        width: 600px;
}
.short_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: 5px;
        width: 100px;
}
#container .watermark {
	color: #CCC;
	}
.select option {
	background: #FFF;
	border: none;
	}
.checkbox_div {
	margin: 0;
	}
.checkbox {
	float: left;
	margin: 5px 5px 0 128px;
	}
.radio_btn {
	float: left;
	margin: 5px 5px 0 128px;
	}
#fullscreen_col .checkbox {
	margin: 5px 5px 0 205px;
	}
#fullscreen_col .radio_btn {
	margin: 5px 5px 0 205px;
	}
#content p.checkbox_p {
	padding: 4px 0;
	margin: 0 0 0 150px;
	text-transform: uppercase;
	font-size: 10px;
	}
#content #fullscreen_col p.checkbox_p {
	margin: 0 0 0 230px;
	}
.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, #content .textfield:focus {
	border-color: #AAA;
	background: #b2e4f1;
	}
#content fieldset p {
	color: #666;
	font-size: 13px;
	}
#content fieldset p.info {
	clear: left;
	padding: 2px 0;
	margin: 0 0 0 126px;
	}
#content #fullscreen_col fieldset p.info {
	margin: 0 0 0 230px;
	}
fieldset a.button1 {
	margin: 0 10px 0 0;
	}
fieldset a.button2 {
	margin: 0 10px 0 0;
	}
fieldset .login_signup {
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	}
	
	
/***************************
JQUERY UI DIALOGUE BOX
***************************/


#dialog-form label {
	text-align: right;
	float: left;
	display: block;
	width: 100px;
	}
#dialog-form input {
	float: left;
	font-size: 13px;
	color: #333;
	padding: 5px;
	}
#dialog-form fieldset {
	margin: 10px 0;
	padding: 10px 0;
	}


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

#content .note {
	display: block;
	overflow: hidden;
	background: #EEE;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDD;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#content .note p {
	padding: 10px 0 10px 14px;
	margin: 0px 15px 0px 15px;
	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;
	margin: 0 0 7px;
	background: #063;
	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 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDD;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#content .error_message p {
	padding: 10px 0 10px 14px;
	margin: 0px 15px 0px 15px;
	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;
	margin: 0 0 7px;
	background: #900;
	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/bg_conf_note_body.png) no-repeat bottom left;
	width: 690px;
	overflow: auto;
	margin: 0 0 30px;
	}
#content .conf_note h4 {
	height: 46px;
	line-height: 46px;
	color: #444;
	font-size: 14px;
	background: url(../images/backgrounds/bg_conf_note_head.png) no-repeat top left;
	padding: 0 15px;
	width: 660px;
	overflow: hidden;
	text-decoration: none;
	border: 0px;
	}
#content .conf_note h4 em {
	font-weight: bold;
	}
#content .conf_note p {
	padding: 0 15px;
	color: #666;
	}
#content .conf_note p strong {
	font-weight: bold;
	color: #333;
	}

input.readonly {
  background: none repeat scroll 0 0 #ffffff !important;
  color: #999999;
}
