* {margin: 0px; padding: 0px;}

body {margin:0px; padding:0px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
h1,h2,h3,h4,p,form,ul {margin:0px; padding:0px;}
table {border-collapse: collapse; border-spacing: 0;}
ul {list-style-type: none; list-style-image: none; list-style-position: outside;}
img {border: none;}

a:link, a:visited {color:#0056c0; text-decoration:underline;}
a:hover {color:#de2d2d; text-decoration:underline;}

.form_ecp {padding: 10px;}
.form_ecp input {font-size: 11px;}
.form_ecp select {font-size: 11px;}
.form_ecp option {font-size: 11px; padding: 2px;}
.form_ecp table{/*width: 500px;*/}
.form_ecp td {border: 0px solid #eee; padding: 5px; vertical-align: top;}
.form_ecp td.form_left {text-align: right; width: 250px;}
.form_ecp td.form_right {text-align: right; padding-left: 15px;}
.form_ecp span.required{color: #f10101; margin: 0;}

.form_ecp_2 {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0 10px;
  padding: 10px 0 20px 0;
  width: 710px; 
}


.form_ecp_2 h2 {margin: 15px 0 5px 0; text-align: left; font-weight: bold; color: #333; font-size:11px;}
.form_ecp_2 h3 {width: 198px; margin: 15px 0 5px 0; text-align: right; font-weight: bold; color: #333; font-size:11px;}
.form_ecp_2 p {padding: 0 0 10px 0; color: green;}
.form_ecp_2 p.warning {padding: 0 0 10px 0; color: #f10101;}
.form_ecp_2 span {position: relative; *top: -2px; font-size:10px;}
@-moz-document url-prefix(){body .form_ecp_2 span{top: -3px;}}
.form_ecp_2 span label{width: auto; float: none; text-align: left; display: inline;}

.form_ecp_2 fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px 0 10px 0; background: #fff url(images/bg_fieldset.png) repeat-x scroll left bottom;
}

.form_ecp_2 label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 7px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


.form_ecp_2 label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 7px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.form_ecp_2 td label { 
	width: 50px; margin: 1px 0 0 10px;
}

.form_ecp_2 td label.checkbox { 
	width: 90px; margin: 7px 0 0 10px; *margin: 3px 0 0 10px;
}

.form_ecp_2 td small {
	margin: 0 0 5px 7px;
	_margin: 0 0 5px 10px;
}

.form_ecp_2 fieldset legend {
	font-size:12px;	/* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold; color: #0056c0; *margin: 0 0 10px 0; padding: 0 5px; background: #fff;
}

.form_ecp_2 input, select, textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-size: 13px;
}

.form_ecp_2 input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.form_ecp_2 textarea { overflow: auto; }

.form_ecp_2 small {
	display: block;
	margin: 0 0 5px 207px; /* instructions/comments left margin set to align w/ right column inputs */
	_margin: 0 0 5px 210px;
	padding: 1px 3px;
	font-size: 88%;
}

.form_ecp_2 .required{font-weight:bold;} /* uses class instead of div, more efficient */

.form_ecp_2 br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}






/* ---------------------------------------- */




.form_ecp_view {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0 10px;
  padding: 10px 0 20px 0;
  width: 710px; 
}


.form_ecp_view h3 {width: 198px; margin: 15px 0 5px 0; text-align: right; font-weight: bold; color: #333; font-size:11px;}
.form_ecp_view p {padding: 0 0 10px 0; color: green;}
.form_ecp_view p.warning {padding: 0 0 10px 0; color: #f10101;}
.form_ecp_view span {position: relative; *top: -2px; font-size:10px;}
@-moz-document url-prefix(){body .form_ecp_view span{top: -3px;}}
.form_ecp_view span label{width: auto; float: none; text-align: left; display: inline;}

.form_ecp_view fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px 0 10px 0; background: #fff url(images/bg_fieldset.png) repeat-x scroll left bottom;
}


.form_ecp_view label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.form_ecp_view td label { 
	width: 50px; margin: 1px 0 0 10px;
}

.form_ecp_view td label.checkbox { 
	width: 90px; margin: 7px 0 0 10px; *margin: 3px 0 0 10px;
}

.form_ecp_view td small {
	margin: 0 0 5px 7px;
	_margin: 0 0 5px 10px;
}

.form_ecp_view fieldset legend {
	font-size:12px;	/* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold; color: #0056c0; *margin: 0 0 10px 0; padding: 0 5px; background: #fff;
}

.form_ecp_view input, select, textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-size: 13px;
}

.form_ecp_view input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.form_ecp_view textarea { overflow: auto; }

.form_ecp_view small {
	display: block;
	margin: 0 0 5px 207px; /* instructions/comments left margin set to align w/ right column inputs */
	_margin: 0 0 5px 210px;
	padding: 1px 3px;
	font-size: 88%;
}

.form_ecp_view .required{font-weight:bold;} /* uses class instead of div, more efficient */

.form_ecp_view br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

