﻿.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;
}

.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;
}

/* 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;
}






