/* SCK Specific Styles */

/* Errors */
.sck-error { color:#990000; }
.sck-error-box { border:1px solid #FF6666; padding:10px 10px 0 10px; font-size:0.85em; text-align:center; margin-bottom:13px; }
.sck-error-box p { padding:0 0 10px 0; }
.sck-error-box-mini { border:1px solid #FF6666; padding:10px; text-align:center; margin-bottom:13px; }
.sck-error-box-mini p { padding:0; margin:0; }
.sck-error-p { margin-left:34.5%; font-size:0.85em; background-color:#FFCCCC; padding:2px 3px 2px 3px; border-top:1px solid #FF6666; }

.sck-note-p { margin-left:34.5%; font-size:0.85em; background-color:#CCFFCC; padding:2px 3px 2px 3px; border-top:1px solid #66FF66; }

/* Used for mini form */
#sck-minicontact { font-size:0.85em; }
#sck-minicontact p { margin-bottom:5px; }
#sck-minicontact input { width:127px; /* 3px fix */ margin-bottom:5px; }
#sck-minicontact textarea { width:130px; height:70px; margin-bottom:5px; }
.sck-minicontact-header strong { font-size:1.17em; color:#244C26; }

/* Used for contact forms */
#sck-form, #sck_form { width:100%; clear:both; }
#sck-form p, #sck_form p { clear:both; padding-bottom:15px; }
#sck-form label, #sck_form label{ width:32.5%; float:left; margin-top:4px; text-align:right; font-weight:bold; }
#sck-form input.field, #sck_form input.field { width:64.5%; float:right; }
#sck-form textarea, #sck_form textarea { width:64.6%; float:right; }
#sck-form select, #sck_form select { width:65%; float:right; }
#sck-form input, #sck_form input { float:right; }

#sck-form span.other, #sck_form span.other { width:65%; float:right; }
#sck-form span.other input, #sck_form span.other input { float:none; }

#sck-form span.other-p, #sck_form span.other-p { width:65%; float:right; margin-bottom:5px; }
#sck-form span.other-p input, #sck_form span.other-p input  { float:none; }

/* Extra bits for the contact form */
#sck-form label.wide, #sck_form label.wide  { width:100%; text-align:left; } /* Used for full width labels */
#sck-form p.text-right input, #sck_form p.text-right input  { float:none; } /* ? */
#sck-form img,
#sck_form img,
p.sck-p { clear:both; margin-top:5px; margin-bottom:5px; width:65.5%; float:right; } /* Used for lines and other text */


/* Used for contact forms */
#sck-form-compact { width:100%; clear:both; }
#sck-form-compact p { clear:both; padding-bottom:12px; }
#sck-form-compact label { width:32.5%; float:left; margin-top:4px; text-align:right; font-weight:bold; }
#sck-form-compact input.field,
#sck-form-compact textarea,
#sck-form-compact select { width:65%; float:right; }
#sck-form-compact input { float:right; }

#sck-form-compact span.other { width:65%; float:right; }
#sck-form-compact span.other input { float:none; }

/* Extra bits for the contact form */
#sck-form-compact label.wide { width:100%; text-align:left; } /* Used for full width labels */
#sck-form-compact p.text-right input { float:none; } /* ? */


/* Login */
.sck-login-box { width:60%; min-width:350px; margin:0 auto; border:2px solid #DBDBDB; padding:10px 10px 0 10px; margin-bottom:13px; }
.sck-login-subbox { width:60%; min-width:350px; text-align:center; margin:0 auto; border:2px solid #DBDBDB; padding:10px; margin-bottom:13px; }
.sck-login-subbox p { padding:0; margin:0; }
