/* =====================================================================	
	 structure-apply.css
========================================================================	
   	Author: feedomtocreate.com
   	Date:	2009
  	
========================================================================*/  


#ApplyTable {
	position: relative;
	left: 0px;
	margin-top:20px;
	margin-bottom:10px;
}


#ApplySection {
	position: absolute;
	left: 0px;
	width:125px;
	margin:0px;
	height:80px;
	background-color:#eba7d4;
	border: 3px solid #fff;
}

#ApplySectionHighlighted {
	position: absolute;
	left: 0px;
	width:125px;
	margin:0px;
	height:80px;
	background-color:#d74ea8;
	border: 3px solid #fff;
}

#ApplyText {
	width:90px;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:5px;	
	margin:0px;
}


#ApplySectionPrize {
	position: absolute;
	left: 0px;
	width:150px;
	margin:0px;
	height:80px;
	background-color:#eba7d4;
	border: 3px solid #fff;
}

#ApplySectionPrizeHighlighted {
	position: absolute;
	left: 0px;
	width:150px;
	margin:0px;
	height:80px;
	background-color:#d74ea8;
	border: 3px solid #fff;
}

#ApplyPrizeTable {
	position: relative;
	left: 0px;
	margin-top:20px;
	margin-bottom:10px;
}

#ApplyPrizeText {
	width:77px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;	
	margin:0px;
}

#PrizeTableCell {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	
}

#PrizeTableSmall
{
	padding:5px;	
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}
#register {
    display:none;
}

#show_register {
    display:inline;
}
#open_register {
cursor:hand
}

#youraccount {
    display:inline;
}

#editaccount {
    display:none;
}
#openedit {
	cursor:hand
}
#showsignout
{
}
#TableCell
{
	padding:1px;	
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}