@charset "UTF-8";
/* CSS Document */
#main { position:absolute;
		top:160px;
		width:1000px;
		height: 605px;
		z-index: 10;
	    }		   




a:link { text-decoration: none;
	     color: #7E1526;
	     }

#location { position:absolute;
	        left: 74px;
	        top: 60px;
	        width: 400px;
	        height: 220px;
			background:;
	        border: #7E1526 solid 2px;
			border-radius: 5px;
								  -webkit-border-radius: 5px;
								  -moz-border-radius: 5px;
			text-align: left;
			padding: 10px 20px 10px 20px;
			
	        }

#location p { font-size: .8em; 
              line-height:1.2em; }

#add {
	position:absolute;
	left: 77px;
	top: 352px;
	width: 440px;
	height: 152px;
	border: #7E1526 solid 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background: #8D8576; /* for IE */
		background: rgba(141,133,118,.50); /* for browsers that support RBGA */
	   }

#add p { line-height: .2em; 
         text-align:center;
         font-size: .8em;
		 }

h4 { font-size: 1em;
     letter-spacing: .25em;
	 text-align: center;		 
     font-weight:normal;
     }


#form { width: 320px;
	    position: absolute;
	    top: 60px;
	    border: #7E1526 solid 2px;
	    border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	    padding: 10px;
	    margin-left:50px;
	    right: 72px;
	    background: #8D8576; /* for IE */
		background: rgba(141,133,118,.35); /* for browsers that support RBGA */
		}

#form h3 { font-weight: normal; 
           font-size: .8em;
		   text-align:center;
		   } 		

#comment-form fieldset { margin: 0 0 3px 0;
                         }

#comment-form fieldset label { display:block;
                               margin: 0 0 3px 0;
							   font-weight: normal;
							   font-size:.7em;
							   }
fieldset { border: none; 
           }	
							   
#comment-form fieldset input,
#comment-form fieldset textarea { width: 280px;
                                  padding: 5px;
								  font-size: .75em;
								  background: #DDD6CC url(../images/form-bg.png)repeat-x top left; 
								  border: none;
								  border-bottom: #EEE solid 1px;
								  border-right: #EEE solid 1px;
								  border-top: #999 solid 1px;
								  border-left:#999 solid 1px;
								  border-radius: 5px;
								  -webkit-border-radius: 5px;
								  -moz-border-radius: 5px;
								  }	
								  
#comments { height: 100px; 
            width: 280px; 
			}
            	
				
#submit { margin: 5px 130px;
          
          }				
											  		

