
#content {
	text-align:left;
}

td.paddingTop {
	padding-top:12px;
}
input.loginField {
	margin:2px 0;
}
.registrationForm td {
	padding-bottom:8px;
}
tr.noPadding td {
	padding:0;
}

.error-message{
    background: rgba(233,46,47,.05) url("https://images.containerstore.com/images/icons/error.png") 10px 10px no-repeat;
    border: 1px solid #df232f;
    color: #990000;
    text-align: left;
    padding: 8px 6px 8px 40px !important;
    margin-bottom: 30px;
    width: 100%;
}

.editButton {
    background:transparent url(/images/etc/button_small.gif) no-repeat;
    border: 0;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 5px 0;
    width: 85px;
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 65px;
    text-align: center;
}

#module .content {
    padding: 0px 6px 6px 6px;
}

.totalAlign {
    width: 80px;
    float: left;
    display: block;
    text-align: right;
}

.bundleComponent {
    color: #AAAAAA;
}

.clearBoth {
    clear: both;
}


