/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}




body {
	color:#fff;
	font:400 1em/1.4em Arial,sans-serif;
}

p {
	margin:1em 0;
}

a {
	color:#fff;
}

h1 {
	font-size:1.2em;
	margin:1em 0;
}


.wrapper {
	margin:0 auto;
}

.box-logo {
	margin:2em;
}

.box-content {
	padding:1em 2em 1em 18em;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #359fea;
	background: -moz-linear-gradient(top, #359fea 0%, #1882ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#359fea), color-stop(100%,#1882ce));
	background: -webkit-linear-gradient(top, #359fea 0%,#1882ce 100%);
	background: -o-linear-gradient(top, #359fea 0%,#1882ce 100%);
	background: -ms-linear-gradient(top, #359fea 0%,#1882ce 100%);
	background: linear-gradient(to bottom, #359fea 0%,#1882ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359fea', endColorstr='#1882ce',GradientType=0);
	-moz-box-shadow:1px 0 5px 1px rgba(53,159,234,1);
	-webkit-box-shadow:1px 0 0 1px rgba(53,159,234,1);
	box-shadow:1px 0 0 1px rgba(53,159,234,1);

}

.box-footer {
	padding:1em 2em 1em 18em;
	color:#505050;
}

.box-footer a {
	color:#505050;
}

@media screen and (max-width: 660px) {
	.box-footer {padding:1em 2em}
	.box-content {padding:2em}
}
