/* General form styles
----------------------------------------*/

fieldset {
    border: none;
    padding: 0 0 5px;
	margin:0;
	font-size:81.3%;
    }
fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
	font-size:100%;
	line-height: 130%;
    }
fieldset ul li {
	float:left;
	padding:3px 0 0;
    }
fieldset input, 
fieldset select,
fieldset textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: 2px solid #EEE;
	padding: 2px;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #EEE;
	font-size: 100%;
	}
fieldset textarea {
    overflow: auto;
    }
fieldset input:focus,
fieldset select:focus,
fieldset textarea:focus {
	border-color: #0089ac;
	}
fieldset input.submit {
	cursor:pointer;
	}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
	}
fieldset select option {
    padding: 0 1em 0 2px;
    }
fieldset label {
    margin-right: 5px;
	font-weight: normal;
    display: block;
    margin-top: 5px;
	line-height: 130%;
    }
fieldset span.note {
    font-weight: normal;
    color: #AAA;
    margin: 0 1em 0 0;
	font-size: 92%;
    }
.required {
    color: #000 !important;
    }
.ding {
    color: #ff0000 !important;
	font-weight:bold;
    }
fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
    }
.tiny { width: 10% }
input.small,
label.small { width: 20%; }
.third { width: 30%; }
.half { width: 45%; }
.two_thirds { width: 66%; }
.full { width: 98%; }

li.full { width: 100%; clear: both;}

label.tiny,
label.small,
label.third,
label.half,
label.two_thirds,
label.full {
    float: left;
    }

fieldset p {
    margin-bottom: 0.5em !important;
    }

#ensure_ham_field {
	display: none;
	}


/* Post comment form */
#post_comment input.post_reply {
	font-weight: bold;
	float: right;
	margin-right: 0;
	}


/* Submit button fieldset
---------------------------------------- */
fieldset.buttons {
	border: 0px none #CCCCCC;
	background-color: transparent;
	margin: 0;
	padding: 10px 0 15px 0;
	}
fieldset.buttons input {
	cursor: pointer;
	width: auto;
	padding: 2px 10px;
	margin-right: 15px;
	background:#ccc;
	font-size:112%;
	}
fieldset.buttons input:hover {
	border-color: #ccc;
	}


/* Buttons */
fieldset.buttons input.button1 {
	font-weight: bold;
	}
fieldset.buttons input.button2 {
	font-weight: normal;
	}


/* Fieldset tabs
--------------------------------------*/
#fstabs {
    height: 25px;
    clear: right;
    border-bottom: 2px solid #DEDEDE;
	margin-top: 5px;
	}
#fstabs a {
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	padding: 4px 10px 0 10px;
	margin-right: 1px;
    height: 21px;
	font-weight: bold;
	float: left;
	width: auto;
	font-size: 11px;
	}
#fstabs a:hover {
	text-decoration: none;
	background-color: #DEDEDE;
	}
#fstabs a.active {
	background-color: #DEDEDE;
	color: #484848;
	}



/* Searh form */
#site_search {
	padding: 0;
    margin: 30px 0 0 0;
	text-align: right;
	}
#site_search label {
	display: inline;
	font-weight: normal;
    margin: 0;
    cursor: pointer;
	}
#search_field {
	width: 140px;
    margin: 0;
	}
#search_field:focus {
	border-color: #CCC;
	}
#search_button {
	cursor: pointer;
	margin: 0;
	padding:2px;
	}







/* Error/notice fields
-------------------------------- */
#notice {
	background-color: #bae68f;
	padding: 7px 14px;
	margin: 10px 0;
	}
#notice p {
	font-weight: bold;
	margin: 5px 0;
	font-size: 100%;
	}
.error {
	font-weight: bold;
	color: #DF226A;
	}
em.field_error input,
em.field_error textarea,
em.field_error select {
	background-color: #F3E9E9;
	border-color: #B72222;
	font-style: normal;
	}


/* Default rails error styles */
.fieldWithErrors {
	display: inline;
	}
.fieldWithErrors input,
.fieldWithErrors textarea {
	border: 1px solid #DF226A;
	background-image: url("/images/alert.gif");
	background-repeat: no-repeat;
	background-position: 100% 3px;
	}
#errorExplanation,
#error {
	padding: 9px;
	margin: 9px 0;
	background-color: #B72222;
	color: #FFFFFF;
	}
#errorExplanation h2 {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	display: none;
	}
#errorExplanation p	,
#error p {
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
    color: #FFCD38;
	}
#errorExplanation ul {
	margin: 0;
	}
#errorExplanation ul li {
	font-size: 100%;
	list-style: square;
	margin-left: 1em;
	}
	

