body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-table;
	width: 100%;
}

* html .clearfix { /* Hides from IE-mac \*/ height: 1%;/* End hide from IE-mac */ }

.error{
    margin: 10px 10px;
    border: 1px solid #EFC2C2;
    background: #EFE0E0;
}

.info{
    margin: 10px 10px;
    border: 1px solid #819F85;
    background: #E5EFE0;
}

.error li, .info li{
    padding: 5px;
    color: #666666;
}

.info li{
    color: #000000;
}

.clear{
    width: 100%;
    height: 1px;
    clear: both;
}

.nopadding{
    padding: 0;
}