/* 

	----- SPATIKA.COM -----
	GLOBAL LEVEL 2 LAYOUT Stylesheet 
	Developed by Thamil Selvan
	WWW.ALPHYN.COM
	selvan@alphyn.com

*/

body {
	background-color:#fff;
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
	}
form, input {
	display: inline;
	}
.search input {
	border : 1px solid #999;
	background-color: #fff;
	font-size: 13px;
	color: #666;
	padding: 1px 2px;
	vertical-align: text-bottom;
	}
.label {
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	}
.light { color: #999;}
#container {
	width: 660px;
	\width: 660px;
	w\idth: 660px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#fff;
	}
#upgrade {display:none;}
#header {
	margin: 0px;
	padding: 0px;
	height: 25px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	border-bottom:1px solid #f90;
	}
#headerLeft { 
	height: 25px;
	float: left;
	text-align: left;
	width: 422px;
	padding: 0px;
	}
#headerLeft a {
	color: #336699;
	padding-right: 5px;
	text-decoration: none;
	vertical-align: -80%;
	}
#headerLeft a:hover {
	text-decoration: underline;
	}
#headerRight { 
	height: 25px;
	float: right;
	text-align: right;
	width: 235px;
	}
#center {
	padding: 10px 10px;
	margin-left: 115px;
	text-align: left;
	border-left: 1px solid #f90;
	}
/*fix 3px mis-alignment in IE6 */
* html #center { display:inline-block; }

#center p {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	}
#center h1 {
	font-size: 16px;
	font-weight: bold;
	color: #f90;
	font-variant: small-caps;
	margin: 5 0;
	border-bottom: 2px dotted #bbb;
}
#center h2 {
	margin: 0; padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #f90;
	padding:0;margin:0;
	border-bottom: 1px dotted #f90;	
}
#center h3 {
	font-family: Verdana, Arial, sans-serif;
}
#left {
	float: left;
	width: 115px;
	\width: 115px;
	w\idth: 115px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	padding-top: 5px;
	text-align:left;
	}
#footer {
	clear: both; 
	height: 20px; /*ie float fix?*/
	border-top:1px solid #f90;
	text-align: center;
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	}

/*FORM ELEMENTS STYLES*/
span.submit {
  float: right;
  text-align: left;
  margin: 5px 12px 7px 0px;
  }
#button a {
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #39f;
  border-width: 2px;
  border-color: #b4ccE4 #339 #339 #b4ccE4;
  border-style: solid;
  cursor:default;
  }
#button a:hover {
  color: #e5e5e5;; margin-right:2px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4ccE4 #339 #339 #b4ccE4;
  }
div.row span.formw input.button {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #39f;
  border-width: 2px;
  border-style: solid;
  border-color: #b4ccE4 #339 #339 #b4ccE4;
  cursor:default;
  }
div.row span.formw input.button:hover {
  color: #e5e5e5;; margin-right:2px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4ccE4 #339 #339 #b4ccE4;
  }
input.cancel {
  margin-left: 25px
  }
/* thanks to ala! */
div.row {
  clear: both;
  padding-top: 5px;
  }
div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 360px;
  text-align: left;
  font-size: 10px;
  }
div.spacer {
  clear: both;
  }
div#form {
  width: 500px;
  padding: 5px; 
  margin: 0;
  }
div.row span.formw input, div.row span.formw textarea {
  border: 1px solid #999;
  }