	#sw-registration-form {
		width:594px;
		font-family: Philosopher;
	}
	
	#sw-registration-form label, #sw-registration-form input[type="text"], #sw-registration-form input[type="password"] {
		display:block;
	}
	
	#sw-registration-form div.form-row {
		margin: 10px auto;
		padding-bottom: 15px;
	}
	
	#sw-registration-form .input-center {
		width:250px;
		margin: 0 auto;
		
	}
	
	#sw-registration-form .input-center label#ingame-name-label {
		text-align: center;
		font-size: 1.2em;
		font-weight : bold;
		margin-bottom: 2px;
	}
	
	#sw-registration-form .terms-center {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	#sw-registration-form .text-center {
		text-align: center;
	}
	#sw-registration-form .pad-left {
		padding-left:15px;
	}
	#sw-registration-form input[type="text"], #sw-registration-form input[type="password"] {
		width:250px;
		height:16px;
		padding: 2px;
		font-size: 14px;
		font-family: Philosopher;
	}
	
	#sw-registration-form .float-left {
		float:left;
	}
	
	#sw-registration-form .float-right {
		float:right;
	}
	
	#sw-registration-form .clearfix:after {
		content: " "; /* Older browser do not support empty content */
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	}
	
	#sw-registration-form label.error {
		color: #a94442;
		/*background-color: #f2dede;
		border-color: #ebccd1;*/
		padding:0 3px 0 3px;
		position: absolute; 
	}
	
	#sw-registration-form input.error {
		color: #a94442;
	}
	
	#sw-registration-form div.error span {
		color: #a94442;
		background-color: #f2dede;
		border: 1px solid #ebccd1;
		padding:3px;
		/*position: absolute; */
	}
	
	#download-now p{
		text-align : center;
		font-family: Philosopher;
		font-size: 1.2em;
	}

	.general-content .form-button {
    		display: inline-block;
    		background : url("images/Button.png");
			background-position: center !important; 
    		font-family: Philosopher;
    		font-size: 25px;
			color: #FFFFFF;
    		font-weight: normal;
			text-align :center;
			text-decoration:none;
			text-shadow:0px 1px 0px #528009;
    		width: 200px;
    		height: 50px;
			padding : 0px;
			border: 0;
	}
	
	.general-content .form-button span {
			padding-top:15px;
			display: inline-block;
	}
	
	.general-content .form-button:hover {
    		background-position: right !important;
			color: #FFFFFF;
			cursor: pointer;
	}
	
	.general-content .form-button:active {
    		background-position: left !important;
			color: #FFFFFF;
			cursor: pointer;
	}
