/**********************************

Use: Main Screen Import

***********************************/
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px solid black; }
input.error { border: 1px solid red; }
textarea.error { border: 1px solid red; }
select.error { border: 1px solid red; }


/* addcruise.php */
#addcruise label.error {
	font-size: 12px;
	display: inline;
	padding-left:5px;
	color:red;
}

/* signup.php */
/*#signupForm label.error {
	font-size: 12px;
	color:red;
	width:400px;
	padding-left:200px;
}*/


/* START Signup Form Validation Inline */
/*#signupForm .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}
*/

#signupForm status {
padding-left: 8px;
margin-left:10px;
float:left;
padding-top: 2px;
vertical-align: top;
white-space: nowrap;
width: 246px;
}

#signupForm label.error {
  background:url("/images/unchecked.gif") no-repeat 0px 0px;
/*  padding-left: 15px;*/
  padding-bottom: 2px;
  font-weight: bold;
  color: red;/*#EA5200;*/
  font-size: 12px;
  float:left;
  text-align:left;
/*  border-color:#3F0;
  border:dashed;*/
}

#signupForm label.checked {
	padding-left:10px;
	background:url("/images/success_image.gif") no-repeat 0px 0px;
}

#signupForm .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
  padding-left: 10px;
}

/* END */

#states label.error {
	font-size: 12px;
	color:red;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* signup.php */
#terms label.error {
	font-size: 12px;
	display: block;
	color:blue;
	width:400px;
	text-align:left;
	padding-left:10px;
	margin-left:10px;
}


#review_form label.error {
	font-size: 9px;
	display: inline;
	color:red;
}

#grid label.error {
	padding-left:5px;
	font-size: 9px;
	display: inline;
	color:red;
}

#savetoprofile_form  label.error {
	font-size: 9px;
	display: inline;
	color:red;
}

/* profile.php */

#editprofile label.error {
	font-size: 11px;
	color:red;
	height:20px;
	clear: both; width: 410px; margin: 0; 
	text-align:right;
}

/* settings.php. change password section */
#resetpassword label.error {
	font-size: 11px;
	color:red;
	height:20px;
	clear: both; 
	width: 410px; 
	margin: 0; 
	padding-left:200px;
	text-align:left;
}

/* Contact Us >>> contact.php */

#contact_form label.error {
	font-size: 11px;
	color:red;
	height:20px;
	clear: both; 
	margin: 0; 
	text-align:left;
	width: 600px;
}

#find_cruise label.error {
	font-size: 12px;
	color:red;
	width: 300px;
}

#add-past-cruise-dialog-modal,
#quick-tip-dialog-modal label.error {
	color: red;
	font-style:italic;
	font-size: 0.7em;
	}
