#dialogBox {
	margin-top: -5px;
	background: url(images/boxMiddle.png) repeat-y;
	padding: 15px 35px 0;
	width:570px;
	
}

#dialogBox .bottom-row {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	padding: 8px 10px 6px;
	margin-left: -12px;
	margin-right: 0px;
	text-align: right;
}

#dialogBox label {
	float: left; 
	width: 90px;
	text-align: right;
	margin-right: 20px;
	font-size: 12px;
	color: #666666;
	margin-top: 2px;
}

#dialogBox input[type="text"] {
	border: 1px solid #bebebe;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 150px;
	font-size: 90%;
	background: #fff url(images/inputShadow.png) repeat-x 0 top;
	margin-top: -2px;	
	margin-bottom: 10px;
}

#dialogBox textarea {
	margin-bottom: 10px;
	padding: 2px;
	font-size:100%;
	border: 1px solid #bebebe;
	background: #fff url(images/inputShadow.png) repeat-x 0 top;
	font-family:Arial, Helvetica, sans-serif;
}

#dialogBox .topLine {
	width:290px;
	margin-left:5px;
	margin-top: 0px;
}

#dialogBox .submit {
	padding: 0px;
}

.boxTop {
	background: url(images/boxTop.png) no-repeat;
	height: 30px;
	width: 640px;
}

.boxBottom {
	background: url(images/boxBottom.png) no-repeat;
	height: 30px;
	width: 640px;
}


