/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, 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;
}

/*@font-face {	font-family: 'lineto-akkurat-pro-regular';src:url('../fonts/lineto-akkurat-pro-regular.woff') format('woff');}*/

body {
	line-height: 1;
	font-family: 'Roboto',Helvetica, Arial, sans-serif;
	color:#999999;
	text-align:center; 
	background-color:#e1e1e1;
}

html {-webkit-text-size-adjust: none;}

h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: -3px;
	font-size: 50px;
	line-height:50px;
	color:#999999; 
	padding-top:30px;
	padding-bottom:20px;
}

a,a:link a:active, a:visited{ text-decoration: none; color:#999999; outline:none; margin-bottom: 35px;}
a:hover{ text-decoration: none; color:#ff9933;}

.whiteBox { 
	width:50%; 
	min-width:300px; 
	margin:0 auto; 
	text-align:left; 
	background-color:#fafafa;
	border:#ccc 1px solid;
	-moz-border-radius:5px;
	-webkit-border-top:5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.boxContainPad{ padding:40px; padding-bottom:30px; padding-left:15%}
.boxContain{/*background-image:url(../images/content-bg.png);*/ background-repeat:repeat-y;}
.lastName{	color:#ff9933; }

.button{
	font-size:16px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height:17px;
	margin: 3px;
	display: block;
}

.button:active, .button:link, .button:visited{ text-decoration: none; color:#999999; outline:none; }
.button:hover{ color:#ff9933; }

.smallPrint{
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height:12px;
	margin-top: 15px;
	vertical-align: baseline;
	width:100%; 
	min-width:300px; 
}