        

       body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		background: #fff url(../images/bg.gif) repeat-x;
                padding: 0;
                text-align: center;
	}
  

       #container {
		width: 690px;
		padding: 0;		
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	header {
		padding: 0;
	}

	header img.stronger {
		padding: 54px 0 4px 0;
		float: right;
	}
	
	.clear {
		clear: both;
	}
        p {
		font-size: 1.4em;
		line-height: 1.4;
		color: #fff;
                text-align: left;
                padding: 4px 0 8px 0;
	}
	h2 {
		color: #EDFF00;
		font-size: 3em;
		margin: .4em 0 .4em 0;
	}
        .intro {
		width: 300px;
                padding: 70px 0 60px 0;
		float: left;
        }
        a:link {
		color: #EDFF00;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a:visited {
		color: #82ab34;
	
	}

        form {
		width: 291px;
		float: right;
		padding: 80px 0 30px 0;
	}

        #info label {
		color:#7F7777;
		display:block;
		float:left;
		font-size:1.2em;
		padding-right:18px;
		padding-top:9px;
	}
	
	#info input {
		height:26px;
		margin-bottom:14px;
		padding:4px 0 2px 5px;
		width:205px;
		border: 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow:inset 0 2px 6px #466980;
		-webkit-box-shadow:inset 0 2px 6px #466980;
		box-shadow:inset 0 2px 6px #466980;
	}


	#signup input {
		cursor: pointer;
		background-color: #050505;
		height: 35px;
		width: 170px;
		color: #fff;
		font-weight: bold;
		float: right;
		font-size: 1.3em;
		margin: 2px 0 0 0;
		border: 1px #000 solid;
	
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
		box-shadow: 0 1px 4px rgba(0,0,0,.5);


	}

	#signup input:hover {
		background-color: #050505;

	}

	#signup input:active {
		background-color: #000;
		border: 0;
		
		-moz-box-shadow:inset 0 2px 6px #000;
		-webkit-box-shadow:inset 0 2px 6px #000;
		box-shadow:inset 0 2px 6px #000; 
	}

	.ed {
		position: absolute;
		top: 80px;
		left: 2px;
	}

	footer {
		text-align: left;
		padding: 18px 0 14px 0;
		margin-bottom: 40px;
		clear: both;
	}
	
	footer a img { 
		opacity: .5;
		filter: alpha(opacity = 50);
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}

	footer a:hover img {
	opacity: .75;
	filter: alpha(opacity = 75); /* for IE */
	}



	footer p { float: right; color: #7997a4; font-size: 1em; }
