﻿article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,section {display: block;}
.alert-box {
	color:#555;
	border-radius:10px;
	-webkit-border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	padding:10px 36px;
	margin:0px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background:#ffecec ;
	border:1px solid #f5aca6;
}
.success {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background:#90B8B3;
	border:1px solid #a6ca8a;
}
.warning {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background:#fff8c4 ;
	border:1px solid #f2c779;
}
.notice {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background:#e3f7fc ;
	border:1px solid #8ed9f6;
}
.general {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-transform:none;
	background:#F7F7F7 url('') no-repeat 10px 25%;
	border:1px solid #CDCDCD;
}
.options {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#555;
	background:#F7F7F7 url('') no-repeat 10px 25%;
	border:1px solid #CDCDCD;
}
