/* Popup Panels */
.panel_holder {
	width: 400px;
	margin-left: 2px;
}
.panel_top {
	display: block;
	position: absolute;
	height: 21px;
	width: 400px;
	background: url(../images/panels/popup/panel_top.jpg);
}

.panel_content {
	position: relative;
	top: 21px;
	width: 389px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #faf8f8;
	background: url(../images/panels/popup/panel_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	border-right: #d9d8d8 solid 3px;
	border-left: #d9d8d8 solid 3px;
	min-height: 230px;
}

.panel_bottom {
	display: block;
	position: absolute;
	height: 22px;
	width: 400px;
	background: url(../images/panels/popup/panel_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}


.panel_content#popupName {
	top: 50px;
}

.panel_content input {
	display: block;
	position: relative;
	top: -20px;
	left: 150px;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
	color: #e85f00;
}

#submitPopup {
	height: 17px;
	width: 118px;
	position: relative;
	top: -5px;
	left: 240px;
}

.panel_content textarea {
	display: block;
	position: relative;
	top: -20px;
	left: 150px;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
	color: #e85f00;
}

.panel_content#popupEmail {
	top: 70px;
}

.panel_content#emailInput {
	left: 150px;
}

.panel_content#popupCompany {
	top: 90px;
}
.panel_content#companyInput {
	left: 150px;
}

.panel_content#popupPhone {
	top: 110px;
}
.panel_content#phoneInput {
	left: 150px;
}

.panel_content#popupQuery {
	top: 130px;
}

.panel_content#queryInput {
	left: 150px;
}



/* Domain Information */

.result {
	position: relative;
	clear: both;
}

.result_left {
	position: relative;
	left: 20px;
	font-weight: bold;
}

.result_right {
	position: relative;
	left: 200px;
	top: -14px;
}
