.input_text
{
	background-color: #fff;
	margin-top:5px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	width:216px;
	color:#CCC1A8;
	line-height: 1.5em;
	border: #fff 1px solid;	
	padding: 5px 3px 3px 5px;
}

.input_text_one_line
{
	height:20px;	
}

.input_text_multiple_line
{
	height:115px;	
	font-family: helvetica, Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 13px;	
	overflow: hidden;
	resize: none;	
}

.submit_button
{
	font-size: 11px; 
	font-weight: bold;
	width: 45px;
	height: 22px;
	float:right;
	margin-top: 5px;
	border: none;	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;	
	padding-bottom:3px;	
	margin-right: 2px;
	text-transform: uppercase;
}

.submit_button_invalid
{
	background-color: #fff;	
	color: #CCC1A8;	
}

.submit_button_valid
{
	background-color: #00B4CB;
	color:#fff;
	cursor: pointer;	
}

.submit_button_valid:hover
{
	background-color: #275B59;
	color: #A7BCBB;
}