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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	
}

body {
	line-height: 1;
	height: 100%;
}

::selection {
	background-color: rgba(0,0,0,0.5);
}

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
}

::-webkit-selection {
	background-color: rgba(0,0,0,0.5);
}


::-o-selection {
	background-color: rgba(0,0,0,0.5);
}



.input.normal::selection {
	background-color: rgba(0,0,0,0.5);
}

.input.moz::-moz-selection {
	background-color: rgba(0,0,0,0.5);
}

.input.webkit::-webkit-selection {
	background-color: rgba(0,0,0,0.5);
}


.input.o::-o-selection {
	background-color: rgba(0,0,0,0.5);
}

::-webkit-input-placeholder {
	font-family: "lobster";
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.2);
	text-shadow:2px 2px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	line-height: 16px;
	display: inline-block;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

        padding-top: 3px;

}

::-moz-input-placeholder {
	font-family: "lobster";
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.2);
	text-shadow:2px 2px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	line-height: 16px;
	display: inline-block;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

        padding-top: 3px;

}

::-o-input-placeholder {
	font-family: "lobster";
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.2);
	text-shadow:2px 2px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	line-height: 16px;
	display: inline-block;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

        padding-top: 3px;

}

::input-placeholder {
	font-family: "lobster";
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.2);
	text-shadow:2px 2px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	line-height: 16px;
	display: inline-block;
        padding-top: 3px;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;


}

html {
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#theMostRefreshingBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

	background-image: url();
	background-size: cover;
}

#theMostRefreshingContent {

	position: absolute;
	top: -100%;
	left: 50%;
	margin:-86px 0px 0px -288px;
	
	text-align: center;
	
	width: 524px;
	height: 242px;
	
	overflow: hidden;
	
	background: transparent;
	padding: 16px;

        opacity: -1.0;
	
}

#theMostRefreshingInput {
	height: 0px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-left: 0px;
}

#coverGirl {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,0.20);
}

.divider {
	width: 100%;
	height: 1px;
	margin: auto;
	border-bottom: 1px dotted rgba(255,255,255,1);
	
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	
	margin-top: 20px;
	margin-bottom: 20px;
}

.input {
	width: 342px;
	padding: 8px;
	border: none;
	background: transparent;
	font-family: "lobster";
	letter-spacing: 0.1em;
	color: rgba(255,255,255,1);
	text-shadow:2px 2px 0px rgba(0,0,0,0.8);
	font-size: 18px;
	line-height: 16px;
	display: inline-block;
	padding-left: 15px;
	margin-left: 20px;
	
	background-color: rgba(0,0,0,0.4);
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	
        -o-border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
	
	-moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-o-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	
	transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.input:focus {
        border: none;
        outline: none;
        background-color: rgba(0,0,0,0.8);

        -moz-box-shadow:8px 8px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: 8px 8px 0px rgba(255,255,255,0.7);
	-o-box-shadow: 8px 8px 0px rgba(255,255,255,0.7);
	box-shadow: 8px 8px 0px rgba(255,255,255,0.7);

}

.inputSpecial {
	width: 90px;
	position: relative;
	top: 0px;
	padding-left: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.trans01 {
	transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}

.trans02 {
	transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
}

.trans03 {
	transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}

.buttonStyle {
	border: none;
	font-family: "lobster";
	letter-spacing: 0.1em;
	font-size: 18px;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 0px rgba(0,0,0,0.75);
	line-height: 16px;
	display: inline-block;
	position: relative;
	padding: 10px 16px 16px 10px;
        height: 36px;
	top: 0px;
	margin: 10px 20px 0px 0px;
	
	background-color: rgba(0,0,0,0.4);

        -o-border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
	
	-moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-o-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

	transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	}

.buttonStyle:hover {
        background-color: rgba(0,0,0,0.8);
        -moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	-o-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
}

.buttonStyle:active {

	-moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	-o-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3);

}

.buttonStyle:focus {
        border: none;
        outline: none;
         background-color: rgba(0,0,0,0.8);

        -moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	-o-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3), inset -1px -1px 0px rgba(0,0,0,0.3),5px 5px 0px rgba(255,255,255,0.7);
}

.frames {
	position: absolute;
	top:0px;
	left:0px;
}

.formContent {
	margin-left: 12px;
}

h1 {
	font-family: "lobster";
	font-size: 64px;
	color: rgba(255,255,255,1);
	text-shadow: 3px 4px 0px rgba(0,0,0,0.75);
	line-height: 64px;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

h2 {
	font-family: "lobster";
	font-size: 26px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	line-height: 66px;
	display: inline-block;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

p {
	font-family: "lobster";
	font-size: 18px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.65);
	line-height: 46px;
	display: inline-block;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}