/*===========================
Eric Meyer Reset 
===========================*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	 background:url(../images/hm_bg2.png) repeat;
	 font-size:12px;
	 color:#000000;
	 background-color:#49b1e9;
	 margin:0;
	 padding:0

}

.bg-im{ background:url(images/mb.jpg) no-repeat right 203px;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ text-decoration:none;}

/*===========================
Typography
===========================*/
h1,h2,h3,h4,h5,h6{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000; font-weight:normal;}

/*===========================
Form Element
===========================*/

input.tex-field{ width:210px;  margin:0 0 18px 25px; padding:5px; background:#dadbdb; border-radius:10px; height:18px; border:1px solid #9f9f9f; behavior:url(PIE.htc);}
.login-butt{
	height:34px;
	text-align:center;
	border-radius:5px;
	border:none;
	font-size:17px;
	text-shadow:0 1px #323c42;
	cursor:pointer;
	background-image: url(../images/login.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 22px;
	color: #002735;
}

/*===========================
Fonts
===========================*/
@font-face {
    font-family: 'museo_700regular';
    src: url('fonts/museo700-regular-webfont.eot');
    src: url('fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo700-regular-webfont.woff') format('woff'),
         url('fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('fonts/museo700-regular-webfont.svg#museo_700regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
