/* css for reader response form. Only needed when comment form loads. */
/* starting point is my own comment form at No Illusions as of 9/20/05 this is the right one to use */


#outerwrap_c fieldset {
 text-align: center;
 margin: 10px auto;
 }
.formtxt {
     font-size: .8em;
     padding:bottom: 2px;
     padding-top: 2px;
}

.ta_tag {
 clear: left;
 font-size: 1.1em;
 font-weight: 700;
 padding-top: 10px;
 margin-top: 0;
 text-align: left;
 }

/* close the 'thank you' window */
#close_this {
 margin: 15px auto;
 }
#close_this form {
 text-align: center;
 }
#close_this input {
 padding: 2px;
 font-weight: 800;
 background-color: rgb(223,223,203);
 color: rgb(40,70,110);
 }
.pgtext {
 font-size: 0.8em;
 font-weight:500;

 }
.bolder {
 font-size: 1.1em;
 font-weight:600;
 }
.comment_intro {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
 font-size: 1.1em;
 line-height: 1.3em;
 font-weight: 400;
 margin: 5px 0 0 0;
 padding-top: 0px; padding-bottom: 0px;
  border-top: 4px solid rgb(205,210,183);
  border-bottom: 4px solid rgb(205,210,183);
	background-color: transparent;
	color: rgb(10,30,50);
	}
.comment_intro h4 {
 margin-left: 20px;
 padding-top: 2px;
 }
.bottom_address {
 width: 300px;
 margin: 0 auto;
 font-size: 0.9em;
 color: rgb(60,75,75);
 }
.form_bin {
 position: relative;
 z-index:1;
 bottom:0; left:0;
 width: 600px;
 margin: 10px auto;
 }
.form_bin2 {
 position: relative;
 z-index:1;
 bottom:0; left:0;
 width: 600px;
 margin: 10px auto;
 padding: 20px;
 border: 1px solid #006600;
 background-color:#FFFFee;
 }
.textarea { FONT: 13px arial, verdana, sans-serif;
		background-image:  url("sober_housing_Southern_california_pics/shadeform.gif");
		text-align: left;
		width: 300px;
		border: #000000 1px solid}
.dropdown {
        width: 220px;
		}
.submitbutton_top { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 2px solid;
		margin-top: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#ffffff;
}
.submitbutton { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #003366 2px solid;
		margin-top: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#aaeFFF;
}
		
.submitbuttonon { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #ffaa00 2px solid;
		margin-top: 3px;		
		padding-top: 2px;
		padding-bottom: 2px;
		background-color: #FFCC33;
}