/* ******************************

Author: Daniel Paquette
Company: LearnShare LLC
Company URI: http://www.learnshare.com/
Version: RC 2.2

****************************** */

@import url(reset.css);
@import url(textformatting.css);

/* ******************************

Development Process Page ONLY

For positioning the flash content.

****************************** */

html {
	background: #f2f3f5 url(../images/bg_p.gif) repeat-x;
}

.back_button span {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin-right: 15px;
}

.back_button {
	width: 100%;
	height: 28px; 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	background: url(../images/b_button.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #16559f;
	line-height: 27px;
}

.back_button:hover {
	background: url(../images/b_button_h.gif) repeat-x;
	color: #fff;
	text-decoration: underline;
}

.process_wrap {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	text-align: center;
}

.process {
	width: 850px; 
	height: 850px; 
	margin: 0 auto;
}