/*
please dont change the class values! theses are used in a lot of eCMS frontend modules for positioning

*/


.floatLeft{
	float: left;	
}
.floatRight{
	float: right;	
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth{
	clear: both;
}

.marginBottom40{
	margin-bottom: 40px;
}
.marginLeft15{
	margin-left: 15px;
}


.draggable{
	cursor: move;
}
div.divPopupWrapper{
	border:2px black solid;
	background-color: #fff;
}
div.divPopupWrapper div.titlebar{
	width: 100%;
	height: 20px;
	padding-top: 3px;
	background-color: #222266;
	border-bottom: 1px black solid;
	text-align: center;
	vertical-align: bottom;
}
div.divPopupWrapper div.titlebar a{
	float: right;
	color: white;	
}
div.divPopupWrapper div.titlebar span.title{
	float: left;
	color: white;
	font-weight: bold;	
}
div.divPopupWrapper div.popup_content{
	padding: 2%;
	
}

 div.errorBox
{
	background: rgba(255,255,255,0.25) url(//s3.amazonaws.com/dod.images/alert-icon-error.png) no-repeat left center;
	padding: 20px 20px 20px 70px;
	color:#875901;
}
#contentContainer div.alertBox
{
	background: url(//s3.amazonaws.com/dod.images/alert-bg.png);
	border: 1px solid #a58887;
	margin: 10px;
	padding: 20px;
	font-size: 14px;
	box-shadow:0 0 6px 1px #a58887;
	clear: both;
}
/* #contentContainer #content.message div.alertBox {
	background-color: white;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#contentContainer #content.message div.alertBox p {
	margin-bottom: 1em;
} */

#contentContainer div.alertBox p {
	padding: 6px 0px;
	font-size: 12px;
}
#content div.alertBox ul li {
	margin: 2px 0px;
}
#content div.alertBox ul li {
	margin-top: 16px;
}
p.tightB {
	margin-bottom: 0px;
}

#content div.order {
	margin-left: 40px
}

#content div.order h3 {
        padding-left: 120px;
}

#content div.order div.complete {
	margin: 0px 20px 0px 0px;
	float: left;
}

#content div.order div.info {
	float: left;
}

#content.message p{display:block;margin:20px 0;}
#content.message h3{margin:20px 0;}
#content.message div.info h4{
	color: #400605;
	font-size:18px;
	border-bottom:solid 3px #d39100;
	text-transform:uppercase;
	margin-bottom:2px;
}
#content.message .notice{background:#f3e4bf;padding:15px;min-width:400px}
#content.message .notice div{margin-bottom:8px;font-weight:bold;}
#content.message .notice div:first-child{border-bottom:solid 1px #d39100;padding-bottom:5px;}
#content.message .notice div.ul{border-bottom:solid 1px #d39100;padding-bottom:5px;}
#content.message .notice div span{display:inline-block;width:120px;font-weight:normal;}
#content.message .note{font-style:italic;}
