.b2c form {

}

table.formtable {
	
}

table.formtable td {
	vertical-align: top;
	padding-bottom: 6px;
}

#formerror {
	padding: 6px;
	border: 1px solid #ff0000;
	margin-bottom: 6px;
	background: url(/portal/pics/popbox_bg.jpg) no-repeat #eee;
}

#formerror ul {
	padding:0;
	margin:0;
	list-style: none;
}

#formerror li {
list-style: none;
color: #ff0000;
}

#emailIsNotGiven .popbox{
	border: 1px solid #ff0000;
	background: url(/portal/pics/popbox_bg.jpg) no-repeat #eee;
	height:90px;
	padding: 6px;
}

#emailIsNotGiven #mailInfo {
	text-align:left;
}

#emailIsNotGiven #mailButton {
	text-align:left;
	margin-top: 12px;
}