/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { 
    margin-bottom: 10px; 
	border-style: solid;
    border-color: #475634; /* DAG fieldset border */
    border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	

	}
	
form.cmxform legend {
	border-color: 475634; /* DAG border */
	padding: 0 2px;
	/* font-weight: bold; */
	_margin: 0 -7px; /* IE Win HACK */
	color: #7c7c7c; /* DAG text colur of legend */

	}
	
form.cmxform label {

    margin-right: 20px; /* DAG to padd label over */
    margin-left: 5px; /* pad label left */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
/* DAG had to add this to stop flower bullet being added to ul */	
#phpforms li {
    background-image: none ;

}
	
form.cmxform fieldset li {
    background-image: none ;
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 160px; } /* DAG Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */





/* CUSTOM settings here */
#phpforms {
	padding: 0px;
	margin: 0px;
	width:500px; /* DAG width of form */
}
/* have to separate select cos it can't take a background image */
#phpforms  select{
    background-color: #ffffff;
    border-style: solid;
	border-color: #43646f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
    width: 270px;
	margin-left: 0px;
	margin-right: 0px;
    font-family: Verdana, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#7c7c7c;  


}
#phpforms  select.date {
        width: 70px;
		float: left;

}
#phpforms input, textarea {
	padding: 3px; /* just adds a tad of space more up and down than left and right */
    background-color: #ffffff; /* DAG */
    background:url(/images/template/gradient.gif) top left  no-repeat; */
    border-style: solid;
	border-color: #43646f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	

    /* background-color: transparent; */
    /* we have to give fon-family def not font to make input firlds conform */
    /* font-family: Georgia, "Times New Roman", Times, serif; /* DAG Needed cos doesn't seem to inherit */
    font: 62.5% Verdana, sans-serif; /* DAG CR */

	font-size:1.0em;
	/* LINE HEIGHT HAS BIG IMPACT OF FONT SIZE IN FIREFOX AND OPERA */
	/* line-height: 1.8em; /* has big impact on H1's for opera nad moz */

    /* seem to have to redefine color or form fields default to black */
	color:#7c7c7c;  /* DAG */

    width: 270px;
	margin-left: 0px;
	margin-right: 0px;
}
#phpforms input.subbutton{
    width: 150px;
	margin-left: 260px; /* DAG adjust if label adjusted */
	margin-right: 10px;
}
#phpforms table.td{
    padding: 10px;
	text-align: top; 

}
#date_button { /* frig the date button into place else goes onto newline */
    height: 35px; /* DAG IE hack to align ccal image tp top of select */

}
#date_button img{ /* frig the date button into place else goes onto newline */
    padding-left: 10px;
	padding-top: 3px;

}
.float_left {
    float:left;
}
