/* CSS Document */

form {
    margin: 0;
    padding: 0;
}
fieldset {
	border: 1px solid #CCCCCC;
    margin: .75em 0 0.35 0;
	padding: .35em;
	padding-left: .5em;	
	padding-bottom: .75em;	
}
legend {
    background: transparent;
	font-size: 95%;
	font-weight: bold;
    margin: 1em 0 .75em 0;
    padding: 0 .5em 0 .5em;
	text-transform: uppercase;
}
label {
    float: left;
    width: 115px;
    padding: 0 1em;
    text-align: left;
}
fieldset div {
    margin-bottom: .55em;
    padding: 0px;
    display: block;
}
fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
    width: 150px;
    border: #3b6170 1px solid; 
    padding: 1px;
    color: #666666;
}
fieldset div select.fm-DropDown {
    color: #666666;
    border: #3b6170 1px solid; 	
}
fieldset div select {
    padding: 1px;
}
div.fm-multi div {
    margin: 5px 0;
}
div.fm-multi input {
    width: 1em;
}
div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}
#fm-submit {
    clear: both;
    padding-top: 1em;
    text-align: center;
}
#fm-submit input {
    border: 1px solid #333;
    padding: 2px 1em;
    background: #555;
    color: #fff;
    font-size: 100%;
}
div.fm-note {
	font-size: 90%;
	font-style: italic;
}
input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
/* required fields - does not work in IE */
fieldset div.fm-req label,  .requiredText{
	color: #CF6717;
    font-weight: bold;
}

fieldset div.fm-req label:before {
    content: "* "; /* does not work in IE */
}
fieldset div.fm-req label.fm-DataHolder:before {
    content: ""; /* does not work in IE */
}
label.fm-DataHolder {
	border: 1px solid #D0Dade;
	width: 250px;
	font-weight: normal !important;
	color: #666666 !important;
	font-size: 100%;
	padding: .15em;
	overflow: hidden;
	margin-top: .15em;
	margin-bottom: .15em;	
}
/* ------------------------------------------ Form Layout ------------------------------------------ */

