
#form, #formmeds
{
	position: relative;
	height: 60px;
}
.searchbutton, .searchbuttonmeds {
	width:138px;
	border:0px;
	height:32px;
}
#searchbox, #searchboxmeds
{
	position: relative;
	border: 1px solid #003063;
	height: 20px;
	width: 270px;
	font-size: 12px;
	padding: 2px;
}

#buttonContainer, #buttonContainermeds
{
	position: absolute;
	top: 33px;
	left: 10px;
}

#resultsContainer, #resultsContainermeds
{
	border: 1px solid #003063;

	padding: 10px;
}

#resultsContainer a, #resultsContainermeds a
{

	color: #ff4433;

}

a.livebutton, a.livebuttonmeds {
    background: transparent url('../images/buttons/bg_button_a.html') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.livebutton span, a.livebuttonmeds span {
    background: transparent url('../images/buttons/bg_button_span.html') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.livebutton:active, a.livebuttonmeds:active {
    background-position: bottom right;
    color: #003063;
    outline: none;
}

a.livebutton:active span, a.livebuttonmeds:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}