

select, #pbut  {
		background: white;
		font-size: 90%;
}

#psel-content #psel-headline {
		color: #0000ff;
		font-size: 120%;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 5px;
		text-align: center;
}

#psel-content #phone-form {
		padding-left: 30px;
		padding-top: 10px;
		font: normal 12px "Arial";
		color: #0000ff;
}

#showholder {
		position: absolute;
		top: 50px;
		right: 260px;
		background-image: url("shadow.png");
		background-repeat: repeat;
		visibility: hidden;
}

#showholder #showme {
		position: relative;
		top: -5px;
		left: -5px;
		height: auto;
		width:  auto;
		z-index: 100;

		font: normal 8pt sans-serif;
		padding: 10px;
		border: solid #7bb7eb 3px;

		background: white;
		visibility: hidden;
}

