.review_form_button {
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 5px;
}
.talkback_form_button {
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 5px;
}
.bid_form_button {
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 5px;
}

/* ## */

#popup_form {
	padding: 10px;	
}
#popup_form table {
	direction: ltr;
	width: 100%;
}
#popup_form td {
	direction: rtl;
	text-align: right;
}
#popup_form .pf_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	direction: rtl;
}
#popup_form .description {
	direction: rtl;
}
#popup_form .field {
	border: 1px inset;
	width: 100%;
	margin-bottom: 5px;
}
#popup_form .field_short {
	border: 1px inset;
	width: 65px;
	margin-bottom: 5px;
}
#popup_form .field_large {
	border: 1px inset;
	width: 100%;
	height: 110px;
	margin-bottom: 5px;
	overflow: auto;
}

#popup_form .scale {
	position: relative;
	top: -7px;
	_top: -9px;
}

#popup_form .seperator {
	height: 10px;
	font-size: 5px;
}

#popup_form .continue {
	border: 1px outset;
	background: #FFFFFF;
	font-weight: bold;
}

/* ## */

button.button {
    _width: 1px; /* IE only */
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 1px 2px 1px 0;
    _padding: 1px 4px 1px 2px; /* IE only */
    overflow: visible;

    text-align: center;
    font-family: Verdana;
    font-size: 11px;

    cursor: pointer;
}
button.button img {
    vertical-align: -2px;
}
