.pc-pod-container
{
	font-family: Verdana, Geneva, sans-serif;
	width: 580px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pc-pod-container table
{
	border-collapse: collapse;
}
.pc-pod-container a:hover
{
	color: #000000;
}
.pc-pod-input
{
	width: 250px;
	height: 26px;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #adadad;
	color: #bbbbbb;
	padding: 0;
}
.pc-pod-submit-button
{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ADADAD;
	padding: 5px;
	height: 40px;
	background-color: #ff0000;
	cursor: pointer;
	text-decoration: none;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-webkit-appearance: button;
}
.pc-pod-container table
{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #363839;
}
.pc-pod-heading1
{
	font-size: 18px !important;
	text-decoration: none;
	color: #747474 !important;
}
#pc-pod-tt-search-form table {
	border-collapse: collapse;
}
#pc-pod-tt-search-form table td {
	padding: 4px;
}

#pc-pod-nh-search-form table {
	border-collapse: collapse;
}
#pc-pod-nh-search-form table td {
	padding: 4px;
}
.pc-pod-message
{
	color: #ee3b33;
	font-weight: bold;
}

@media (max-width: 768px)
{
	.pc-pod-container
	{
		width: 100% !important;
	}
}
