/* FORM */

.inputTextSmall {
	background:#FFFFFF url(../images/bg_input.gif) repeat-x scroll left top;
	border:1px solid #C7C7C7;
	color:#424242;
	font-family:"Trebuchet MS",Tahoma,Verdana,Sans-serif;
	font-size:14px;
	height:18px;
	padding:3px;
	width:180px;
}


.inputText {
	width: 250px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif; 
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputFile {
	width: 300px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif; 
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputArea {
	width: 450px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif; 
	font-size: 14px;
	height: 70px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputSubmit {
	width: 100px;
	height: 22px;
	font-weight: bold;
	color: #000;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_button.gif') left top repeat-x;
}

.inputCheck {
	width: 15px;
	height: 15px;
	font-weight: bold;
	color: #000;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_button.gif') left top repeat-x;
}


input#captcha {
	width: 250px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif; 
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.flashNotice {
	color: red;
	font-weight: bold;
}

/* END */