﻿table.form table {
	border-collapse: collapse;
	margin-bottom: 0px;
}
table.form,
table.form tr,
table.form td {
	border: 0;
	line-height: normal;
}
table.form td {
	border: 0;
	vertical-align: top;
	padding: 0;
}
table.form td.label {
	padding: 8px 8px 0 0;
}
table.form tr.required td.label label,
table.form tr.required .required {
	padding-right: 12px;
	background: url(Images/Global/asterisk.gif) no-repeat top right;
	*display: inline-block;
}
.required_denote {
	padding-left: 12px;
	background: url(Images/Global/asterisk.gif) no-repeat top left;
	color: #cc3333;
	font-size: 0.9em;
	font-weight: bold;
}
table.form td.field {
	padding: 5px 0 0 0;
	*padding: 3px 0 0 0;
}
table.form td.comm {
	padding: 10px 0 0 0;
	text-align: right;
}
table.form td.comm input {
	vertical-align: top;
}
table.form td.field .text {
	display: block;
	padding-top: 3px;
}
table.form td.field .info {
	font-size: 0.8em;
}

.field_error_msg {
	display: block;
	font-size: 0.9em;
	color: #c70451;
	letter-spacing: normal;
	padding-bottom: 2px;
}
/*
.field_error_msg {
	position: absolute;
	background: url(Images/Global/error_hint_b.png) no-repeat left bottom;
	padding-bottom: 11px;
	margin-top: -20px;
	margin-left: 20px;
}
.field_error_msg span {
	display: block !important;
	width: 184px;
	padding: 5px 8px 0 8px;
	background: url(Images/Global/error_hint_t.png) no-repeat left top;
	color: #ffffff;
	font-size: 0.9em;
}
*/
.form_success {
	display: block;
	padding: 7px 9px;
	border: solid 1px #efefef;
	border-width: 1px 0px;
	font-weight: bold;
}
.form_error {
	display: block;
	padding: 7px 9px;
	border: solid 1px #efefef;
	border-width: 1px 0px;
	color: #b10043;
	font-weight: bold;
}

/* Validation Summary LightBox */
.validation_summary_wrapper {
	position: relative;
	z-index: 2000;
}
.validation_summary {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 0;
	z-index: 2000;
}
.ie6_layer_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: expression(this.parentNode.clientWidth +"px");
	height: expression(this.parentNode.clientHeight +"px");
	z-index: -1;
	filter: alpha(opacity=0);
	display: none;
	_display: block;
	border: solid 1px;
}
.validation_summary .top {
	background: url(Images/Global/validation_summary_top.png) no-repeat;
	width: 400px;
}
.validation_summary h4 {
	color: #ef2f00;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px 20px;
}
.validation_summary .close_icon {
	background: url(Images/Global/validation_summary_close_on.gif) no-repeat;
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 13px 12px 0 0;
}
.validation_summary .close_icon:hover {
	background: url(Images/Global/validation_summary_close_ov.gif) no-repeat;
}
.validation_summary ul {
	clear: both;
	margin: 0;
	padding: 0 30px 20px 30px;
	background: url(Images/Global/validation_summary_bottom.png) left bottom;
}
.validation_summary ul li {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	list-style-type: circle; 
}






.form_body,
.form_body table {
	margin-bottom: 0px;
}

.form_body table,
.form_body th,
.form_body td {
	border: 0;
	padding: 0;
	line-height: normal;
}
.form_body td {
	vertical-align: top;
}

.form_body label {
	display: block;
	margin-right: .5em;
	padding-top: 2px;
}

.form_body td.comm {
	text-align: right;
}

/* span label is the label within a radio button group */
.form_body span label, 
.form_body .options_body label
{
    display:inline;
    margin-right: .5em;
}

.form_body td {
	padding-top: 5px;
}

.form_header 
{
	color: #00209f;
	font-size: 1.5em;
}

.error_msg .form_header,
.error_msg .form_body,
.rejected_msg .form_header,
.rejected_msg .form_body
{
	color: #cc0000;
}

.success_msg,
.error_msg,
.rejected_msg
{
    margin-bottom: 10px;
}

.update_button 
{
    float: right;
}

.next_button,
.prev_next_button
{
    text-align: right;
}

.form_body .sublabel
{
    font-size: 75%;
    line-height: 95%;
    position: relative;
    top: -10px;
}

.page_intro
{
    width: 600px;
    margin-bottom: 20px;
}

/* login box specific */

.box2-m .inputform_login input 
{
    width: 115px;
}

.box2-m .inputform_login .login_button 
{
    width: 70px;
    margin-right: 5px;
}

.box2-m .inputform_login table
{
    margin-bottom: 0px;
}

.inputform_login a
{
    display: block;
    text-align: right;
    font-size:75%;
}

/* specific to "about your pets" */

.inputform_aboutyourpets .column3, 
.inputform_aboutyourpets .column4 
{
    padding-left: 5px;
}

/* specific to "Your preferences" */

.inputform_yourpreferences .options_body td 
{
    width: 150px;   
}

.inputform_yourpreferences .options_body
{
    margin-bottom: 10px; 
}

.inputform_yourpreferences .column2
{
    width: 150px;   
}

/* specific to "login details" form */

.inputform_logindetails .column2 
{
    padding-left: 15px;
}

/* Specific to overall Update Details form */

#products_updatedetails .link_changepassword 
{
    font-size: 75%;
    display:block;
    margin-bottom: 10px;
}

.inputform_userupdate .success_msg,
.inputform_userupdate .error_msg,
.inputform_userupdate .rejected_msg
{
    padding: 5px;
    background-color: #ffffff;
}

.inputform_userupdate .success_msg
{
    color: #006600;
    font-weight: bold;
}

/* Specific to overall registration form */

.wizardsteps 
{
    margin-bottom: 10px;
}







