/* Reset-min */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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,em,strong,th,var{
	font-style:normal;
	font-weight:bold;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	 background: none repeat scroll 0 0 #000;
    border: 0 none;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
    width: 380px;
}
textarea{
	width:380px;
	padding:5px;
	margin-bottom:5px;
	background:#000;
	border:0px;
	height:130px;
}
legend{
	color:#000;
}
/* Reset-min END */

abbr,acronym{
	border-bottom:1px dotted #000;
	cursor:help;
	font-variant:normal;
}
em{
	font-style:italic;
}
blockquote,ul,ol,dl{
	margin:1em;
}
ol,ul,dl{
	margin-left:2em;
}
ol li{
	list-style:decimal outside;
}
ul li{
	list-style: none;
}
dl dd{
	margin-left:1em;
}
th,td{
	border:0px;
	padding:.5em;
	vertical-align:top;
}
th{
	font-weight:bold;
	text-align:center;
}
caption{
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table,pre{
	margin-bottom:1em;
}
fieldset{
	margin-bottom:0px;
}

input[type=text],input[type=password],textarea {
	width:380px;
	border:0px;
	padding:5px;
	margin-bottom:5px;
	background:#000;
	color:#fff;
}
.button{
	width:70px;
	padding:5px;
	background:#930000;
	color:#fff;
	font-size:16px;
	line-height:1.4em;
	border:0px;
	float:right;
	cursor:pointer;
}
input[type=text],input[type=password],textarea {

}
input[type=submit],input[type=reset] {
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	padding:2px 6px;
	cursor:pointer;
}
input[type=image] {
	vertical-align:bottom;
}

input[type="submit"], input[type="reset"] {
	background:#930000;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	line-height: 1.4em;
	padding: 5px;
	width: 70px;
	border-radius:0px;
}
/* Base-min END */