/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, p, blockquote, pre,
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 {
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30;
    margin-left: 0;
    color: #382d24;
}

h4 {
    font-size: 13px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

body {
    line-height:1;
    margin:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    /*margin-bottom: 50px;*/
}

td {
    /*text-align: center;*/
    vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

p {
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
}#contentsWrap .centerBox_a img {
    height: 70px;
    width: 320px;
    text-align: center;
    margin-left: 290px;
}
#slideshow .logoBox {
    background-attachment: scroll;
    background-image: url(../img/logoTop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    float: right;
    height: 60px;
    width: 360px;
    margin-top:40px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

form .mface-txt {
	margin-top: 10px;
	margin-bottom: 50px;
}
.centerBox_a form {
	line-height: 21px;
	font-size: 0.95em;
	width: 830px;
	margin: 0 auto;
	background-color: #f4f1ed;
	padding: 50px;
}
#item_1, #item_2, #item_3, #item_4, #item_5, #item_6, #item_7, #item_8, #item_9 {
	margin-top: 20px;
	margin-bottom: 20px;
}
form .mface-txt .resetve_desc {
	padding-top: 30px;
	padding-bottom: 30px;
}
.text, textarea, .dropdown{
	border:1px solid #777;
	padding: 5px;
	color: #382D24;
	background: #fff;
	border-radius: 5px;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}
.submit{
	border:1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	
/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		
/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}



form .mface-txt ul li {
	line-height: 21px;
	font-size: 14px;
}
.mface-red {
	font-size: 12px;
	color: #F00;
}
