@charset "utf-8";
/* CSS Document */

 #content  input {
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0; width: 236px;height: 20px;border: 1px solid #CCCCCC;font-size: 10pt;padding-top: 5px;padding-left: 3px;	
}

#content  textarea {
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0; width: 236px;height: 80px;border: 1px solid #CCCCCC;font-size: 10pt;padding-top: 5px;padding-left: 3px;font-family:  Arial, Helvetica, sans-serif;
}

#content  .radialInput {
	border: none;	
}

#content .input1chara {width: 20px;}
#content .input2chara {width: 30px;}
#content .input3chara {width: 30px;}
#content .input4chara {width: 40px;}
#content .input5chara {width: 45px;}
#content .input6chara {width: 50px;}


 
	.buttonActive {height: 25px;width:25px;background-color:#99cccc;background-image:none;padding-top: 0px;padding-left: 0px;}
input.buttonActive {	cursor:pointer;}
	.buttonInactive {height: 25px;width:25px;background-color:#dddddd;background-image:none;padding-top: 0px;padding-left: 0px;}
input.buttonInactive {	cursor:pointer;} 

 /*--------------------------------------*/

.inputBox1 {
	border: 1px solid #cccccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	color: #000000;
	width:225px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.inputBox1Focus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	width:225px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}

.inputBoxClaim {
	border: 1px solid #cccccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	color: #000000;
	width:130px;
	height: 22px;
	padding: 2px;
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.inputBoxClaimFocus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	width:130px;
	height: 22px;
	padding: 2px;
	font-size: 12pt;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}


.inputBoxZip {
	border: 1px solid #cccccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	color: #000000;
	width:105px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.inputBoxZipFocus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	width:105px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}

.inputBoxZip2 {
	border: 1px solid #cccccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	color: #000000;
	width:95px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.inputBoxZip2Focus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	width:95px;
height: 20px;
	padding: 2px;
	font-size: 12pt;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}

.dropDown {
	border: 1px solid #cccccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	color: #000000;
	width:225px;
	height: 30px;
	padding: 2px;
	font-size: 100%;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.dropDownFocus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	width:225px;
	height: 30px;
	padding: 2px;
	font-size: 100%;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}
		
.textArea {
	border: 1px solid #098ccc;
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	font-size: 12pt;
	color: #000000;
}
	
.textAreaFocus {
	border: 1px solid #0099cc; 
	background: #fff url(/images/app/input_bg.jpg) repeat-x 0 0;
	font-size: 12pt;
	color: #000000;
}

