@charset "UTF-8";
/* CSS Document */

#form_container {
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 25px;
	width: 440px;
	float: left;
}

.form_area {
	float: left;
	height: 591px;
	width: 440px;
	margin-top: 20px;
	background-color: #FFF;
	margin-left: 0px;
}


.form_header {
	float: left;
	height: auto;
	width: 410px;
	margin-top: 20px;
	margin-left: 20px;
}
.form_header_56 {
	float: left;
	height: 56px;
	width: 400px;
}
.form_fields {
	float: left;
	height: auto;
	width: 390px;
	margin-left: 20px;
	margin-top: 15px;
}
.form_fields_pad {
	float: left;
	height: auto;
	width: 410px;
	margin-left: 20px;
	margin-top: 30px;
}
.form_field {
	float: left;
	height: auto;
	width: 410px;
	margin-top: 5px;
	clear: left;
}

.left_field {
	float: left;
	height: 25px;
	width: 150px;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #84b393;
}

.left_field_short {
	float: left;
	height: 25px;
	width: 45px;
	vertical-align: middle;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #84b393;
}

.left_field_check {
	float: left;
	height: 25px;
	width: 30px;
	vertical-align: top;
}
.right_field_check {
	float: left;
	height: 25px;
	width: 340px;
	vertical-align: top;
	clear: right;
}

.left_field_check_b {
	float: left;
	height: 25px;
	width: 30px;
	vertical-align: top;
	margin-bottom: 15px;
}
.right_field_check_b {
	float: left;
	height: 25px;
	width: 340px;
	vertical-align: top;
	margin-bottom: 15px;
}

.right_field {
	float: left;
	height: 25px;
	width: 235px;
	margin-bottom: 4px;
}
.right_field_long {
	float: left;
	height: auto;
	width: 340px;
	margin-bottom: 4px;
}
.text_400 {
	height: auto;
	width: 400px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.400_fields {
	float: none;
	width: 400px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}
.text_387 {
	float: left;
	height: auto;
	width: 387px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.info {
	float: left;
	height: 25px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
}
.spacer_20 {
	float: left;
	height: 20px;
	width: 400px;
	
}
.spacer_15 {
	float: left;
	height: 15px;
	width: 100%;
}
.spacer_100 {
	float: left;
	height: 20px;
	width: 100%;
	margin-bottom: 8px;
}
.spacer_auto {
	height: auto;
	width: 100%;
}

input

{           background: #ffffff ;
            border: 2px solid #84b393;
            color: #807f84;
	font-family: "Trebuchet MS", sans-serif;
            height: 20px;
            width: 100%;
            font-size: 1em;
            vertical-align: middle;
            text-decoration: none;
       
}
input#title

{           background: #ffffff ;
            border: 2px solid #84b393;
            color: #807f84;
	font-family: "Trebuchet MS", sans-serif;
            height: 20px;
            width: 100px;
            font-size: 1em;
            vertical-align: middle;
            text-decoration: none;
       
}


input_required

{           background: #fcdede ;
            border: 2px solid #84b393;
            color: #807f84;
	font-family: "Trebuchet MS", sans-serif;
            height: 20px;
            width: 100%;
            font-size: 1em;
            vertical-align: middle;
            text-decoration: none;
       
}

input[type='checkbox'],input.checkbox { border:0; }

checkbox#Need some advice { border:0; }

textarea

{
	background: #ffffff;
	border: 2px solid #84b393;
	color: #807f84;
	font-family: "Trebuchet MS", sans-serif;
	height: 100px;
	width: 100%;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 8px;
}
textarea_required

{
	background: #fcdede;
	border: 2px solid #84b393;
	color: #807f84;
	font-family: "Trebuchet MS", sans-serif;
	height: 100px;
	width: 90%;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 8px;
}

.submit_button

{
	border: 2px solid #84b393;
	height: 35px;
	width: 124px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #FFF;
	background-color: #ff9d00;
}
.submit_button_long

{
	border: 2px solid #84b393;
	height: 35px;
	width: 540px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #FFF;
	background-color: #ff9d00;
}
#stories_container {
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 30px;
	width: 540px;
	height: auto;
	margin-bottom: 30px;
}

.stories_header {
	float: left;
	height: 40px;
	width: 535px;
}
.green_line {
	background-color: #90b393;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.story_name_holder {
	float: left;
	height: 20px;
	width: 100%;
	margin-top: 10px;
}
.story_holder {
	float: left;
	height: auto;
	width: 540px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90b393;
	margin-top: 15px;
}
#story_area {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}

.page_numbers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #90b393;
	text-align: right;
	word-spacing: 200%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.white_box {
	clear: none;
	float: left;
	height: 611px;
	width: 438px;
}
.right_field_space {
	float: left;
	height: 25px;
	width: 235px;
	margin-bottom: 4px;
	margin-top: 15px;
}

