img  {  
 behavior: url('/styles/pngfix.htc'); 
 }
 .png {  
 behavior: url('/styles/pngfix.htc'); 
 }
.partyCode 		input.codeBox{
						font-weight:bold;
						font-size:medium;
						letter-spacing:2px;
						text-transform:uppercase;
					}	
					

#adminPanel {
background:#ff0000;
height:300px;
overflow-y:scroll;
}
#adminPanel h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
.close {
	font-size:10px;
	color:#000000;
	text-align:right;
}
.close a {
	color:#000000;
}
.status {
			 position:fixed;
			 _position:absolute;
			 top:0;
			  _top:expression(eval(document.body.scrollTop));
			  left:0;
			  margin:0;
			  padding:0;
			  z-index:1000;
			width:100%;
			text-align:left;
			background:#efefef;
			padding:3px;
			border-bottom:1px solid #b5b5b5;
			border-left:1px solid #b5b5b5;
			border-right:1px solid #b5b5b5;

			 filter:alpha(opacity=80);
			 -moz-opacity:0.80;
			 -khtml-opacity: 0.80;
			 opacity: 0.80;			
		}
.status .warn{
			font-weight:bold;
			color:#FF0000;
		}
.status .success{
			font-weight:bold;
			color:#11dd11;
		}	
#page	.header {
			margin-top:40px;
			height:180px;
			background: url('/images/home_base2.png') top right no-repeat;
		}
#page	.header		.logo {
	float:left;
	margin-top:-15px;
	margin-left:-20px;
}	
#page	.header 	.content {
					background: url('/images/save_your_family2.png') top right no-repeat;
					width:650px;
					float:right;
					margin-top:44px;
					height:120px;
					text-align:left;
					margin-right:10px;
				}
#page	.header 	.content 	.partyCode {
									float:left;
									width:165px;
									margin-top:30px;
								}
.page	.header 	.content 	.partyCode 		input.codeBox{
													font-weight:bold;
													font-size:14px;
													letter-spacing:2px;
													text-transform:uppercase;
												}									
#page	.header 	.content 	.partyCode 	form {
												margin:0px;
												padding:0px;
											}								
#page	.header 	.content 	.links {
									float:right;
									width:455px;
									margin-top:95px;
								}
#page	.header 	.content 	.links 	a {
											color:#000000;
											margin-right:5px;
											text-decoration:none;
										}			
.footer {
	width:auto;
	border-top:1px solid #000000;
	padding:10px;
	text-align:center;
	background:#ffffff;
	margin-top:10px;
}
.edit {
	clear:both;
	margin-top:1px;
	margin-bottom:1px;
	text-align:center;
}
.edit a {
	text-decoration:none;
		background:#ffffff;
	padding:3px;
		margin-top:1px;
	margin-bottom:1px;
	border:1px solid #000000;
}
tr td {
	vertical-align:top;
	text-align:left;
}
#wall .item .message .admin {
	margin-top:10px;
	text-align:right
}
.gameMenu {
	clear:both;
	margin-bottom:5px;
}
.gameMenu form {
	margin:0px;
	padding:0px;
}
table.cell tr td {
	
}
.transparent {
background:#ffffff;
 filter:alpha(opacity=90);
 -moz-opacity:0.90;
 -khtml-opacity: 0.90;
 opacity: 0.90;
}