
/* Browser Reset CSS */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption s{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;4
	font-family: inherit;
	vertical-align: baseline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
	font-weight:bold;
}
/* FF3 DONT SHOW DOTTED BORDER ON LINKS */
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
/* END FF3 DONT SHOW DOTTED BORDER ON LINKS */


/* GENERAL */
body {
	background-color: #323232;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
.container { 
	margin:50px;
	width:450px;
}
.logo { 
	margin-left:-10px;
	margin-bottom:40px;
}
p { 
	margin-bottom:10px;
	color:#FFFFFF;
}

a {
	color:#FF3333;
	text-decoration:none;
}
a.link_white {
	color:#FFFFFF;
	text-decoration:underline;
}
a.link_work {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:focus {
	color:#FF3333;
	text-decoration:underline;
}

h1 { 
	display:none;
}

h2 { 
	font-weight:bold;
	color:#FF3333;
	text-transform:uppercase;
	margin-top:45px;
	font-size:18px;
}

.alert { 
	color:#FF3333;
	font-size:1.2em;
	font-weight:bold;
}

#flash-holder {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}

