
body {
	color: #000; /* white */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFF URL('../images/bg-texture.png') top left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

/* Colours */

.slate {
	color: #161616;
}

.white {
	color: #FFFFFF;
}

.pink {
	color: #ff006C;
}

.yellow {
	color: #fce66c;
}

/* Titles */

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 45px;
	color: #ff006C;
	margin-bottom: 10px;
}

.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #780379; /* Violet */
	margin-bottom: 20px;
}

.subtitle_before_img {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #fce66c; /* Violet */
	margin-bottom: 0px;
}

/* Links */

a:link, a:visited, a:hover, a:active {
	color: #ff006C; /* Rose */
	padding: 2px;
	text-decoration: none;
}

/* Lines */

hr {
	width: 100%;
	height: 1px;	
	color: #780379; /* Rose */
	background-color: #780379; /* Rose */
	margin-bottom: 20px;
}

/* Inputs */

input.text-input, textarea {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #221F28; /* slate */
	background: #FFF; /* White */
	padding: 5px;
	border: 5px solid #2F2A3C; /* Rock */
	margin-bottom: 20px;
}

input.text-input:focus, textarea:focus {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #221F28; /* slate */
	background: #FFF; /* White */
	padding: 5px;
	border: 5px solid #5D00E9; /* Violet */
	margin-bottom: 20px;
}

input.submit, input.reset {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}	

input.submit {
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	padding: 5px;
	text-shadow: 0 -1px 1px rgba(34,31,40,1); /* Slate */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF408C), to(#FF0066)); /* (Rose + 25%) to Rose */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid rgba(255,255,255,0.5); /* White 50% */
	border-bottom: 1px solid rgba(0,0,0,0.5); /* Black 50% */
	cursor: pointer;
}

input.submit:active {
	top: 1px;
}
input.reset {
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	padding: 5px;
	text-shadow: 0 -1px 1px rgba(34,31,40,1); /* Slate */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6c6574), to(#5b4d69)); /* (Blackcurrent + 25%) to Blackcurrent */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Black 50% */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Black 50% */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid rgba(255,255,255,0.5); /* White 50% */
	border-bottom: 1px solid rgba(0,0,0,0.5); /* Black 50% */
	cursor: pointer;
}

input.reset:active {
	top: 1px;
}

/* Buttons */

a.button_rose {
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	padding: 5px;
	text-shadow: 0 -1px 1px rgba(34,31,40,1); /* Slate */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF408C), to(#FF0066)); /* (Rose + 25%) to Rose */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Black 50% */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Black 50% */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid rgba(255,255,255,0.5); /* White 50% */
	border-bottom: 1px solid rgba(0,0,0,0.5); /* Black 50% */
	cursor: pointer;
}

a.button_rose:active {
	top: 1px;
}

/* Error */

div.error {
	color: #000;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	border: 5px solid #c3aa00;
	background: #FBF92D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.error ul {
	margin-bottom: -5px;
}

.error li {
	margin-bottom: 5px;
}

/* Success */

div.success {
	color: #000;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	background: #22F3B6;
	border: 5px solid #008E86;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.success p {
	margin-bottom: 10px;
}

.success ul {
	margin-bottom: -5px;
}

.success li {
	margin-bottom: 5px;
}

/* Background */

#bg-container {
	width: 100%;
	height: 100%;
	background: #FFF;
}

#top-left {
	width: 100%;
	height: 100%;
}

#top-right {
	width: 100%;
	height: 100%;
}

#bg-texture-glow {
	width: 100%;
	height: 100%;
}

#content-container {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
