@charset "utf-8";

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
    }
    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;
    }
	
	
.wrap{
	max-width: 650px;
	margin: 40px auto 0 auto;
	padding: 0 10px;
	background-color: white;
	}

.logo-pla{
	width: 311px;
	height: 116px;
	background: url(../images/PLA_Logo.jpg) no-repeat center;
	margin: 0 auto;
	}
	
.logo-bg{
	width: 130px;
	height: 25px;
	background: url(../images/BG_Logo.jpg) no-repeat center;
	margin: 30px auto 0 auto;
	}
	
.blue {
	color: #00ADEF;
	}

h1, p{
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	padding-top: 2em;
	line-height: 1.5em;
	}
	
.warning{
	font-size: 20px;
	font-weight: 400;
	color: #00ADEF;
	text-transform: uppercase;
	}	


.btn {
	height: 55px;
	width: 300px;
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0px 0px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

/* Pseudo elements for icons */
.btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
	}
	
/* Button 1 */
.btn-1 {
	border: 3px solid #343C7B;
	color: #343C7B;
	}
	
/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #fff;
	background: #343C7B;
	}
