﻿/* CSS Document */


/* -- //

---------------------------------------------------------------------------

King Comics.com Pages Style 
Created by : Syfolink Innotech Limited
Date of Modification : 20 May 2009
Verison :  0.0

---------------------------------------------------------------------------
Copyright 2008 Syfolink Innotech Ltd. All right reserved 


==================== Content =========================
01) Imported Control CSS
02) Registration Page
03) NewUser Page 
======================================================

//------ */

/*
*************************************************************************

Imported Control CSS

*************************************************************************
*/


/*
*************************************************************************

Registration Page 

*************************************************************************
*/
/*================[ Table Style ]========================*/
.registrationwrapper{
	width:700px;
	margin-left:10px;
	margin-right:25px;
}
.registrationwrapper .subject{
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	
}
.registrationwrapper .content{
	padding:5px;
	padding-left:15px;
}


/*================[ General Style ]========================*/

.registrationwrapper .attention{
	color:#ff9900;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:30px;
}
.registrationwrapper .attention2{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:30px;
}
.registrationwrapper .textbox{
	width:155px;
	text-align:left;
	float:left;
}
.registrationwrapper .dropdown{
	float:left;
}
.registrationwrapper .textbox2
{
	float:left;
}


/*
*************************************************************************

New User Page 

*************************************************************************
*/
.newuser
{
    width:700px;
    font-size:12px;
    }

.newuser td
{
    padding-bottom:15px;
    padding-right:10px;
    }

.newsusertitle1
{
    font-size:14px;
    color:Black;
    font-weight:bold;
    margin-bottom:100px;
    padding-bottom:100px;
 }
 
.newsusertitle2
{
    font-size:12px;
    color:Black;
    font-weight:bold;
    }
    
/*
*************************************************************************

Pre-Registration Page 

*************************************************************************
*/
.preregistrationwrapper
{
	background-image:url('../images/global/king_bg.gif');
	background-attachment: fixed;
}
	