﻿/*--------------------------------------------------------
				Reset
--------------------------------------------------------*/
html {color:#3c3c3c;background:#f5f5f5;font-family:arial,helvetica,sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style: inherit;font-weight: inherit;}
del,ins {text-decoration: none;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;color:#3c3c3c;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #3c3c3c;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {/**font-size: 100%;*/font-size: 100%;}

html, body
{
	height:100%;
	background:#fff;
}

a
{
    color:#2760a9;
}

a:hover 
{
    text-decoration:none;
}

#container
{
    height:100%;
}

#content
{
    padding-top:120px;
}

.frame
{
	padding:15px 0;
	background-color:#2760a9;
}

.sprite
{
    background:url(http://cdn.atgmedia.com/white-label/website/sitedown/sprite.png) 0 0 no-repeat;
}

#mainContent
{
    background:#fff;
    border:5px solid #2760a9;
    border-radius:10px;
    padding:20px;
    text-align:center;
    width:668px;
    margin:0 auto;
}

#logo
{
    background-position:-12px -30px;
    height:63px;
    width:358px;
    margin:10px auto 0 auto;
}

#message
{
    padding-bottom:10px;
}

h1
{
    color:#2760a9;
    font-size:1.7em;
    font-weight:bold;
    padding:10px 35px 5px 35px;
}

#mainContent p
{
    font-size: 0.9em;
    padding:0 24px;
	line-height:26px;
}

#mainContent p a
{
    font-weight:bold;
}