.errorMsg {
	color: red;
	font-size: 1.2em;
}

p.errorMsg {
	border: 2px solid red;
	padding: 5px;
	
}

.succesMsg {
	color: green;
	font-size: 1.2em;
}

p.succesMsg {
	border: 2px solid green;
	padding: 5px;	
	
}

/* structure */ 
#customer_login {
    font-size: 1.2em;
    padding-top: 20px;
}

#customer_login h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 5px;
    text-decoration: underline;
}

#customer_login form {
    padding-top: 10px;
}

#customer_login input {
    font-family: verdana;
    font-size: 1em;
    color: #333;
}

#customer_login_change_profile
{
    margin-top: 20px;
    float: left;
}

#customer_login_input_submit {
    float: right;
}
#customer_login span {
    display: block;
    float: left;
}

#customer_login_newCustomer {
    /* div */
    float: left;
    padding-left: 20px;
    width: 55%;
}

#customer_login_existingCustomer {
    /* div */
    float: left;
    padding-left: 20px;
    width: 35%;
}

/* forms  new _customer */ #new_customer {
    /* form */
    border-right: solid 1px #333;
}

#new_customer p {
    padding-top: 5px;
} 

.new_customer_input_label {
    padding-top: 8px;
    width: 75px;
}

.new_customer_input_data input {
    color: #333;
    width: 285px;
}

.new_customer_input_data select {
    background-color: #fff;
    color: #333;
    width: 290px;
}

.new_customer_input_label_pcode {
    padding-top: 8px;
    width: 75px;
}

.new_customer_input_data_pcode input {
    width: 60px;
}

.new_customer_input_label_city {
    padding-left: 5px;
    padding-top: 8px;
    width: 35px;
}

.new_customer_input_data_city input {
    width: 180px;
}

#new_customer_input_submit {
    float: right;
    padding-right: 15px;
}

p.new_customer_input_title {
    text-decoration: underline;
    padding-top: 15px;
}

/* form customer_login */ .customer_login_label {
    padding-top: 8px;
    width: 100px;
}

.customer_login_data input {
    color: #333;
    width: 220px;
}

#customer_login_input_submit {
    float: right;
    padding: 15px;
}

.error_login {
    color: red;
    font-size: 1.2em;
    padding-left: 20px;
    padding-bottom: 5px;
}

.error_login ul {
    padding-left: 20px;
    list-style-type: square;
}
.error_login li {
}

/* ***** LOG OUT ***** */ #logged_in {
    font-size: 1.2em;
    padding: 20px;
} #logout_submit {
    float: right;
    padding: 30px;
}

/* ***** profile customer ********** */

.spacer {
	height: 10px;
}

.profile-buttons{
	clear: both;
	float: right;
}

#profile{
	/* form */
	padding-bottom: 25px;
	width: 460px;
}

.profile-fieldset{
	border: solid 1px #ccc;
	padding: 5px 3px;
}

.profile-fieldset legend{
	font-weight: bold;
    padding: 0 2px;
}

.profile-fieldset label{
	clear: left;
	display: block;
	float: left;
	line-height: 2.2;
	width: 15em;
}

.profile-fieldset input, .profile-fieldset select{
	float: left;
	width: 300px;
}




