﻿/*********************/
/*  JARAPAS  */
/*********************/

#contents { width: 720px;
            padding-top: 20px; }
              
#contents p { font-size: 10px; 
	          text-align: center;
	          margin: 10px 0 0 0; /* top right bottom left */
	          height: 5em; }
	          	          
.figure { 
    float:left;
	width:310px;
	margin:0 0 0 30px; } 	
	
.photo { 
    background-image:url('CSSbg/drop_shadow.gif');
    background-position:right bottom;
    background-repeat:no-repeat;
    padding:0 0 5px 0;
}

.photo img { border: 1px solid #666;
	         background-color: #FFF;
	         padding: 4px;
	         position: relative;
	         top: -5px;
	         left: -10px;
}

/*********************/
/*  BITS AND BOBS    */
/*********************/

.bgcolor {
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	background-color:#D7D5D5;
}
.color-red {
	color:#A52121;
	font-weight:bold;
} 
/* RENTAL FORM PAGE : BORDER */

#top_img {
	width:790px;
	float:left;
	margin:20px 0 0 5px;
	padding:0;
	display:inline;
}
#bottom_img {
	width:790px;
	float:left;
	margin:0 0 0 5px;
	padding:0;
	display:inline;
}

/* middle section */

#main_area {
    width:700px;
    float:left;
    margin:0 0 0 39px;
    padding:0 10px 20px 10px;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    font-family:Verdana, Gill, Helvetica, sans-serif;
    display:inline;
}
#main_area h1 {
    color:black;
    font-size:18px;
    padding:10px 0 10px 0;
    margin:0;
}
#main_area h2 {
    color:#A52322;
    font-size:12px;
    padding:10px 0 6px 0;
    margin:0;
}
#main_area h3 {
	font-size:9px;
	text-align:center;
} 
#main_area p { 
    padding:0; /* top right bottom left */
	text-align:justify;
	margin:0;
	line-height:15px;
	font-size:11px; 
}
#top_area {
	float:left;
	width:700px;
	margin:0 0 10px 2px;
}
#link_text {
	float:left;
    width: 620px;
	margin:20px 0 0 35px;
	padding:0;
	border-top: 1px dashed #A52322;
	border-left: 1px dashed #A52322;
    border-right: 1px dashed #A52322;
    display:inline;
}
#link_text h1 {
    color:#102142;
    font-size:14px;
    padding:10px 0 10px 10px;
    margin:0;
}
#link_text h2 {
    color:#A52322;
    font-size:12px;
    padding:10px 0 5px 10px;
    margin:0;
}
#link_text p { 
    padding:0 10px 10px 10px; /* top right bottom left */
	text-align:justify;
	margin:0;
	line-height:15px;
	font-size:11px; 
}
#leftform {
	float:left;
	width:340px;
	margin:15px 0 0 2px;
	height:360px;
	font-family:Verdana, Gill, Helvetica, sans-serif;
}
#leftform h1 {
    background: url('CSSbg/bg-rent-h1.gif') no-repeat right top; 
    color:#102142;
    font-size:14px;
    padding:10px 0 0 10px;
    margin:0;
}
#leftform h2 {
    color:#102142;
    font-size:11px;
    padding:0 0 10px 15px;
    margin:0 0 10px 0;
    background: url('CSSbg/bg-rent-h3.gif') no-repeat right bottom; 
}
.rent-label {  /*  rental form only  */
    float:left;
    width:110px;
	font-size:12px;
	text-align:left;
	padding:2px 2px 0 5px;
	margin-left:5px;
}
input#firstname,
input#lastname,
textarea#txtbox,
textarea#exchange,
input#email,
input#phonenumber,
select#contactUs,
select#found { 
    width:200px;
    float:left;
    margin:5px 0 0 5px;
	background-color:#FBEF99;
    font-family:Verdana, Gill, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 0 2px 0;
}    
.partner-label {  /*  partner form only  */
    float:left;
    width:170px;
	font-size:12px;
	text-align:left;
	padding:2px 2px 0 5px;
	margin-left:5px;
	color:#102142;
	font-weight:bold;
}
.contact-label {  /*  rental form only  */
    float:left;
    width:170px;
	font-size:12px;
	text-align:left;
	padding:2px 2px 0 5px;
	margin:0 0 70px 5px;
	color:white;
	font-weight:bold;
}    
#rightform { 
    font-family:verdana, arial, sans-serif;
    float:right;
    display:inline;
    margin:0 2px 0 0; /* top right bottom left */
	width:340px; 
	height:360px;
    padding-bottom:20px; 
}
#rightform ul {
	margin:0;
}
#rightform li.tick  { 
    background: url('CSSimage/tick.gif') no-repeat 0px 12px;
    padding:10px 5px 10px 30px; 
    list-style-type:none;
    margin:0;
} 

/*********************/
/* FORM SECTION */
/*********************/ 

#mainform { float:left;
            width:620px;
            display:inline;
            margin:0 0 20px 35px;
            padding-top:10px;
	        border:1px dashed #A52322;
	        background-image:url('CSSbg/bg_forms.gif');
	        background-repeat:repeat-x;
}   
	          
#mainform table {
	width:520px;
	margin:0;
} 	
#mainform h1 {
    color:#102142;
    font-size:14px;
    padding:10px 0 10px 10px;
    margin:0;
} 
#txt_area { float:left;
            width:620px;
            display:inline;
            margin:0 0 20px 35px;
}        
.label { float: left;
	     width: 250px;
	     font-size: 12px;
	     text-align: right;
	     border: 0px dashed #999999; }

input#subscribe { margin-top: 20px;
                  margin-left: 20px;
	              background-color: #A52322;
	              color: #FFFFFF;
	              font-size: 12px;
	              font-weight: bold;
	              font-family: "Century Gothic", "Gill Sans", Arial, sans-serif; }              

select#refer { font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
               background-color: #FBEF99;
               margin-left: 20px;
               font-size: 13px;
               width: 180px; }
               
select#free { font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
              background-color: #FDCDCD;
              margin-left: 20px;
              font-size: 13px;
              width: 180px; }              
               
select#addtype { font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
                 background-color: #FDCDCD;
                 margin-left: 20px;
                 font-size: 13px;
                 width: 180px; }               
	                	                	            
textarea#advert { width: 250px;
                  margin-left: 20px;
	              background-color: #FDCDCD;
	              font-family:"Lucida Console", Monaco, monospace;
	              font-size: 1.2em;
	              margin-top: -2px; }

input#name { background-color: #FBEF99;} 


/* partner lik page */
input#partner,
textarea#link,
textarea#url {
    width:200px;
    margin:5px 0 0 5px;
	background-color:#FDCDCD;
    font-family:Verdana, Gill, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 0 2px 0;
}
input#newcat {background-color: #FDCDCD;} 
          
input#telephone { width: 170px;
                  margin-left: 20px;
	              background-color: #FBEF99;
	              font-family:"Lucida Console", Monaco, monospace;
	              font-size: 1.2em;
	              margin-top: -2px; }	                

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus,
select#free:focus,
input#telephone:focus { background-color: #FDD041; }
