#ask_lib input, #ask_lib select, #ask_lib textarea, #ask_lib file {
  width: 150px;
  margin: 2px 0px 5px 0px;
  border: 1px solid #cccccc;
  font-size:11px;
}

#ask_lib input.disabled {
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-size:11px;
}

#ask_lib input.required, #ask_lib input.optional, #ask_lib textarea.required, #ask_lib textarea.optional {
	border: 1px solid #cccccc;
	font-size:11px;
	padding:3px 4px;
}
#ask_lib .list_in {
	border: 1px solid #cccccc;
	font-size:11px;
	width:160px;
}
#ask_lib input.validation-failed, #ask_lib textarea.validation-failed {
	border: 1px solid #d11e1c;
	font-size:11px;
	padding:3px 4px;
}
#ask_lib input.validation-passed, #ask_lib textarea.validation-passed {
	border: 1px solid #cccccc;
	padding:3px 4px;
	font-size:11px;
}

#ask_lib .validation-advice {
	margin: 2px 0;
	padding: 2px 10px 0 10px;
	background-color: #d11e1c;
	color : #FFF;
	font-weight: bold;
	width:90%;
	clear:both;
}

#ask_lib .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #d19d24;
	color : #FFF;
	font-weight: bold;
}

#ask_lib fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

#ask_lib label {
  float: left;
  width: 200px;
  padding: 3px 10px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  font-weight: bold;
}

#ask_lib .table_rw{
	float:left;
	width:450px;
	padding: 5px 0px;
}

.button {
	height:18px !important;
	width:54px !important;
	border:0 !important;
	margin-left:60px !important;
	cursor:pointer;
}
.button2 {
	height:18px !important;
	width:54px !important;
	margin-left:60px !important;
	border: 1px solid #999999;
}

.error{
	font-weight:bold;
	color:#4e4923;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.ok_msg{
	font-weight:bold;
	color:#4e4923;
	background-image:url(../images/ok.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:30px;
}


.input {
  width: 150px;
  border: 1px solid #cccccc;
  font-size:11px;
  padding:2px 3px;
}



#large input, #large select, #large textarea, #main file {
  width:350px;
  margin: 2px 0px 5px 0px;
  border: 1px solid #cccccc;
  font-size:11px;
  color:#666666;
}
#large input.required, #large input.optional, #large textarea.required, #large textarea.optional, #large select.optional {
	border: 1px solid #999999;
	font-size:11px;
	padding:3px 4px;
}
#large input.validation-failed, #large textarea.validation-failed {
	border: 1px solid #d11e1c;
	font-size:11px;
	padding:3px 4px;
}
#large input.validation-passed, #large textarea.validation-passed {
	border: 1px solid #999999;
	padding:3px 4px;
	font-size:11px;
}
#large .validation-failed-text{
	color:#d11e1c;
}
#large .validation-passed-text{
	color:#000;
}
#large .validation-advice {
	margin: 2px 0;
	padding: 2px 10px 0 10px;
	background-color: #d11e1c;
	color : #FFF;
	font-weight: bold;
	width:90%;
	clear:both;
}

#large .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #d19d24;
	color : #FFF;
	font-weight: bold;
}
#large fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

#large label {
  display: block;
  float: left;
  width: 120px;
  height:18px;
  padding: 3px 10px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  height: 15px;
}
#large input {
  width: 250px;
  height: 16px;
}
#large .table_rw{
	padding: 10px 0px;
	clear:both;
}