#welcome {
  background: #5a4100;
  color: #fff;
  margin: 0 0 5px 0;
}

  #welcome .content {
    padding: 20px;
  }
  
  #welcome h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
  
/* [ Newsletter Signup ] */

	#home_newsletter_signup {
		padding: 16px 0 16px 12px;
		min-height: 1px;
		background: #161100;
		width: 288px;
		
		}
		
		* html #home_newsletter_signup {
			height: 1px;
			}
			
		#home_newsletter_signup:after {
			content: ".";
			visibility: hidden;
			clear: both;
			display: block;
			height: 0;
			}
		
		#home_newsletter_signup h2{
			font-size: 18px;
			line-height:16px;
			margin:0;
			color: #fff;
		}
		
		#home_newsletter_signup label {
			margin: 0 0 10px 0;
			display: block;
			color: #fff;
			}
		
		#home_newsletter_signup .field {
			background: url(field.gif) no-repeat 0 0;
			border: none;
			height: 19px;
			padding: 4px 5px 2px;
			width: 205px;
			line-height: 16px;
			float: left;
			margin: 0 5px 5px 0;
			}
			
		#home_newsletter_signup .firstname
		 {
		  width: 95px;
		}

		#home_newsletter_signup .lastname
		 {
		  width: 95px;
		}
			
		#home_newsletter_signup .focus {
			background: #fff;
			}
			
		.newsletter_submit {
			display: block;
			float: left;
			width: 55px;
			height: 30px;
			background: url(newsletter_submit.gif) no-repeat 0 0;
			border: none;
			text-indent: -9000px;
			cursor: pointer;
			}
			
			.newsletter_submit:hover {
				background-position: 0 -30px;
				}
#next_match {
	background: url(next_match.jpg) no-repeat 0 0;
	color: #fff;
	margin: 0 0 5px 0;
	height: 243px;
	position: relative;
}

#next_match .next_team{
	text-align: center;
	font-size: 20px;
	display: block;
	padding: 157px 0 0 70px;
	color: #161100;
	line-height: 24px;
}

#next_match .next_match_type_date{
	text-align: center;
	font-size: 16px;
	display: block;
	padding: 13px 0 0 65px;
	color: #161100;	
}

  #next_match .content {
    padding: 20px;
  }
  
  #next_match h2 {
    margin: 0;
    font-size: 20px;
  }
  
.panel_group .play-cricket {
    width:298px;
    background:#a52a22;
    border:1px solid #fff;
}

    .panel_group .play-cricket a {
        display:block;
        color:#fff;
        border-top:1px solid #fff;
        padding:5px;
        font-weight:bold;
        font-size:1.25em;
    }
    
    .panel_group .play-cricket a:hover {
        background:#c85f59;
        text-decoration:none;
    }
    
    .panel_group .play-cricket a.with-image {
        padding:0;
        border:none;
    }