@charset "UTF-8";
/* CSS Document */
html,body
{
	height:100%;
}
body
{
	background-color:rgb(0,173,238);
	height:100%;
	border:0;
	margin:0;
	padding:0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;;
	color:#000;
}
p {text-align:left}
h1#mainLogo
{
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	width:123px;
	height:123px;
	background-image:url(../images/startdot_logo.png);
	background-repeat:no-repeat;
	background-poosition:center center;
	margin:auto;
	margin-top:140px;
}
@media all and (max-width:767px) {
h2
{
	color:#fff;
	font-weight:lighter;	
	font-size:34px;
}
}

input
{
	padding:5px 10px 5px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:none;
}
div.error
{
	border:solid 1px 990000;
	background-color:#F99;
	padding:20px;
}
.error h2
{
	color:#990000;
}
#wrapper {
	border:solid 1px rgb(0,173,238);
	display:block;
	max-width:960px;
	height:400px;
	padding:0;
	margin-top:0;
	margin:auto;
	background-image:url(../images/background.jpg);
	background-position:center center;
	background-repeat:no-repeat;
  /* fallback */
  background-color:rgb(0,173,238);
  
  /* Safari 4-5, Chrome 1-9; */
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100,  from(rgb(255,255,255)), to(rgb(0,173,238)));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(50% 50%,closest-side, rgb(255,255,255),rgb(0,173,238));
  
  /* Firefox 3.6+ */ 
  background: -moz-radial-gradient(50% 50%,closest-side,rgb(255,255,255), rgb(0,173,238));
  
  /* IE 10 */
  background: -ms-radial-gradient(50% 50%, closest-side, rgb(255,255,255), rgb(0,173,238));
  
  /* Opera cannot do radial gradients yet */
}

.float-right {float:right; margin:0 0 0 1em;}
.float-left {float:left; margin:0 1em 0 0;}

#sticker-sticky-wrapper {width:10px}


 