/*** Graphetti CSS - by D. Francis ***/

/*** Global Styles ***/

@font-face { 
	font-family: 'HelveticaNeueLTPro-Lt';
	src: url('./HelveticaNeueLTPro-Lt.otf');
}

html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: 'HelveticaNeueLTPro-Lt';
	font-size: 1.10em;
	color: #808080;
	letter-spacing: 0;
	line-height: 1.4em;
	text-align: center;
	vertical-align: top;
}

a:link, a:visited, a:active, a:hover {
	background: transparent;
	text-decoration: none;
	outline: none;
}

a:link, a:visited, a:active {
	color: #808080;
}

a:hover {
	color: #000000;
}


/*** Logo Styles ***/

#logo {
	width: 200px;
	height: 42px;
	margin: 10% 0 20px 0;
	border: 0;
	padding: 0;
}

p#paraA, p#paraB, p#paraC {
	margin: 25px 0;
}

p#paraD {
	margin: 25px 0 10% 0;
}

/*** Content Style ***/

.red {
	color: #da202f;
}

.enterOut {
	-webkit-transform: scale(1.0, 1.0);
	opacity: 0.01;
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: hidden;
}

.enterIn {
	-webkit-transform: scale(1.0, 1.0);
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: visible;
}


/*** Form Styles ***/

form {
	background: transparent;
	max-width: 600px;
	box-shadow: rgba(140, 140, 140, 1) 0 0px 10px -1px;
	-webkit-box-shadow: rgba(140, 140, 140, 1) 0 0px 10px -1px;
	margin: 20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 30px 20px 30px;
}

label {
	margin: 0px 0px 5px;
}

label>span {
	float: left;
	width: 20%;
	text-align: right;
	margin-top: 20px;
	padding-right: 10px;

}

input[type="text"], input[type="email"], input[type="password"] {
	background: #fbfbfb;
	width: 70%;
	height: 20px;
	font-family: 'HelveticaNeueLTPro-Lt';
	font-size: 1.00em;
	color: #606060;
	margin: 10px;
	border: 1px solid #aeabb9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 11px 10px 9px;
	outline: 0;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
}

textarea {
	background: #fbfbfb;
	width: 70%;
	height: 160px;
	font-family: 'HelveticaNeueLTPro-Lt';
	font-size: 1.00em;
	color: #606060;
	line-height: 25px;
	margin: 10px;
	border: 1px solid #aeabb9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	outline: 0;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
}

.button {
	background-color: #da202f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #da202f), color-stop(1, #b8000d) );
	background:-moz-linear-gradient( center top, #da202f 5%, #b8000d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#da202f', endColorstr='#b8000d');
	box-shadow: inset 0px 1px 0px 0px #ff8080;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ff8080;
	-moz-box-shadow: inset 0px 1px 0px 0px #ff8080;
	width: 100px;
	height: 34px;
	display: inline-block;
	font-family: 'HelveticaNeueLTPro-Lt';
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #b8000d;
	margin: 10px 0 0 0;
	border: 1px solid #da202f;
	border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;
	-moz-border-radius: 17px 17px 17px 17px;
	cursor: pointer;
}

.button:hover {
	background-color: #b8000d;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8000d), color-stop(1, #da202f) );
	background: -moz-linear-gradient( center top, #b8000d 5%, #da202f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8000d', endColorstr='#da202f');
}

.button:active {
	position: relative;
	top: 1px;
}


/*** End of CSS ***/
