form#userlogin label.error,
form#adduser label.error
{
color:red;
font-size:10px;
clear:both;
float:none;
width:auto;
margin-left:132px;
margin-right:0;
}
form#userlogin input.error,
form#adduser input.error
{
border:1px solid red;
}


#wpsc_shopping_cart_container .CartLeft #loginform label.error,
#wpsc_shopping_cart_container .wpsc_checkout_forms label.error
{
color:red;
font-size:10px;
clear:both;
float:right;
width:auto;
margin-left:0px;
margin-right:0;
}

#wpsc_shopping_cart_container .CartLeft #loginform input.error,
#wpsc_shopping_cart_container .wpsc_checkout_forms input.error
{
border:1px solid red;
}