/*


form { margin:0; padding:0; }
form fieldset { padding: 0.6em; border:1px dotted #ccc; margin:0 0 1em 0; }
form fieldset legend { padding:0.1em 0.3em;	margin-bottom:1em; border:1px solid #ccc; font-weight:bold;	background:#ededed; }
form fieldset div { margin-bottom:0.6em; padding:0; display:block; }
form fieldset label { float:left; width:150px; padding:0 1em; text-align:right; }
form fieldset input, select { width:250px; padding:1px; font:1em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; border:2px solid #ccc; background:#fafafa; }
form fieldset textarea { padding:1px; font:1em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; border:2px solid #ccc; background:#fafafa; }
form fieldset input[type="checkbox"] { width:auto; }
html * form fieldset .checkbox input { width:auto; }

form fieldset select { width:255px; }
form fieldset a { padding-bottom:20px; }
form fieldset img { vertical-align:middle; text-decoration:none; }


.alert { color:#f00; }
.message { color:#46aa1d; }
.alert, .message { font-weight:bold; margin:5px 0; font-size:smaller; }
form fieldset .alert, form fieldset .message { clear:both; display:block; margin-top:0; margin-left:175px !important; margin-left:179px; }
form table .alert, form table .message {display:block; margin:0; }


form fieldset .options { clear:both; display:block; margin-left:175px !important; margin-left:179px; font-size:smaller; }


form .buttons { clear:both; margin:10px; padding:0.2em; text-align:center; }
form .buttons input {
	width:auto;
	padding:0.05em 0.1em;
	margin:0 0.4em;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border:2px solid #999; 
	background:#f5f5f5 url(/images/cabtab.png) repeat-x left bottom;
}
form .buttons input:focus { color:#000; border-color:#bde884; }


#basicDatePickerPopUp table tbody tr td { border:none; }
table.bdpWrapper { width:auto; border:1px solid #bde884; }
table.bdpPopUp { margin:0; }
table.bdpTitle { margin:0; background-color:#bde884; }
table.bdpTitle th { font-weight:bold; }


.editor table { width:auto; margin:0; }
.editor select { width:auto; }
.editor div { text-align:left; }
.editor iframe { width:250px !important; height:200px !important; border:2px solid #ccc; }
.editor iframe:focus { border-color:#bde884; }


#Tooltip{
    position: absolute;
    width: 200px;
    border: 1px solid black;
    padding: 3px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    font-size:11px;
}



*/

form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 0;
padding : 1em;
border : 1px solid #ccc;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

	#fm-submit input {
	border: 1px solid #333;
	padding: 2px 4px;
	background: #fff;
	color: #333;
	font-size: 100%;
	}

fieldset div {
margin : 0;
padding : 0;
}

fieldset div.small input{
	width: 100px;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	.selectbox {
	
	border : 1px solid #ccc;
	
	}
						
	fieldset div label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}














