/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/
#alert { 
	background-color:#eee; 
	border:1px dashed #ccc; 
	margin:0; 
	text-align:center; 
	padding:.5em;
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
}
#alert p { padding:0; margin:0;}
fieldset legend {
			display: inline-block;
			max-width: 100%;
			margin-bottom: 5px;
			font-weight: 700;
			font-size: 1em;
			
			}
		