/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: #0a060d;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* TKR SPLASH STYLES */


div#mainContainer
{
background:url("../images/tkr.png") left top no-repeat;
margin-top:10%;
width: 690px;
height:262px;
margin-left: auto;
margin-right: auto;
}

div#tkr
{
background:none;
text-align:center;
float:left;
margin: auto;
height:262px;
width: 278px;}

#followUs
{
margin-left: auto;
margin-right: 40px;
margin-top:140px;
display: block;
width: 179px;
height: 36px;
background: url("../images/follow.png") no-repeat 0 0;
}

#followUs:hover
{ 
  background-position: 0 -36px;
}

#followUs span
{
  display: none;
}

div#formContainer
{
background:none;
float:left;
margin: auto;
height:262px;
width: 372px;
}

div#formField
{
overflow: hidden;
display: block;
text-align:left;
float: left;
background: #111a20;
height: 48px;
width: 362px;
margin:auto;
}

input {
float:left;
 height: 23px;
 width: 260px;
 margin:8px;
 padding-left:5px;
 padding-top:4px;
 color:#92a6b2;
 font-size:11pt;
 }

#send{
margin-top:8px;
margin-left:-3px;
float:left;
display: block;
height: 32px;
width: 72px;
background: url("../images/send.png") no-repeat 0 0;
border:none;
}
 
#send:hover{

  background-position: 0 -32px;
}

#send span{
  display: none;
}



.soon
{
float: left;
margin-top:100px;
margin-bottom:5px;
margin-left: 8px;}


#success
{
float:right;
margin-top:105px;
padding-right:18px;
color:#667781;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
}