/********************************
 * Fieldset
 ********************************/
fieldset {
	text-align: left;
	border: 1px solid #E7E2AA;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset p {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1em;
	clear: both;
}

fieldset .paragraph {
	line-height: 1.5em;
	color: #8B8350;
}

fieldset label {
	padding-top: 2px;
	float: left;
}

	fieldset label.long {
		width: 110px;
	}
	
fieldset .link:link, fieldset .link:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

fieldset .link:hover {
	text-decoration: underline;
}	

fieldset .required_field {
	color: #FF9900;
}

/*****************
 * FIELDSET ACCOUNT INFO & PERSONAL INFORMATION
 *****************/
fieldset#account_information {
	background-color: #F6F0D2;
	border: 1px solid #E7E2AA;
	float: left;
	padding-top: 5px;
}

fieldset#personal_information {
	background-color: #FFFFFF;
	border: 1px solid #E7E2AA;
	float: right;
	padding-top: 5px;	
}

fieldset#personal_information p {
	line-height: 1.4em;
}

#informations {
	clear: both;
	height: 110px;
}


/*****************
 * FORM
 ****************/
input.medium {
	width: 250px;
}

input.small {
	width: 70px;
}

input.long,textarea.long {
	width: 350px;
}

select,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/********************
 * FORMS
 ********************/
form {
	padding: 0;
	margin: 0;
}

/* Form Errors */
input.error, select.error, textarea.error, div.error {
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
}

.error {
	background-color: #FFCCCC;
}

input.button {
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.postalcode_search {
	background-color: #FFCC66;
	border: 1px solid #FF9900;
	color: #CC6600;
	font-weight: bold;
}

.postalcode_message {
	color: #FF0000;
	font-weight: bold;
	display: none;
}