﻿/* CSS Document */
TR.ReadStoriesItem h3{ color:#3578af; }
TR.ReadStoriesItem p{ margin-bottom:15px; }
/* .body_wrapper p{margin:0.6em 0} */
.body_wrapper p.form{margin-top:15px; margin-bottom:0px;}
.body_wrapper fieldset{*position:relative;margin:2em 25px 2em 0;padding:1em 1em 0 1em;border: 1px solid #ccc;background:#F9F9F9;}
.body_wrapper legend{*position:absolute;	*top: -.65em; 	*left: .5em;	font-weight:bold;	color:#666;	padding:0 0.5em;}

.body_wrapper label.GWFform, .body_wrapper .label{
	display:block;
}

.body_wrapper .checkbox label, .body_wrapper .checkbox .label{
	display:inline;
}

.body_wrapper .formHeader{margin-top:-4px;*padding-top:5px;}
.body_wrapper .formFooter{padding:0;margin:12px 0}

.body_wrapper input.GWFform{width:300px;border:1px solid #ccc;}

.body_wrapper textarea.GWFform{width:300px;height:150px;border:1px solid #ccc;}

.body_wrapper select.GWFform{width:300px;border:1px solid #ccc;}

.body_wrapper select.GWFform_std{border:1px solid #ccc;}

.body_wrapper input.GWFform:focus,.body_wrapper textarea.GWFform:focus,.body_wrapper select.GWFform:focus{background:#FFFFD2}

.body_wrapper input.radio,.body_wrapper input.checkbox{width:auto;border:none;}

.body_wrapper .radio input,.body_wrapper .checkbox input{width:auto;border:none;}

.body_wrapper .button{margin:0 1em 0 0;width:100px;background:#d7d7d7;color:#333;border-color:#999;}

.body_wrapper .radio{float:left;display:inline;margin-right:1em;}

.body_wrapper .checkbox{float:left;display:inline;margin-right:1em;}

.body_wrapper .required{font-size:0.75em;color:#760000;}

.body_wrapper .errorMessage{color:red;}

.body_wrapper ul.errorMessage{}

/* used on shorter fields like dates */
.body_wrapper .short{width:5em;margin-right:0.5em;}

/* used to float a specific field left */
.body_wrapper .inline{float:left;display:inline;margin-right:1em;}

/* used to float a specific field left */
.body_wrapper .inlineRight{float:right;display:inline;margin-left:1em;}

/* used on labels that shouldn't be visible */
.body_wrapper .hidden{text-indent:-1000em;width:0;height:0}

/* table used when displaying submission results on thank you page */
#thankyou{width:500px;border:1px solid ##c2c2c2;margin:2em 25px 2em 18px;}
#thankyou td{width:50%;background:##e2e2e2;font:11px/1.5 Arial,Helvetica,sans-serif;padding:2px 0;}
