/* ================================================================================================== */
/* = MOVE DANCE COMPETITION - FORMS - CSS - Coded by Matthew Beverly/www.mattystudios.com  ...........*/
/* ================================================================================================== */


	/*- Form Containers setup -*/
	#form-module {width:527px; margin: 0px 0px 10px 0px; padding: 20px 20px 20px 20px; float: left; background-color:#181818; border:1px solid #000; font-size:90% }
	
	/*- Splits to divide divs-*/
	#left {width:270px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: left;}
	#right {width:250px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: right;}
	#full {width:520px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: left;}
	
	#tagline {width:527px; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; float: left;  border-bottom :1px solid #232323; padding-Bottom: 10px; display:block }
	
	#btn_submit { border:0 }

/* =========================*/
/* = STEPS MENU = */	
/* =========================*/

	/* Containers and general Setup */
	#steps {width:570px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; height:50px;font-size:12px;position:relative;z-index:98;background-image: url(../img/backgrounds/header-bg.gif); background-repeat: no-repeat; background-position: top; }
	#steps h1 {position:absolute;left:-9999px;}	
	#steps ul {list-style:none;margin: 0px 0px 0px 10px;padding:0;}
	
	/* Nav buttons setup */
	#steps ul li {float:left;line-height:48px;position:relative;z-index:99;outline: none;}

	/* Nav States  */
	#steps ul li a {color:#999;text-decoration:none;height:48px;float:left;display:inline; /*ie*/padding:0 10px;outline: none; }
	#steps ul li a:hover {display:block;background-image:none !important; color:#fff;}
	#steps ul li a.active {color:#0099ff;background-image: url(../img/nav/nav-active-bg.gif); background-repeat: repeat-x; font-size:14px;}
	
/* =================================== */
/*  FORM BOXES STYLING                 */
/* =================================== */
	.textbox {color: #333; font-size: 90%; }


/* =================================== */
/*  TEXT STYLING                       */
/* =================================== */

	.lrg {color: #0099ff; font-size: 120%; font-weight:bold;letter-spacing:0px;}
	.small{font-size: 90%; font-weight:normal; color:#999}
	
	.highlightbold {color:#ccc;font-weight:bold;font-size: 100%;}
	.highlightsm {color:#cfcfcf;font-weight:bold;font-size: 90%}
	
	.alert {color:#ff0000;font-weight:bold;font-size: 100%}
