/*  
Theme Name: Terakeet Corp.
Description: Styles for Splash Page
Version: 1.0
Author: Terakeet
Author URI: www.terakeet.com
Tags: Simple, Clean, Form
*/

body {
	background: #5d5d5d url(../images/background.jpg) top left repeat-x;
	}
	
#capsule {
	background: url(../images/main-display.jpg) top left no-repeat;
	display: block;
	margin: 252px auto;
	margin-bottom: 100px;
	position: relative;
	height: 437px;
	width: 680px;
	}
		
#logo {
	background: url(../images/logo.jpg) top left no-repeat;
	display: block;
	height: 50px;
	left: 15px;
	position: absolute;
	text-indent: -9000px;
	top: -57px;
	width: 266px;
	}


#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	left: 235px;
	top: 337px;
	}
	
	#form input {
		background: url(../images/input-back.jpg) top left no-repeat;
		border: none;
		color: #fff;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		height: 13px;
		line-height: 13px;
		margin-right: 8px;
		padding: 8px;
		width: 170px;
		}
		
	#form input#submit {
		background: url(../images/submit-button.jpg) top left no-repeat;
		cursor: pointer;
		font-size: 0px;
		height: 29px;
		line-height: 0px;
		padding: 0px;
		text-indent: -9000px;
		width: 29px;
		}
		
		#form input#submit:hover {
			background: url(../images/submit-button.jpg) 0px -29px no-repeat;
			}
			
img.thanks {
	left: 260px;
	position: absolute;
	top: 341px;
	}