
/* portable job board */

#portable {
	width: 253px;
	font-size: 96%;
	padding: 20px 0px 0px;
	color: #E6C7CE;
	background: #A01C38 url(images/JB_pod_bg.gif) no-repeat top;
	}
	
#portable-shoe {
	background: #820F22 url(images/JB_pod_shoe.gif) no-repeat bottom;
	margin: 0px;
	height: 10px;
	}	
	
#portable-shoe img {
	padding: 5px 0px 0px;
}

#portable-shoe a {
	color: #DAB5BE;
	text-decoration: none;
}

#portable input {
	width: 80%;
}

#portable h2  {
	font: 160% Georgia;
	color: #E6C7CE;
	margin: 0px 15px;
}

#portable p {
	margin: 0px 15px 15px;
}		

#portable form {
	padding: 10px;
}


