/* -- Christian Venus Association forms CSS v1.0 --*/
/* Last Modified: 	2/3/09	     				   */


* { margin: 0; padding: 0; }

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	margin: 6px;
}

body { background-color: #444444; }


html { height: 100%; min-height: 100%; height:auto; }

ul li {
margin-left: 30px;
}


.spacer{clear:both; height:5px;}

/* ----------- My Form ----------- */

.myform{
margin:0 auto;
width:700px;
padding:14px;
}


/* ----------- venuform ----------- */
#venuform
{
	border: none;
	background-color: #fff;
	padding: 50px;
	font-family:arial;
	font-size:11px; !important
}

/* ----------- venuform-fin ----------- */
#venuform-fin
{
	border: 1px dotted #aaaaaa;
	background-color: #fff;
	padding: 10px;
	font-family:arial;
	font-size:11px; !important
}


fieldset {background:#F7F6F6; padding:10px; border:1px solid #fff; border-color:#e5e5e5 #666661 #666661 #e5e5e5; margin-bottom:36px; width:680px;}

input, textarea, select {font:11px/12px Arial, Helvetica, sans-serif; padding:0;}

fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}

legend {font-size: 17px; line-height: 21px; background: url(/images/legend.gif) no-repeat;  background-position: top left; color:#aaaaaa; padding:0 80px 4px 10px; margin:-26px 0 0 -11px; font-weight:bold;  }
legend.med {background: url(/images/legend-med.gif) no-repeat;  background-position: top left;}
legend.lrg {background: url(/images/legend-lrg.gif) no-repeat;  background-position: top left;}

label {font-size:11px; font-weight:bold; color:#666; width: 100%;} 

label.opt {font-weight:normal;}

dl {clear:both; line-height:20px; margin:0px}

dt {float:left; text-align:right; width:200px; line-height:20px; margin:0 10px 5px 0; height: 20px;}

.confirm dt {margin: 0 10px 0 0;}

dd {float:left; width:450px; line-height:20px; margin:0px}

.admin td.fieldlabel {width: 30%;} !important
.admin td.field {width: 70%;} !important

.fieldlabel {width: 100%; font-size: 11px;} !important

.button{
clear:both;
margin-left:360px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}


