
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
        #stylized h3 {
                font-size:11px;
                text-align:center;
                font-weight:bold;
                margin-bottom:8px;
        }       
	#stylized h1 {
		font-size:14px;
		text-align:center;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:10px;
		/*border-bottom:solid 1px #b7ddf2;*/
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		font-size:13px;
		color:#333333;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:220px;
		margin:2px 0 20px 10px;
	}
        #stylized select{
                float:left;
                font-size:12px;
                padding:4px 2px;
                border:solid 1px #aacfe4;
                /*width:200px; */
                margin:2px 0 20px 10px;
        }
	#stylized textarea{

		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		margin:2px 0 20px 10px;
	}	
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(/images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

#comments_wrapper {
	width:470px;
}


#form_comments {  /* set width in #form_comments, not fieldset (still takes up more room w/ fieldset width */
font-size:11px;
  margin-top: 10px;
  padding: 0;
  min-width: 300px;
  max-width: 500px;
  width: 470px; 
  background-image:url(/images/main_left_top.gif);
  background-repeat:no-repeat;
  background-position:top;
  border: 1px solid #DDDDDD;
}

#form_comments fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#form_comments fieldset legend {
	padding-top:5px;
	padding-left:10px;
        font-weight:bold;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#form_comments label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as #form_comments input - textarea etc. elements */
	text-align: right;
	font-size:11px; 
}

#form_comments fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#form_comments input, #form_comments textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of #form_comments elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of #form_comments elements rather than right of
                              label aligns textarea better in IE */
  border: 1px solid #DDDDDD;					  
							  
}

#form_comments input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#form_comments textarea { overflow: auto; }

#form_comments small {
	display: block;
	margin: 0 0 5px 110px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 11px;
}

#form_comments .required{font-weight:bold;} /* uses class instead of div, more efficient */

#form_comments br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.main_comments {
        background-image:url(/images/comments_top.png);
        background-position:top;
        background-repeat:no-repeat;
        margin-top:1px;
}


.main_comments_header_count {
        padding:4px 5px 10px 7px;
        float:left;
        width:15px;
        font-size: 11px;
        font-weight:400;

}      

.main_comments_header_date {
        padding:5px 5px 10px 5px;
        float:left;
        width:120px;
        font-size: 11px;
}
.main_comments_header_name {
        padding:5px 15px 10px 5px;
        float:right;
        width:200px;
        font-weight:bold;
        font-size: 11px;
        text-align:right;      
}

.main_comments_text {
        clear:both;
        font-size: 11px;
}


