<!--



/* height: 20px */
.row { float: left; width: 650px; min-height: 1.429em; }
.lcol { float: left; width: 130px; line-height: 1.429em; margin: 3px 0px; }
.rcol { float: left; width: 520px; line-height: 1.429em; margin: 3px 0px; }
.ccol { float: left; width: 650px; line-height: 1.429em; margin: 3px 0px; }
.gcol { float: left; width: 630px; line-height: 1.429em; margin: 0em;
	padding: 9px; background: #FBFBFB; border: solid 1px #999999; }
hr { height: 1px; width: 650px; border: none; color: #999999; background: #999999;  }


/* Portray submit button as hyperlink */
.submit_link		{ overflow: visible; display: block; color: #0080FF; background: #FFFFFF; border: none; }
.submit_link:hover	{ cursor: pointer; text-decoration: underline; }


#error { width: 638px; height: auto !important;
    height: 30px; min-height: 30px;
    margin-bottom: 1em; padding: 5px;
    border: solid 1px #FF0000; color: #FF0000; }

#success { width: 638px; height: auto !important;
    height: 30px; min-height: 30px;
    margin-bottom: 1em; padding: 5px;
    border: solid 1px #66CC66; color: #009933; }

.icon_y { float: left;
    width: 21px; height: 21px;
    padding: 4px 10px 5px 0px;
    background-image: url('/images/icon_y.png');
    background-repeat: no-repeat; }

.icon_n { float: left;
    width: 21px; height: 21px;
    margin-left: 5px;
    background-image: url('/images/icon_n.png');
    background-repeat: no-repeat; }
	
	


-->