/* 
 * Form, input defenitions
 */
input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 	11px;
	background: #FEFEFE;
	color: #012c65; 
	border-left: #959fb1 1px solid; 
  border-right: #d6dae1 1px solid; 
	border-top: #959fb1 1px solid; 
	border-bottom: #d6dae1 1px solid;
	margin: 2px;
}

input, select, textarea {
	width: 200px;	
    color: #333;
}

textarea {
    height: 150px;
}

input.checkbox, input.radio {  
	border: 0px;
	width: 20px;
  vertical-align: middle;
}

input.button, button {
  padding: 0px;
  text-align: center;
  color: #222222;
  font-size: 10px;
  background-image: url(../images/cellpic.gif);
  font-weight: bold;
  border: 1px solid #222222;
  width: 120px;
  height: 21px;
  cursor: pointer;
}

input.login_input {
	width: 170px;
}

select.date_year, select.date_month, select.date_day, select.time_second, select.time_minute, select.time_hour {
  width: 16%;
}

select.day {
  width: 40px;
}

select.month {
  width: 90px;
}

select.year {
  width: 60px;
}

.invalid_form_element {
  background-color: #ff0000;
  color: #ffffff;
}

td.manifest_subject { color: #000; width: 100px; }
td.manifest_input { color: #000; width: 150px; }
td.manifest_biginput { color: #000; width: 300px; }

input.manifest_input { width: 120px; }
input.manifest_biginput { width: 300px; }
select.manifest_biginput { width: 340px; }
textarea.manifest_biginput { width: 413px; }

td.manifest_comment_title { color: #000; font-weight: bold; }
td.manifest_comment_one, td.manifest_comment_two { color: #000; vertical-align: top; }
td.manifest_comment_one { background: #eee; }
td.manifest_comment_two { background: #ddd; }
