/* CSS Document */



    legend {
	padding-left: 45px;
}
    p#legend_text {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 45px;
}
    label {float:left; width:8em;}
    p input {width:70%;}
    fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
    input, textarea {border:1px solid rgb(125,125,125); background:rgb(245,245,245);}
    textarea {width:70%; overflow:auto;}
    input.send {
	width:6em;
	cursor:pointer;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #666666;
	margin-left: 10.5em;
	border: 1px solid rgb(175,175,175);
}
    input.send.error   {color:rgb(225,225,225); background:#D00;}
    input.send.confirm {color:rgb(225,225,225); background:#080;}
    .error {
	color:#D00;
	
}
p#legend_text.error {
	font-size: 11px;
}

    .confirm {color:#080;}
    .standard {color:#564B47;}
    .right {text-align:right; padding:2em 20% 0 0;}
    code {display:block; margin-top:1em; font-family:"Courier New", Courier, monospace; 
    font-size:110%; color:#C56109;}
	
fieldset strong {
	font-weight: bold;
	color: #000000;
}
