/*
_____________________________________________________________________

Title:			Alveola | Regisztrációs form
Project:		Graphic design & Clientside Programing
Technologies:	HTML, CSS, javaScript
JS framework:	MooTools 1.2 (noobSlide 1.11)

URL:			http://www.alveola.hu/regisztracio/
---------------------------------------------------------------------
Author:			Tari Gabor
				Website: http://agx.hu/
				Contact: tari@agx.hu
---------------------------------------------------------------------
Date:			08.26.2008.
				All contents are reserved.
_____________________________________________________________________

*/


* { margin:0; padding:0; }



/*  MAIN CONTROLS ------------------------------------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
	background: url(../gfx/gray.jpg) repeat-x white;
}

a { outline:none; }




/*  CONTAINERS -------------------------------------------------------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#flash {
	width: 1000px;
	height: 150px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	background: url(../gfx/flash.jpg) no-repeat;
}

#container {
	width: 1000px;
	height: 430px;
	top: 150px;
	margin: 0 auto;
	padding: 0;
	background: url(../gfx/background.jpg) no-repeat;
}

#text {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 400px;
	height: 70px;
	top: 220px;
	right: 128px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e1d5ef;
	font-size: 11px;
	text-align: left;
}


/* REGISZTRACIO ---------------------------------------------------------------------------------------------------------- */

.regContainerOver {
	position: absolute;
	width: 394px;
	height: 253px;
	top: 310px;
	right: 140px;
	text-align: left;
}

.regContainer {
	position: absolute;
	width: 394px;
	height: 49px;
	top: 310px;
	right: 140px;
	text-align: left;
	background: url(../gfx/regisztracio_sprite.jpg) no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.regContainer:hover { background-position: 0px -49px; }



/* FORM --------------------------------------------------------------------------------------------------------- */

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2c1d3c;
}

input {
	padding: 2px;
	color: white;
	background: #715194;
	border: 1px solid #dfcef1;
}

select {
	padding-left: 1px;
	color: white;
	background: #715194;
	cursor: pointer;
	border: 0;
	width: 40px;
}

option {
	padding-left: 1px;
	color: white;
	background: #715194;
	cursor: pointer;
	border: 0;
}

option:hover { background:#a58cc0; }

table { margin-top: 10px; }




/* 'FX' --------------------------------------------------------------------------------------------------------- */

#box { position:absolute; }

#box div {
	width: 394px;
	height: 204px;
	float: left;
	background: url(../gfx/purple.jpg) no-repeat;
}

#info { visibility:hidden; position:absolute; }

.mask {
	position: relative;
	width: 394px;
	height: 253px;
	overflow: hidden;
	background: url(../gfx/regisztracio_form.jpg) no-repeat;
}

.button {
	padding: 15px;
	text-align: center;
	margin: 0 auto;
}

.button span {
	padding: 15px;
	padding-bottom: 16px;
	padding-top: 7px;
	color: white;
	cursor: pointer;
	font: 13px Arial;
	text-transform: uppercase;
	background: #68478a;
	letter-spacing: 1px;
}

.button span.active, .button span:hover {
	background: #b79bd5;
	color: white;
}






