html, h1, h2, h3, h4, p, ul, form {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	text-align:left;
}
.bold {
	font-weight:bold;
}
.bottom-marg-10 {
	margin-bottom:20px !important;
}
.bottom-marg-30 {
	margin-bottom:30px !important;
}
.bottom-pad-5 {
	padding-bottom:5px !important;
}
.bottom-pad-10 {
	padding-bottom:10px !important;
}
.center-align {
	text-align:center;
}
.clear {
	clear:both;
}
.float-row {
	float:left;
	position:relative;
	width:100%;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.left-align {
	text-align:left;
}
.left-pad-10 {
	padding-left:10px !important;
}
.normal {
	font-weight:normal;
}
.right-align {
	text-align:right;
}
.right-pad-10 {
	padding-right:10px !important;
}
.small-txt {
	font-size:11px !important;
}
.top-marg-10 {
	margin-top:10px !important;
}
.top-pad-5 {
	padding-top:5px !important;
}
.top-pad-10 {
	padding-top:10px !important;
}
.vertical-pad-10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.wide-10 { width:10%; }
.wide-20 { width:20%; }
.wide-30 { width:30%; }
.wide-40 { width:40%; }
.wide-50 { width:50%; }
.wide-60 { width:60%; }
.wide-70 { width:70%; }
.wide-80 { width:80%; }
.wide-90 { width:90%; }
.wide-100 { width:100%; }

/**** Blue Button ****/
a.md-blue-btn {
    float:left;
    clear:left;
	display: block;
	font-family:Arial,Verdana,Helvetica,Sans-Serif !important;
	font-weight:bold !important;
	white-space:nowrap !important;
    text-decoration: none !important;
    cursor:pointer;
	font-size:12px !important;
    height: 26px;
    padding-right: 10px !important; /* sliding doors padding */
	background: transparent url(/images/md-blue-btn-rt.png) no-repeat scroll top right;
}
a.md-blue-btn span {
	background: transparent url(/images/md-blue-btn.png) no-repeat top left;
    display: block;
	text-align:center;
	color:#FFFFFF;
	line-height: 11px;
	min-width:59px;
	_width:69px;
	padding:7px 0 8px 10px;
}
a.md-blue-btn:hover,
* .md-blue-btn:hover {
    background-position: right center !important;
}
	a.md-blue-btn:hover span {
	    background-position: left center !important;
	}