
option {
	padding: 3px;

}

input.inputsubmit {
	font-size: 10px;
	height: 26px;	
	padding: 1px 12px 3px 4px;
	background: #fff url(../images/common/button_bg.gif) repeat-y top right;
	border: 1px solid;
	border-top-color:#999;
   	border-left-color:#999;
   	border-right-color:#333;
  	border-bottom-color:#333;
	margin: 0 5px 5px 0;


}


input.submit, button.submit {
	font-size: 10px;	
	padding: 3px 8px 3px 4px;
	background: #fff url(../images/common/button_bg.gif) repeat-y top right;
	border: 1px solid;
	border-top-color:#999;
   	border-left-color:#999;
   	border-right-color:#333;
  	border-bottom-color:#333;
	margin: 0 5px 5px 0;


}

button.submit img {
	margin:0 3px -3px 0 !important;
	width: 16px;
	height: 16px;

}


button.submit2 {
	font-size: 10px;	
	padding: 3px 4px 3px 8px;
	background: #fff url(../images/common/button_bg.gif) repeat-y top right;
	border: 1px solid;
	border-top-color:#999;
   	border-left-color:#999;
   	border-right-color:#333;
  	border-bottom-color:#333;
	margin: 0 0 5px 5px;


}

button.submit2 img {
	margin:0 0 -3px 3px !important;
	width: 16px;
	height: 16px;

}


input.text, .caltext input  {
	border: 1px #333333 solid;
	background-color: #fff;
	font-size: 11px;
	padding: 2px;
}



/*  FORMS */


input.text, input.select { height: 18px; }

input.mini { width: 30px; }
input.small { width: 70px; }
input.medium { width: 160px; }
input.large { width: 270px; }


select, textarea, .multiple {
	border: 1px #333333 solid;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.multiple {
	width: 245px;
	margin: 0 5px 10px 0;
}

.multiplelarge {
	width: 600px;
	margin: 0 5px 10px 0;
}

select {
	background: #fff;
}



select.ttbl {
	width: 96px;
	height: 17px;
	font-size: 9px;
	margin: 2px 0 0 3px;
}

select.small { width: 70px; }
select.medium { width: 160px; }
select.large { width: 270px; }


textarea.mini { width: 200px; height: 40px; }
textarea.sidesmall { width: 160px; height: 100px; }
textarea.small { width: 270px; height: 70px; font-size: 11px; color: #000;}
textarea.medium { width: 432px; height: 100px; }
textarea.large { width: 432px; height: 150px; }
textarea.letter { width: 640px; height: 280px; }


input:focus { border: 1px solid #006699; }


.formsection { 
	display: block;
	clear: left;
	border: none;
	margin-bottom: 0;
	padding: 12px 0;
	border-top: 2px #ddd solid;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



.formsection p { 
	margin-bottom: 0;
}

.formsection label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}


.formsection input {
	margin: 0;
	padding: 0;
}


.form-msg {
	width: 210px;
	float: right;
	margin: 5px 0 3px 10px;
}


.form-msg div {
	background: #FFF9D7 url("../images/icons/warning.gif") no-repeat 10px 10px;
	height: 40px;
	border: #E2C822 solid 1px;
	padding: 7px 7px 7px 37px;
	font-size: 10px;
	line-height: 11px;	
}


.form-msg-hor {
	margin: 5px 0 10px 0;
}


.form-msg-hor div {
	background: #FFF9D7 url("../images/icons/warning.gif") no-repeat 10px 4px;
	height: 25px;
	border: #E2C822 solid 1px;
	padding: 7px 7px 7px 37px;
	font-size: 10px;
	line-height: 11px;	
}



.footnote {
	margin: 16px 0 0 0;
	font-size: 10px;
}


.formsection table label {
	display: block;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
}


h6 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #505050;
	margin: 0;

}


div#file-upload-progress {

	visibility: hidden;
	display: block;
	padding-top: 70px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	position: absolute;
	text-align: center;
	top: 42px; left: 10px;
	border: none;
	background-color: #fff;
	width: 738px;
	height: 390px;
	
}
