
/* 
CSS Document 
The PalmviewManor Logo Color - CC9933


background-repeat:no-repeat;
background-attachment:fixed; 


*/

body   {margin:10px; background-image: url(../images/back.gif); background-repeat:repeat-x; }




.border-one {
border-top: 0px #cccccc solid; 
border-bottom: 1px #000000 solid;
border-left: 1px #cccccc solid dotted;
border-right: 1px #cccccc solid dotted;
}
.border-two {
border-top: 1px #cccccc solid; border-style:dotted;
border-bottom: 1px #cccccc solid; border-style:dotted;
border-left: 1px #cccccc solid; border-style:dotted;
border-right: 1px #cccccc solid; border-style:dotted;
}
.border-image {
border-top: 1px #999999 solid; border-style:dotted;
border-bottom: 1px #999999 solid; border-style:dotted;
border-left: 1px #999999 solid; border-style:dotted;
border-right: 1px #999999 solid; border-style:dotted;
}




#content-area   h4, h5
{
font-family: trebuchet ms, arial anrrow;
font-weight: normal;
text-transform: uppercase;
word-spacing:3px;
letter-spacing:1px;
color: #CC9933;
text-align:left;
margin-left:10px; margin-right:10px;
margin-top:5px; margin-bottom:0px;
padding-left:20px; padding-right:20px;
padding-top:5px; padding-bottom:5px;
border-top: 0px #cccccc solid;
border-bottom: 1px #cccccc solid; border-style:dotted;
border-left: 0px #cccccc solid;
border-right: 0px #cccccc solid;
}


#content-area   p{
font-family: verdana, arial, trebuchet ms;
font-size: 8pt;
color:#CC9933;
text-align: left;
line-height:13px;
margin:0px;
padding-left:20px; padding-right:20px;
padding-top:20px; padding-bottom:10px;
}




.input          {
			font-family:verdana; 
			font-size: 10px; color: #000000; 
			border-bottom: gray 1px solid; 
			border-top: gray 1px solid; 
			border-left: gray 1px solid; 
			border-right: gray 1px solid; 
			background-color: white;
			width:230px;
			padding:5px;
			}
						
.submit-margin    { 
margin-bottom: 4px; 
margin-top: 6px; 
margin-left: 0px; 
margin-right: 4px;
width:70px; height:20px;
text-align:center;
color:white;
font-family: verdana, trebuchet, arial;
font-size:8pt;
background:#CC9933;
border-top: 1px #CC9933 solid; 
border-bottom: 1px #CC9933 solid;
border-left: 1px #CC9933 solid;
border-right: 1px #CC9933 solid;}





#footer    p{font-family: verdana, trebuchet ms, arial;
           font-size:9px; 
		   color:#999999;
           text-align:right;
		   margin:0px;
		   padding-left:0px; padding-right:24px;
		   padding-top:5px; padding-bottom:10px;}
#footer  a{color:#CC9933; text-decoration:none;  margin:0px;}	 
#footer	 a:hover{color:black;}


