html
{
	-webkit-text-size-adjust:100%;
	min-height:100%;
	overflow-y:scroll;
}

body
{
	bottom:0;
	color:#444;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	left:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	
	
background: rgb(191,191,191); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(238,238,238,1) 19%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(19%,rgba(238,238,238,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(238,238,238,1) 19%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(238,238,238,1) 19%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(238,238,238,1) 19%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(238,238,238,1) 19%); /* W3C */



background-attachment:fixed;
height:100%;


}

a:hover,a:active
{
	outline:none;
}

textarea
{
	overflow:auto;
}

fieldset,img,iframe
{
	border:0;
}





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

audio,canvas,video
{
	display:inline-block;
}

p,hr,ul,ol,dl,blockquote,pre,fieldset,figure
{
	margin:15px 0;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:400;
	margin:25px 0 15px;
}

ul,ol,dl
{
	padding-left:30px;
}

dd
{
	margin-left:40px;
}

h1
{
	font-size:36px;
	line-height:36px;
}

h2
{
	font-size:28px;
	line-height:24px;
	color:#C0C0C0;
	text-transform:uppercase;
	font-weight:700;
	
	text-shadow:0 -1px 0 rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.7);
}

h3
{
	font-size:18px;
	line-height:18px;
}

h4,h5,h6
{
	font-size:16px;
	line-height:16px;
}

b,strong
{
	font-weight:700;
}

small
{
	font-size:11px;
}

del
{
	text-decoration:line-through;
}



hr
{
	border:0;
	border-top:1px solid;
	border-top-color:#ddd;
	display:block;
	height:1px;
	padding:0;
}

q,blockquote
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	quotes:\201C\201D\2018\2019;
}

blockquote
{
	font-size:16px;
	line-height:22px;
	padding:0 20px;
}

blockquote:before
{
	content:'\201C';
}

blockquote:after
{
	content:'\201D';
}

code,pre
{
	font-family:"Courier New", Courier, monospace;
}

code
{
	word-spacing:-2px;
}

pre
{
	background:#fafafa;
	border:1px solid #ddd;
	font-size:12px;
	line-height:18px;
	padding:10px;
	white-space:pre-wrap;
	word-wrap:break-word;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

th,td
{
	padding:1px;
}

input,select
{
	vertical-align:middle;
}

select,input,textarea,button
{
	font:12px Arial, sans-serif;
}

form,textarea
{
	margin:0;
}

legend,fieldset,input
{
	padding:0;
}


select
{
	line-height:19px;
}



a
{
	color:#F37043;
	
	transition: all 500ms;
	-moz-transition: all 500ms ; /* Firefox 4 */
	-webkit-transition: all 500ms; /* Safari and Chrome */
	-o-transition: all 500ms; /* Opera */	
}

a:hover,em,code
{
	color:#333333;
	
	transition: all 500ms;
	-moz-transition: all 500ms ; /* Firefox 4 */
	-webkit-transition: all 500ms; /* Safari and Chrome */
	-o-transition: all 500ms; /* Opera */	
}

ins,mark
{
	background-color:#ffa;
}

mark
{
	color:#444;
}

.center
{
	left:50%;
	margin-left:-200px;
	position:absolute;
	text-align:center;
	top:20%;
	width:400px;
}

.error
{
	font-size:200px;
	font-weight:700;
	line-height:200px;
	margin:0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7);
}

.title
{
	margin:60px 0 0;
}

.message
{
	margin:20px auto 0;
	width:400px;
}

.error { text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7); }

.error > span {
	display: inline-block;
	position: relative;
}

.error span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(images/shadow.png) no-repeat;
	background-size: 100% 100%;
}




img::selection,img::-moz-selection
{
	background:transparent;
}


a,a:hover,ins
{
	text-decoration:none;
}

::-moz-selection,::selection
{
	background:#39f;
	color:#fff;
}

.error div {
	background:url(images/twg-logo.png) 0 0 no-repeat;
	width:400px;
	height:208px;
	display:block;
	margin:0 auto;	
}

.form {
	top:35% !important;	
}

