/* INFO BOXES OLD ------------------------------------------------------------*/
.question_box {
	border:1px solid #9ac1fa;
	background:#dbeefe;
	color:#4180cf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.attention_box {
	border:1px solid #f2c779;
	background:#fff8c4;
	color:#ed7c18;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.form_error_box2 {
	border:1px solid #FEDD7A;
	background:#FFFFD9;
	float:left;
	width:400px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	margin-bottom:10px;
}
.form_error_box2 span {
	font-size:12px;
	font-weight:bold;
	color: #900;
}

.form_error_box {
	border:1px solid #FEDD7A;
	background:#FFFFD9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	margin-bottom:10px;
}
.form_error_box span {
	font-size:12px;
	font-weight:bold;
	color: #900;
}
.form_error_box ul {
	padding:10px 10px 0 10px;
}
.form_error_box ul li {
	font-size:12px;
	font-weight:bold;
	color: #900;
	list-style:disc;
	margin:4px 0 4px 5px;
}



/* ---------- CONTENT BOXES ---------- */
.information-box, .confirmation-box, .error-box, .warning-box, .success-box {
	padding: 0.833em 0.833em 0.766em 3em; /* 10/12 36/12 */
	margin-bottom: 0.433em; /* 20/12 */
	margin-top: 0.433em; /* 20/12 */
	font-size: .96em; /* 12/16 */
}

.information-box {
	background: #e5f5f9 url('../images/icons/message-boxes/information.png') no-repeat 0.833em center;
	border: 1px solid #cae0e5;
	color: #5a9bab;
}

.confirmation-box {
	background: #e7fae6 url('../images/icons/message-boxes/confirmation.png') no-repeat 0.833em center;
	border: 1px solid #b7cbb6;
	color: #52964f;
}

.success-box {
	background: #e7fae6 url('../images/icons/message-boxes/confirmation.png') no-repeat 0.833em center;
	border: 1px solid #b7cbb6;
	color: #52964f;
}

.error-box {
	background: #fde8e4 url('../images/icons/message-boxes/error.png') no-repeat 0.833em center;
	border: 1px solid #e6bbb3;
	color: #cf4425;
}

.warning-box {
	background: #fdf7e4 url('../images/icons/message-boxes/warning.png') no-repeat 0.833em center;
	border: 1px solid #e5d9b2;
	/*color: #b28a0b;*/
	color:#000;
}







/* INFO BOXES ------------------------------------------------------------*/

.info-add,
/*.warning-box,*/
.blue-box,
/*.error-box,*/
.download-box,
.favorite-box,
/*.information-box,*/
/*.success-box,*/
.validation-box,
.fastforward-box,
.rewind-box,
.right-box,
.graphite-box,
.green-box,
.gray-box,
.help-box,
.left-box,
.loop-box,
.message-box,
.orange-box,
.pause-box,
.product-add,
.play-box,
.record-box,
.red-box,
.refresh-box,
.remove-box,
.search-box,
.shuffle-box,
.smart-box,
.back-box,
.forward-box,
.stop-box,
.upload-box
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.info-add{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Add.png');
}
/*
.warning-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/info-box-icons/Knob Attention.png');
}
*/
.blue-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info-box-icons/Knob Blue.png');
}
/*
.error-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/info-box-icons/Knob Cancel.png');
}
*/
.download-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Download.png');
}

.favorite-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/info-box-icons/Knob Favorite.png');
}
/*
.information-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info-box-icons/Knob Info.png');
}
*/
.product-add{
	color:#003399;
	background-color:#FFF;
	font-size:16px;
	font-weight:bold;
	border:none;
	background-image: url('../images/info-box-icons/Knob Valid Green.png');
}

/*
.success-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Valid Green.png');
}
.success-text{
	font-size:12px;
	color:#333;
}
*/
.fastforward-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Fast Forward.png');
}

.rewind-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Fast Rewind.png');
}

.right-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Forward.png');
}

.graphite-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Graphite.png');
}

.green-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Green.png');
}

.gray-box{
	color: #fff;
	background-color: #999999;
	background-image: url('../images/info-box-icons/Knob Grey.png');
}

.help-box{
	color: #fff;
	background-color: #b47bc4;
	background-image: url('../images/info-box-icons/Knob Help.png');
}

.left-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Left.png');
}

.loop-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Loop Off.png');
}

.message-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info-box-icons/Knob Message.png');
}

.orange-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/info-box-icons/Knob Orange.png');
}

.pause-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Pause.png');
}

.play-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Play.png');
}

.record-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Record Off.png');
}

.red-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/info-box-icons/Knob Red.png');
}

.refresh-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/info-box-icons/Knob Refresh.png');
}

.remove-box{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/info-box-icons/Knob Remove Red.png');
}

.search-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info-box-icons/Knob Search.png');
}

.shuffle-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Shuffle Off.png');
}

.smart-box{
	color: #fff;
	background-color: #b47bc4;
	background-image: url('../images/info-box-icons/Knob Smart.png');
}

.back-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/info-box-icons/Knob Snapback.png');
}

.forward-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/info-box-icons/Knob Snapforward.png');
}

.stop-box{
	color: #ffffff;
	background-color: #57737f;
	background-image: url('../images/info-box-icons/Knob Stop.png');
}

.upload-box{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info-box-icons/Knob Upload.png');
}





/* Alert Boxes
====================================*/
.notification {
	font-size: 13px;
	margin-bottom: 0px;
	position: relative;
	padding: 15px 30px 15px 18px;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);	
}

.notification p {
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	text-decoration:none;
	line-height: 18px;
	padding:0;
}

.notification a, .notification a:hover {
	text-decoration:none;
}

.notification span {font-weight: 600;}

.notification em{
	color:#de5959;
}

.notification.success,
.notification.success strong {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;	
}
.notification.success p {
	color: #5f9025;
}

.notification.error,
.notification.error strong {
	background-color: #ffe9e9;
	color: #f59292;
	border: 1px solid #fbc4c4;
}
.notification.error p {
	color: #f59292;
}

.notification.warning,
.notification.warning strong {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
}
.notification.warning p {
	color: #8f872e;
}

.notification.notice,
.notification.notice strong {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}
.notification.notice p {
	color: #5091b2;
}

.notification strong { border: none !important; }

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	float: right;
  	background: transparent;
  	cursor: pointer;
  	border: 0;
  	font-size: 14px;
  	position: relative;
	width:20px;
}

.close i { font-size: 14px; margin: 10px 5px 0 0; float: left; }
.notification.success .close { color: #8dbf52; }
.notification.error .close { color: #f59292; }
.notification.warning .close { color: #c6bd67; }
.notification.notice .close { color: #86b4cc; }
