
/* Layout Stylesheet */ 


body {
 font-family: arial;
 font-size: 12px;
  }
		
 .button {
	font-size: 12px;
	color: #0000FF;
	background-color: #99cccc;
	border: solid 0px;
  }

.textfield {
	font-size: 11px;
	color: #000000;
	text-align: center;
	border: solid 0px;
	border-color: #FBB05F;
	background-image: url(efile_bg_input.gif);
	 background-position: bottom left;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	
	}
	
.writetextfield{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	}
	
.writenumberfield{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	}
	
.resultfield {
	font-size: 12px;
	font-weight: bold;
	color: #ED1B23;
	border: solid 0px;
	text-align: left;
	background-color: none;
	}
	
.result_text_field {
	font-size: 12px;
	font-weight: bold;
	color: #ED1B23;
	border: solid 0px;
	text-align: right;
	background-color: none;
	}
	
.numberfield {
	
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	border: solid 0px;
	border-color: #FBB05F;
	background-image: url(efile_bg_input.gif);
	 background-position: bottom left;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	}

a:link {text-decoration:none;
			font-family: tahoma;
			font-size: 12px;
			color: blue;
			font-weight: normal;}
a:visited {text-decoration:none;
			font-family: tahoma;
			font-size: 12px;
			color: black;
			font-weight: normal;}
a:hover {text-decoration:none;
			font-family: tahoma;
			font-size: 12px;
			color: red;
			font-weight: normal;}
a:active {text-decoration:none;
			font-family: tahoma;
			font-size: 12px;
			color: green;
			font-weight: normal;}
	
