
	
	
	

#wrap-form {
	width:335px;   				/* 300 */
	margin:0px auto;
	/*background:#f3f7fb;*/
	background:#C6E0FA;
	/*background:#68a6d2;*/
	padding: 10px 0px 0px 0px;
	border:3px double  #d9e3e9;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size:12px;
	}	
	
.table-form {
	width:328px;
	margin:0 auto;
	background: transparent url(../imgs/form/bg_form.gif) no-repeat right top;
	}
	
.form-col1 
{
    font-weight:bold;
    width:164px;
}

.form-col2 
{
    font-weight:bold;
    width:82px;
}

.form-col3 
{
    font-weight:bold;
    width:328px;
}

.form-col4
{
    font-weight:bold;
    font-size:8pt;
    text-align:justify;
}

.form-submit1
{
    font-weight:bold;
    width:328px;
    text-align:center;
}

.table-form tr{
	
	}
	
	
.form-left {
	height: 33px;
	width:110px;
	text-align:right;
	padding: 0px;  
	}
	.form-left label {
		text-align:left	;
		padding: 0px 10px 0px 0px;     /* 120 */
		}	
	
	
.form-right {
	height: 33px;
	width:170px;
	text-align:left	;
	padding: 0px 0px 0px 0px;          /* 175 */
	
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		 filter: alpha(opacity=80);
		-khtml-opacity: 0.8;      /* khtml, old safari */
		-moz-opacity: 0.8;       /* mozilla, netscape */
		opacity: 0.8;           /* fx, safari, opera */
	}
	.form-right:hover  {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		 filter: alpha(opacity=70);
		-khtml-opacity: 0.7;      /* khtml, old safari */
		-moz-opacity: 0.7;       /* mozilla, netscape */
		opacity: 0.7;           /* fx, safari, opera */
		
		}
	
	.form-right input {
		padding:5px 0px 5px 5px;
		width:155px;
		border:1px #000066 solid;
		}
		
	.form-right input {
		background: transparent url(../imgs/form/green-2.gif) top;
		}
	.form-right input:hover {
		background: transparent url(../imgs/form/white.gif) top;
		}	
	.form-right input:focus {
		background: transparent url(../imgs/form/green-2.gif) top;
		}
		
	.form-right select {
		padding:2px 0px 2px 5px;
		width:170px;
		}

.form-row {
	}
.form-row-label div.rowElem  {
	vertical-align:bottom;
	padding: 10px 0px 0px 0px;
	}	
	
	

.form-row-label .rowElem  label{
	padding: 0px 0px 0px 0px;
	}	
	
.form-row-select .rowElem select {
	font-size:12px;
	width:280px;
	margin:0px 0px 0px 0px;
	}
.rowElem option {
	}	


	
.required {
display:none;
	color:#999;
	}	
	

.form-submit {	
	text-align:center;
	padding-top:50px ;
	}		
	


button {
	padding:10px 0px 0px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	}	
	
.button {
	background: transparent url(../imgs/form/button.gif) no-repeat center top;
	border:0px #fff solid;
	height:43px;
	width:300px;
	text-indent:-1000px;
	}

.button:hover {
	background: transparent url(../imgs/form/button-hover.gif) no-repeat center top;
	border:0px #fff solid;
	cursor:pointer;
	}




#form-top {
	}

#form-btm {
	}






.form-header {
	
	}


.form-header p{
	font-size:18px;
	color:#096;
	text-align:center;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	}	




ul.form-navigation {
	background:url(img/slide-top.gif) repeat-x  bottom;
    list-style: none;
    margin: 0;
	text-align:center;
    padding: 0px 0px 0px 0px;
    padding-bottom: px;
	}

ul.form-navigation li {
    display: inline;
	}

ul.form-navigation p {
	font-weight:bold;
    padding: 10px 0px 0px 0px;
    color: #999;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	}
ul.form-navigation a {
	font-weight:bold;
    padding: 10px ;
    color: #cacaca;
	margin:  0px;
    text-decoration: none;
	}

ul.form-navigation a:hover {
    background-color: #ebebeb;
	text-decoration:underline;
	}

ul.form-navigation a.selected {
    background-color: #dfdfdf;
	color:#fff;
	}

ul.form-navigation a:focus {
    outline: none;
	}

