/* General */

html, body {
	margin: 0;
	padding: 0;
	width:100%;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	background: url(../images/body_bg.png) repeat-x top;
}

div#container {
	height: auto !important;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background: url(../images/shadow.png) no-repeat 50% 390px;
	min-width: 990px;
	position: relative;
}

.smbo_screens {
	width: 240px;
	height: 293px;
	position: absolute;
	font-size: 0;
	line-height: 0;
	top: 150px;
}

.smbo_screens.left { left: 0; }
.smbo_screens.right { right: 0; }

#header {
	padding-top: 50px;
	height: 170px;
	width: 450px;
	margin: auto;
}

#header a {
	width: 314px;
	margin: auto;
	display: block;
}

#content {
	width: 450px;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding: 0 10px;
}

#transformer {
	padding: 5px;
	width: 320px;
	margin: auto;
	position: relative;
}

#transformer .box {
	padding-bottom: 29px;
}

#transformer .box_content {
	/* height: 200px; */
	position: relative;
	z-index: 1;
}

#transformer .box_content2 {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	display: none;
	padding: 25px;
	margin: 5px;
	/*.margin: 10px 5px 5px 5px;*/
}

#transformer h3 {
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #003f5b;
	display: inline-block;
}

#transformer .box_content2 h3 {
	text-shadow: none;
}

#transformer .form_framed select {
    width: 100%;
    margin-top: 8px;
    border: none;
}

#links {
	padding: 40px 0 0 0;
}

#links .sep {
	float: left;
}

#links a {
	position: relative;
	float: left;
}

#links a i {
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -16px;
	font-size: 0;
	line-height: 0;
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

#links a#createacc i {
	background-image: url(../images/icon_add.gif);
}

#links a#forgotpass i {
	background-image: url(../images/icon_forgot.gif);
}

#links a:hover i {
	background-position: -32px 0;
}

#links a:focus {
	outline: none;
}

#links a.seleceted:link, #links a.selected:visited {
	color: #999;
	cursor: default;
	text-decoration: none;
}

#links a.selected i {
	background-position: -64px 0;
}

#links a.selected:hover {
	color: #999;
}

#stretcher {
	width: 990px;
	height: 1px;
	position: absolute;
	top: 0;
	font-size: 0;
	line-height: 0;
}

/* Footer */

div#footer_guard {
	height: 70px;
	clear:both;
}

div#footer {
	height: 50px;
	margin-top:-50px;
	color: #999;
	position: relative;
	font-size: 90%;
	background: url(../images/footer_bg.png) repeat-x top;
	line-height: 1.6;
}

#footer a:link, #footer a:visited { color: #777; }
#footer a:hover { color: #000; }

#footer .credit {
	float: right;
}

#footer  #agiletech {
	position: relative;
	margin-left: 20px;
}

#footer #agiletech img {
	position: absolute;
	margin-left: -16px;
	left:0;
}

@-moz-document url-prefix() { /* For Firefox */
    #footer #agiletech img {
        margin-top: 1px;
    }
}
