/**
* BerryDN2 style sheet
* Written by: Alan Juarez 2014
* 
* This is a shoutout to all my homies.
* Delta
* LH1337
* FuckTard

*/

/** 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}

/** Styling **/

body {
    background: none repeat scroll 0 0 #eeeff1;
}

#wrapper {
margin: 0 auto;
padding: 0;
width: 600px;
height: 100%;
overflow: hidden;
}

#header {
text-align: center;
margin-top: 80px;
margin-bottom: 62px;
}

#header h1 {
font-family: 'Microsoft Yahei';
font-size: 4.500em;
color: #6d6d6d;
}

#login-form {
border: 4px solid #e5e6e8;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], select
{
	background-color: #ffffff;
	padding: 0;
	font-family: 'Microsoft Yahei', sans-serif;
	outline: none;
	border: 1px #f0f0f0 solid;
	margin: 0 auto;
	width: 100%;
	height: 42px;
	font-size: 1.125em;
	color: #303030;
	text-indent: 12px;
	
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	
	-ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

textarea
{
	background-color: #ffffff;
	padding: 0;
	font-family: 'Microsoft Yahei', sans-serif;
	outline: none;
	border: 1px #f0f0f0 solid;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-size: 1.125em;
	color: #303030;
	
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	
	-ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

button.btn
{
	background-color:#f4614d;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:block;
	color:#ffffff;
	font-family: 'Microsoft Yahei', sans-serif;
	font-size:1.5em;
	font-weight:normal;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:100%;
	text-decoration:none;
	text-align:center;
	border: none;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
}

#box.wrapper
{
	width: 400px;
	margin: 0 auto;
	background-color: #f6f6f6;
	border: 4px solid #e5e6e8;
	padding: 30px;
}

p.contact
{
	font-family: 'Microsoft Yahei', sans-serif;
	font-size: .75em;
	color: #666666;
	font-weight: 400; 
    letter-spacing: 0;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 100%;
}
.tip{top:40px;width:100%;text-align:center;}
#tip{color:#f00;}