/* #####   Style sheets for forms and review pages for MalcolmRose.co.uk ###### 
   #####   Developed an designed by IY e-Solutions for DigitalPlot       ######
   ####	   November 2006		 	   			   	   					 ######
*/
	body {
		 font-size:100%
		 background:#fff;
		 }
	
/* Dictates the color of the rows in the admin page */
	.top-row 
		 {
		 margin:0;
		 padding:5px;
		 background:#c2c2c2;
		  }
	.row-2
		 {background:#eee;
		 border-top:2px solid #fff;
		 margin:0;
		 text-align:left;
		 }
	.row-2 p{text-align:left;
		   }
		   

/* Font style etc in admin page */
td {
   font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 0.8em;
	color: #666666;
	}

/* Style for latest reviews on home page */	
#latest p {
		  font-family: Helvetica, Arial,  sans-serif;
		  font-size:0.8em;
		  line-height:1em;	  
	  }
#latest hr{color: #fff; background-color: #fff; border: 1px solid #778899; }


#content p {
		   font-size: 0.8em;
		 color: #666666;
		 line-height:1em;
		 text-align:center;
		 }
/* Style forms */
#contactform 
		 {float:left;/*required to envelope the fields*/
		 width:100%;
		 position:relative;
		 margin:1em auto;
		 padding:0;
		 text-align:center;
		 line-height:1em;
		 font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		 font-size: 0.8em;
		 color: #666666;
		 
		 }

.textbox {
		 width:15em;
		 height:15em;
		 margin:2px;
		 }
.textbox2 {
		 width:15em;
		 height:2em;
		 margin:2px;
		 }
		 
.selectbox{
		 width:15em;
		 margin:2px;
	
	
/	 }
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
#contactform p 
		{
		font-size:1.0em;
		text-align:center
		line-height:1em;
		}


