/*****************************************************************************************************/
/* created June 2008 by Viv - Ravensbridge.co.uk                                                     */ 
/*																									 */
/*****************************************************************************************************/
/* general html tags 																				 */
/*****************************************************************************************************/

body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	/*background-image: url(dot1.jpg);*/
	/*font-family: Arial, Helvetica, sans-serif;*/  /* choose font family */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* choose font family */
	overflow: hidden;
	scrollbar-3dlight-color:#5c4205; 
	scrollbar-arrow-color:#111111; 
	scrollbar-base-color:#5c4205; 
	scrollbar-darkshadow-color:#5c4205; 
	scrollbar-face-color:#5c4205; 
	scrollbar-highlight-color:#111111; 
	scrollbar-shadow-color:#5c4205;
	}


h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #ff9900;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}

h2{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}



h3{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height: 1.4;
}

/*a {
	padding: 0px 0px 0px 0px;
	color: #0000ff;
	text-decoration: none;
	
	
}

a:hover {
	padding: 0px 0px 0px 0px;
	color: #ff0000;
	text-decoration: none;
	
}
*/
/*****************************************************************************************************/
/* layout divs																					 */
/*****************************************************************************************************/

#container {
	/*centers the box in the browser window*/
	position: absolute;
	/*background-color: #ffffff;*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	/*background: transparent url(container_bg.jpg) no-repeat center center;*/
	margin-top: -281px; /*  minus half 'width' below   */
	margin-left: -430px;  /*  minus half 'height' below   */
	top: 50%;  /*  centre of browser   */
	left: 50%;
	
	width: 860px; /*  width of div   */
	height:562px;  /*  height of div   */
}

#container1 {
	/*centers the box in the browser window*/
	position: absolute;
	/*background: transparent url(xyz.jpg) no-repeat; */
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	/*width: 50%;*/
	/*height: 50%;*/
}






#content {
	/* allows background image in specified space */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 794px;
	height: 586px;
	background: transparent url(../xyz.jpg) no-repeat center center; 
	text-align: left;
}

#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 100%;
	height: 100px;
	background: transparent url("")  no-repeat top left; 
}
#content>#header {height: 180px;}


#middle
					{
	position: absolute;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin-top: -300px;
	margin-left: -200px;
	top: 50%;
	left: 50%;
	width: 600px;
	height:580px;
	z-index: 1;					
					}
		
					#left
					{
						float:left;
					}
		
					#right
					{
						float:right;
						padding-top:5px;
						padding-right:20px;
					}


#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer_L {
	float: left;
	color: #fff;
	text-align: left;
	font-size: 80%;		
	border: 0px;
}

/***********************************************************************************************************/
/* specific tags for each div                                                                              */
/***********************************************************************************************************/


#footer a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #9e899f;    
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00f;    
	text-decoration: none;
	font-weight: bold;
}

/* turns the selected link the opposite colour to the rest in the nav bar */
#footer a.neg{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00FF00;    /*white*/
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover.neg {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #fff;    /*white*/
	text-decoration: none;
	font-weight: bold;
}

/* small text for association details */
#xlink {
	border: 0px;
	text-align: center;
	font-size: 60%;
	color: #FFFFFF;	
	border: 0px;
	}

#xlink a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color : #800D0A;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}

#xlink a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color : #FFCC33;
	text-decoration : none;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

/* unordered list */

#content ul {
	display: block;
	list-style: none; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

#content li {
	background-color: transparent;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 70%;
	line-height: 1.5;
	}

#content li a {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color : #fff;
	text-decoration : none;
	}

#content li a:hover {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color : #00FF00;
	text-decoration : none;
	}

/*******************************************************************************************************************/
/* general classes */

.text { 
  color: #FFFFCC;
  background-color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}




.intro{
	/* slightly enlarged text for emphasis within list*/
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FF9900;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
.intro a{
	/* slightly enlarged text for emphasis within list*/
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FF9900;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
.intro a:hover{
	/* slightly enlarged text for emphasis within list*/
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	color: #ffff99;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}

.bodytext{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #ff9900;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext a{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 85%;
	color: #d81414;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.bodytext a:hover{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 85%;
	color: #d81414;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.subjecttext{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #ff9900;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subjecttext a{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #ff9900;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.subjecttext a:hover{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #ffff99;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: ffffff;
}

.disable {
  background-color: #CF110C;
  color: #ff9900;
  font-weight: bold;
  padding: 5px;
}



.bodymore{
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #d81414;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodymore a{
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #d81414;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}




.bodymore a:hover{
	/* normal text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CAB78F;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


.bodybold1{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff99;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}


.bodybold{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff99;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
.bodybold a{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff9900;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.bodybold a:hover{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff99;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


.bodybold_C{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff99;
	text-align: center;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
.bodybold_C a{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff9900;
	text-align: center;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.bodybold_C a:hover{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff99;
	text-align: center;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}





.menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -1px;
	color: #ff9900;
	text-align: right;
	line-height: normal;
	}
	
	
	
.menu a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -1px;
	color: #999999;
	text-align: right;
	line-height: normal;
	}
	
	

.menu a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -1px;
	color: #ff9900;
	text-align: right;
	line-height: normal;
	}


.nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	/*letter-spacing: -1px;*/
	color: #ffff99;
	text-align: right;
	line-height: normal;
	}
	
	
	
.nav a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	/*letter-spacing: -1px;*/
	color: #ffff99;
	text-align: right;
	line-height: normal;
	}
	
	

.nav a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	/*letter-spacing: -1px;*/
	color: #ff9900;
	text-align: right;
	line-height: normal;
	}




.listL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff99;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	.listC {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff99;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	}
	
	
	
.listR {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffff99;
	text-align: right;
	line-height: normal;
	text-decoration: none;
	}

.ravensbridge {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbbaa;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	
	
.ravensbridge a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbbaa;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	

.ravensbridge a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
.utility {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #717171;
	text-align: left;
	line-height: normal;
	}
	
	
	
.textbox {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	border: 1px solid #ccc;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	text-align: center;
	}
	
	
.textboxy {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	border: 1px solid #ccc;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #fff;
	text-align: center;
	}	
	
	
	
	
.textbox h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	}

.textbox h2 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 0px;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	}
		
.textbox h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	}

.textbox p {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	}
	
.textbox a {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	color: #fff;  
	text-decoration: none;
	font-weight: normal;
}

.textbox a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #9e899f;   
	text-decoration: none;
	font-weight: normal;
}
	
.txtneg a {
	padding: 0px 0px 0px 0px;
	color: #6C486E;  
	text-decoration: none;
	font-weight: normal;
}

.txtneg a:hover {
	padding: 0px 0px 0px 0px;
	color: #fff;   
	text-decoration: none;
	font-weight: normal;
}
	
/*************************************************************************************************/
/* table format: art page																	 	 */
/*************************************************************************************************/

#artlist {
	margin: 20px 0px 0px 5px;
	}

#artlist table {
	/*border: 1px solid #fff;*/
	width: 98%;
}

#artlist table tr {
	background: #000;
	}

#artlist table td.left {
	padding: 5px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.left {
	font-size: small;  /*be nice to Opera */
	}
	
	
#artlist table td.right {
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: right;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.right {
	font-size: small;  /*be nice to Opera */
	}

#artlist table td.menu {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: xx-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;/* Actual value for conformant browsers */
	}
html>#artlist table td.menu {
	font-size: x-small;  /*be nice to Opera */
	}

#artlist table td.content {
	/*border-bottom: 1px solid #fff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.content {
	font-size: small;  /*be nice to Opera */
}

input
{
color: #FFFFCC;
background: #111100;
border: 1px solid #555500;
}
textarea
{
color: #FFFFCC;
background: #111100;
border: 1px solid #555500;
}
button
{
color: #FFFFCC;
background: #111100;
border: 1px solid #555500;
}

table.datasheet {

	width:100%;
	
}
.datasheet th {
	padding:6px;
	background-color:#212725;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:1px solid #111715;
	color:#717171;
	font-size:small;
	font-weight:bold;
	text-align:left;
}

.datasheet tr {
	vertical-align:top;
	color:#666666;
	font-size:10px;
}

.datasheet td {
	padding:1px;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:0px solid #111715;
	
	color:#666666;
	font-size:10px;
	text-align:left;
}


.datasheet input {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet select {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet textarea {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}


.datasheet buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}

form#login { 
 background-color: #ff2C7C; 
 color: #0000ff; 
 border: 1px solid #921799; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: right; 
}

#login .text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 6px; 

}

#login .buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #ff3333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}




table.emailform {

	width:100%;
	
}
.emailform th {
	padding:6px;
	background-color:#212725;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:1px solid #111715;
	color:#717171;
	font-size:small;
	font-weight:bold;
	text-align:left;
}

.emailform tr {
	vertical-align:top;
	color:#666666;
	font-size:10px;
}

.emailform td {
	padding:1px;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:0px solid #111715;
	background-color:#ffffff;
	color:#666666;
	font-size:10px;
	text-align:left;
}


.emailform input {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.emailform select {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.emailform textarea {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}


.emailform buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}
