body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
	background: #A9A19F url(../webimages/background.jpg) repeat-x center top;
}

a {
	outline: 0;
	color: #999;
}
img {
	border: 0;
	vertical-align: middle;
}
input {
	margin: 0;
	vertical-align: middle;
}
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}
h2 {
	margin: 0;
	padding: 3px 0 10px;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
	.TB_modal h2 {
		padding: 3px 0 0;
	}
h3 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
}
h5 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #fff;
}
p {
	margin: 0;
	padding: 5px 0;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #33ccff;
}
	a em {
		text-decoration: underline;
	}

a.bdButton {
	display: table-cell;
	display: inline-block;
	height: 42px;
	padding: 0 4px 0 0;
	font-size: 22px;
	line-height: 42px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../webimages/bdButton.gif) no-repeat right -42px;
}
	a.bdButton span {
		display: table-cell;
		display: inline-block;
		height: 42px;
		padding: 0 11px 0 15px;
		background: url(../webimages/bdButton.gif) no-repeat left top;
		cursor: pointer;
	}
	a.bdButton:hover {
		background: url(../webimages/bdButton_hover.gif) no-repeat right -42px
	}
	a.bdButton:hover span {
		background: url(../webimages/bdButton_hover.gif) no-repeat left top;
	}
	
#background {
	width:100%;
	background: url(../webimages/bg_shirt.jpg) no-repeat center top;
}

#page {
	position: relative;
	width: 560px;
	margin: 0 auto;
	padding: 100px 130px 0px;
	overflow: hidden;
	text-align: center;
	background: #ede3e2 url(../webimages/background.jpg) no-repeat center top;
}

#utilityMenu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 30px;
	color: #333;
}
	#utilityMenu a {
		color: #333;
	}
	#utilityMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		display: inline;
	}
	#utilityMenu li {
		float: left;
		display: inline;
		padding: 0 3px;
	}

#dropping {
	position: absolute;
	top: 39px;
	left: 85px;
	height: 72px;
	width: 198px;
	background: url(../webimages/dropping.png) no-repeat left top;
}
* html #dropping {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/dropping.png', sizingMethod='image');
}

#logo {
	height: 65px;
	width: 290px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -500px;
}

.cred {
	position: relative;
	height: 70px;
	font-size: 12px;
	line-height: 18px;
}
	.cred input, input.textbox {
		width: 300px;
		height: 30px;
		padding: 6px 0;
		border: 0;
		text-align: center;
		font-size: 24px;
		line-height: 28px;
		background: url(../webimages/credInput.gif) no-repeat left top;
	}
	.cred p {
		padding: 0;
	}
	.cred span.checked {
		position: absolute;
		top: 0;
		right: 80px;
		height: 39px;
		width: 42px;
		background: url(../webimages/verified.png) no-repeat left top;
	}
	.cred span.checking {
		position: absolute;
		top: 0;
		right: 80px;
		height: 48px;
		width: 48px;
		background: url(../webimages/ajax-loader.gif) no-repeat left top;
	}
	* html .cred span.checked {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/verified.png', sizingMethod='image');
	}
	
.reasonLeft {
	float: left;
	display: inline;
	width: 270px;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: right;
}
.reasonRight {
	float: right;
	display: inline;
	width: 270px;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: left;
}
	.reason {
		padding: 0 0 5px 0;
	}
		.reason input {
			margin: 0 6px;
		}
		.reason label {
			text-decoration: underline;
		}
			.reason label.hover {
				color: #fff;
			}
	.reasonDetail {
		display: none;
	}
	
.profile {
	width: 86px;
	text-align: center;
	color: #666;
	padding: 0 0 10px;
}
	.profile a {
		color: #666;
	}
	.profile .avatar {
		padding: 14px 19px 5px;
		width: 48px;
		height: 48px;
	}
	
.dropArea {
	position: relative;
	width: 560px;
	padding: 0 0 30px;
}
	.dropArea .profile {
		position: absolute;
		top: 0;
		left: 25px;
	}
	
.profiles {
	padding: 10px 0 10px 30px;
	overflow: hidden;
}
* html .profiles {
	height: 1%;
	overflow: visible;
}
	.profiles .profile {
		float: left;
		display: inline;
		padding: 0 10px;
	}
	
textarea.bdarea {
	border: 0;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	height: 90px;
	width: 280px;
	margin: 5px 0 0;
	padding: 5px 10px;
	background: #fff url(../webimages/credInput.gif) no-repeat left top;
}
textarea.bdmodal {
	border: 0;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	height: 90px;
	width: 280px;
	margin: 0 0 25px;
	padding: 5px 10px;
	background: #fff url(../webimages/credInput.gif) no-repeat left top;
}

.checks {
	padding: 10px 0;
}
	.check {
		position: relative;
		margin: 0 auto;
		width: 300px;
		padding: 5px 0;
		overflow: hidden;
	}
		.check input {
			float: left;
			display: inline;
			margin: 4px 0;
			height: 15px;
			width: 15px;
		}
		.check label {
			float: right;
			display: inline;
			width: 275px;
			text-align: left;
		}
	
.twits {
	width: 500px;
	margin: 0 auto;
	border-top: 1px solid #666;
}
	.twit {
		width: 500px;
		overflow: hidden;
		border-bottom: 1px solid #666;
	}
		.twit .profile {
			float: left;
			display: inline;
		}
		.twit .text {
			float: right;
			display: inline;
			width: 380px;
			padding: 15px 20px 15px 0;
			text-align: left;
		}
			.twit .text p {
				padding: 0;
			}
			.twit .text h4 {
				margin: 0;
				padding: 0;
				font-size: 12px;
				font-weight: normal;
				font-style: italic;
			}
			
.viewMore {
	padding: 10px 0;
	color: #fff;
}
	.viewMore a {
		color: #fff;
	}
	
.hoverBox {
	display: none;
	position: absolute;
	top: 300px;
	left: 300px;
	z-index: 500;
	width: 404px;
	text-align: center;
}
	.hoverBox .content {
		width: 344px;
		padding: 20px 30px 0;
		background: url(../webimages/hoverBoxTop.png) no-repeat left top;
	}
	* html .hoverBox .content {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/hoverBoxTop.png', sizingMethod='crop');
	}
	.hoverBox .bottom {
		width: 404px;
		height: 50px;
		background: url(../webimages/hoverBoxBottom.png) no-repeat left top;
	}
	* html .hoverBox .bottom {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/hoverBoxBottom.png', sizingMethod='image');
	}
		.hoverBox h2 {
			padding-bottom: 5px;
		}

* html .TB_modal a {
	position: relative;
}
#AboutBirdDrop, #LikeTheShirt, #SuggestReason, #BombsAway{
	display: none;
}
#TB_ajaxContent .checking {
		margin: 50px auto;
		height: 48px;
		width: 48px;
		background: url(../webimages/ajax-loader.gif) no-repeat left top;
	}
.close {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 15px;
	width: 374px;
}
* html .close {
	position: static;
	padding: 5px 0;
	width: auto;
}
	.close span {
		position: relative;
		cursor: pointer;
		text-decoration: underline;
		color: #fff;
	}

