#wpmotion-error {
	color: red;
}

.ssl_connection {
	padding-right:5px;
	position: relative;
	top: 4px;
}

.alert { 
	padding: 19px 15px;
	display: none;
	color: #000; 
	position: relative; 
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif; 
} 
.alert .msg { 
	padding: 0 20px 0 40px; 
	display:none; 
} 
.alert p { 
	margin: 0; 
} 
.alert .toggle-alert { 
	position: absolute; 
	top: 7px; 
	right: 10px; 
	display: block; 
	text-indent: -10000px; 
	width: 20px; 
	height: 20px; 
	border-radius: 10px; 
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1); 
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1); 
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1); 
	background: rgba(0, 0, 0, 0.08) url(../wp-content/plugins/wp-motion/assets/images/alert.png) no-repeat 6px 6px; 
} 
.info-box { 
	background: #2fa9f6 url(../wp-content/plugins/wp-motion/assets/images/info.png) no-repeat 14px 14px; 
} 
.success-box {	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px 5px 5px 5px; 
	border: #7EB62E 2px solid; 
	background: #CCE0AF url(../wp-content/plugins/wp-motion/assets/images/success.png) no-repeat 14px 14px; 
	} 
.error-box { 
	background: #f64b2f url(../wp-content/plugins/wp-motion/assets/images/error.png) no-repeat 14px 14px; 
} 
.notice-box { 
	background: #f6ca2f url(../wp-content/plugins/wp-motion/assets/images/notice.png) no-repeat 14px 14px; 
} 
.download-box { 
	background: #a555ca url(../wp-content/plugins/wp-motion/assets/images/download.png) no-repeat 14px 14px; 
}
