@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:46;
	outline:0;
	font-style: normal;
	/* [disabled]vertical-align:baseline; */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
li {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
table {
    border-collapse:collapse;
    border-spacing:0;
		width: 100%;
		line-height: 1.4;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #eee;
font-size: 14px;
margin: 0;
max-width: 100%;
background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
a {
	color: #391824;
	text-decoration: none;
}
a:hover {
	color: #fff;
}