body{
	background:url(../images/bg-gradient.jpg) #5ea1e3 repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:20px auto;
}

#container{
	background:url(../images/bg-background-ie6.jpg) no-repeat;
	width:1382px;
	height:757px;
	margin:auto;
	position:relative;
}


* > #container{
	background:url(../images/birthday-bg.jpg) no-repeat;
	width:1382px;
	height:757px;
	margin:auto;
	position:relative;
}


#Card{
	background:none;
	width:887px;
	height:664px;	
	position:absolute;
	top:75px;
	left:240px;
}

* > #Card{
	background:url(../images/card.png) no-repeat;
	width:887px;
	height:664px;	
	position:absolute;
	top:75px;
	left:240px;
}

#Left{
	float:left;
	width:200px;

	
}

#Right{
	float:right;
	width:350px;
	margin-right:22px;
	margin-top:55px;
	text-transform:uppercase;
	font-size:1.3em;
}

* > #Right{
	float:right;
	width:350px;
	margin-right:75px;
	margin-top:55px;
	text-transform:uppercase;
	font-size:1.3em;
}

	#Right .text{
		border:1px solid #6d4704;
		color:#6d4704;
		padding:5px;
		margin-bottom:5px;
		float:right;
		width:210px;
		font-size:1.2em;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#Right label{
		float:left;
		width:120px;
		margin-bottom:20px;
		margin-top:8px;
		margin-right:5px;
		text-align:right;	
	}
	
	#Right textarea{
		border:1px solid #6d4704;
		width:340px;
		height:220px;
		color:#6d4704;
		padding:5px;
		font-size:1.2em;
		margin-bottom:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.btn-submit{
		width:108px;
		height:42px;
		background-color:#6d4704;
		text-transform:uppercase;
		color:#fff;
		border:0;
		font-size:1.3em;
		cursor:pointer;
	
	}
	


#logo{
	width:551px;
	height:73px;
	margin:auto;
	display:none;
}

* > #logo{
	width:551px;
	height:73px;
	margin:auto;
	display:block;
}

#bday-words{
	color: #fff;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
}

.alt{display:none;}

.clear{clear:both;}

#bday-words a {
	color:  #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	
}