@charset "UTF-8";
/* CSS Document created by Brockett Creative Group for the new Login page for tSpark CMS.*/

body#loginTemplate {
	background: url('../images/background.jpg') top center fixed no-repeat #d4eaf5;
	-o-background-size: cover; 	/*Makes Opera before v10.0 stretch the background to always fit the screen.*/
	-moz-background-size: cover; 	/*Makes Mozilla before version 4.0 stretch the background to always fit the screen.*/
	background-size: cover; 	/*Makes all (current) browsers stretch the background to always fit the screen.*/
	padding: 0px;
	margin: 0px;}
#wrapper {
	width: 790px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 50px;
	position: relative;}
#text_left {
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;}
#text_right {
	display: block;
	position: absolute;
	right: 0px;
	top: 00px;}
img#logo {display: none;}
#main {
	background-color: #ffffff;
	background: url('../images/main-bac.png') top center repeat-y;
	width: 780px;
	-o-border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	border: 1px solid #0099ff;
	overflow: hidden;
	position: relative;
	
	/*Shadow*/
	-moz-shadow: 2px 2px 5px #777777;
	-webkit-shadow: 2px 2px 5px #777777;
	box-shadow: 2px 2px 5px #777777;}
#form {
	width: 500px;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	float: left;
	clear: left;}
#form img {
	display: block;
	margin: 0px auto;
	padding-bottom: 15px;
	max-width: 100%;
	height: auto !important;}
#main div.links {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 100px;}
#main div.right {
	position: absolute;
	left: auto;
	right: 130px;
	bottom: 10px;}
#main a.link:link, #main a.link:visited, #main a.link:hover, #main a.link:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;}
#right {
	background-color: #e2edf1;
	border-radius: 0em 1em 1em 0em;
	padding: 15px 15px 5px 15px;
	display: block;
	float: right;
	clear: right;
	width: 213px;
	border-left: 1px solid #0099ff;
	min-height: 288px;}
#right #connect {
	border-radius:0.5em 0.5em 0.5em 0.5em;
	background-color: #ccd6d9;
	padding: 15px;
	text-align: center;
	float: none;
	clear: both;
	width: 150px;
	margin: 0px auto;
	display: none;}
#connect #icons {
	display: block;
	clear: both;
	text-decoration: none;
	padding-top: 6px;}
#icons a:link, #icons a:visited, #icons a:hover, #icons a:active {
	text-decoration: none;}
#icons img {
	border: none;}

#right img#packaging {display: none;}

#main #right div.links {position: absolute; top: 24px; right: 130px;}

#copyright {
	font-size: 0.7em;
	float: left;
	clear: both;
	padding: 15px 0px;
	text-align: center;
	width: 533px;}
#pill {
	float: right;
	clear: right;
	width: 120px;
	padding: 5px 15px 0px 0px;}
a.accessible {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
a.accessible:focus {
	position:static;
	width:auto;
	height:auto; 
}