/* CSS Document */
html, 
body {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;font-weight: 700;
	color:#111;
}
a {
	color:#012429;text-decoration:none;
	}
h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 65px;
	letter-spacing: -3px;
	padding:0;
	margin:0;
	line-height:60px;
}
h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700; 
	font-size:18px;
	padding:0;
	margin:10px 0;
	line-height:45px;
	width:100%;	
	background:#012429;
	color:#fff;
	}
.dialog-background{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.85);
	-webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
	-moz-border-radius: 5px;
	border-radius: 5px;
    border: 0 none;
    height: 300px;
    left: 50%;
    margin-left: -225px;
    margin-top: -150px;
    position: fixed;
    top: 50%;
    width: 450px;
    z-index: 9999999;
}
.dialog-loading-icon {
    display: block;
    margin: 0;
    padding: 20px;
	text-align: center;
}
#paperclip {position:absolute;top:-20px;right:-20px;width:70px;height:70px;}
