html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, .button, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

form{
	display: inline;
}	

/* smooth image scaling in IE */
img { -ms-interpolation-mode: bicubic; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Base Styles */

th{
	font-weight: bold;
}	

.img_left{
	float: left;
	margin: 5px 5px 5px 0;
}

.img_right{
	float: left;
	margin: 5px 0 5px 5px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}		

.c{
	text-align: center;
}
	
.r{
	text-align: right;
}	

.l{
	text-align: left;
}	

.clear{
	clear:both;
}	


.flash{
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    margin: 5px 0;
    background: #bcffb5 url(../img/icons/accept.png) 5px 50% no-repeat;
    border: 1px solid #a3e59b;
    color: #226e19;
    -moz-border-radius: 4px;
}

.flash.alert{
    background: #f4ef9a url(../img/icons/alert.png) 5px 50% no-repeat;
    border: 1px solid #dcd783;
    color: #65600e;
}

.flash.error{
    background: #ffb5b5 url(../img/icons/error.png) 5px 50% no-repeat;
    border: 1px solid #e09799;
    color: #671618;
}