﻿.required {
	color: #f00;
}

.modalBackground {
    background-color:#000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	padding:25px;
	width:500px;
	font-size: 1.1em;
	text-align: left;
	position: relative;
}

.modalPopup p {
    padding: 5px;
}

#columnTwo .modalPopup h2, .styleSetOne .modalPopup h2 {
  	width: auto;
	margin: 0;
	padding: 0 0 0.842em 0;
	border-top: 0;
}

.styleSetOne .modalPopup table {
	margin-bottom: 0;
}

.modalPopup td {
	padding: 0 20px 10px 0;
	text-align: left;
	width: auto;
	vertical-align: top;
}

.modalPopup td label.visible {
	float: right;
	padding-top: .5em;
}

.modalPopup input, .modalPopup textarea, .modalPopup input[type="text"] {
	width: 250px;
	padding: 5px;
}

.modalPopup input[type="checkbox"], .modalPopup input[type="radio"] {
	border: 0;
	width: auto;
}

.modalPopup #recaptcha_area {
	margin: 0 auto;
}

.modalPopup #EmailFriend2_SendButton, .modalPopup #ctl00_rightColumn_EmailFriend2_SendButton {
	background: url(../images/sendbutton.gif) top left no-repeat;
	width: 43px;
	height: 26px;
	position: absolute;
	bottom: 25px;
	right: 25px;
	padding: 26px 0 0 0;
	overflow: hidden;
	cursor: pointer;
}

.modalPopup #EmailFriend2_CloseButton, .modalPopup #ctl00_rightColumn_EmailFriend2_CloseButton {
	background: url(../images/closebutton.gif) top left no-repeat;
	width: 13px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 15px 0 0 0;
	overflow: hidden;
	cursor: pointer;
}

.modalPopup #EmailFriend2_chkCopyMe, .modalPopup #ct100_rightColumn_EmailFriend2_chkCopyMe {
	margin-top: .4em;
}
