﻿#Content
{
	background: url('/Theme/Images/WizardLayout/artwork.jpg') no-repeat center top;
	cursor: default;
	position: relative;
	height:734px;
}

#TopBanner
{
	position: relative;
}

#Footer
{
	background-position: 0px -28px;	
	background-color: #FFF;
}

.title
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 30px;
	margin: 20px 30px 30px 100px;
	text-indent: -1.5em;
}

.subtitle
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px 60px;
}

.spacing
{
	width: 1px;
	height: 35px;
}

.price
{
	color: #2ea400;
}

div.buttons
{
	left: 340px;
	top: 205px;
	width: 190px;
	position: absolute;
}

div.buttons a
{
    display: inline-block;
    width: 180px;
    height: 45px;
    background: url(/Pages/Home/WizardButtons2.png) no-repeat;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20px;
	padding: 18px 0 0 100px;
	color: #000;
}

div.screenshots
{
	margin: 10px 0 0 70px;
}
.screenshots img
{
	margin: 0 10px;
	cursor: pointer; 
	border: 2px solid #000;
}

.login
{
    width: 400px;
  
    position: absolute;
    top: 30px;	
    right: 0px;
    display: none;
}


.forgotpass
{

    float: right;
    position: absolute;
    top: 58px;	
    right: 131px;
    color: #ddd;
    font-size: 80%;
    display: none;
}

input[type="text"], input[type="password"]
{
	border: 1px solid #000;
	font-family: 'lucida grande', Tahoma, Verdana, Arial;
	width: 142px;
	height: 13px;
	padding: 3px 3px 4px 3px;
	font-size: 11px;
}

label  { font-size: 12px; position:absolute; top:-15px; left:4px; color: #FFF;}





#sendfeedback
{
    width: 390px;
    border: Solid 1px Gray;
    margin-left: 450px;
    height: 191px;
    margin-top: 75px;
    z-index: 2;
    position: absolute;
    top: 140px;
    
}


#sendfeedbackBg
{
	position: absolute;
	z-index: 0;
	background-color: #edf1ff;
	width: 390px;
	height: 191px;
	margin-top: 75px;
	margin-left: 450px;
	top: 140px;
}

#feedback
{
	color: rgb(90,12,90);
	font-size: small;
	text-align: center;
	font-weight: bold;
    padding: 5px 5px 5px 5px;
    width: 885px;	
}



.FeedbackText
{
    font-size: medium;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 3px 0px 0px 0px;
    padding-top: 5px; 
}
