#modal {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #ccc;
    background-color: #fff;
    padding: 15px;
	width: 630px;
}
.modal-back {
    background-color: #333;
    opacity: 0.90; /* Safari/CSS3 */
    -moz-opacity: 0.90; /* Mozilla */
    filter: alpha(opacity=90); /* IE */
}

#modal .header {
	background-color: #22211d;
	color: #fff;
	font-size: 24px;
	padding: 35px 20px;
	text-align: center;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#modal .header span {
	color: #fef102;
}
#modal .left-column {
	width: 191px;
	float: left;
}

#modal .right-column {
	width: 423px;
	padding-left: 15px;
	float: left;
	font-size: 14px;
	color: #333;
}
#modal .right-column .template-content {
	margin-bottom: 5px;
}
#modal .right-column .form-module {
	border-top: solid 1px #ccc;
}
#modal .right-column .form-module-name {
	display: none;
}
#modal .right-column .text {
	width: 270px;
}
#modal .right-column .form-table-submit-row td {
	text-align: right;
	padding-top: 5px;
}
#modal .right-column .form-module-required-message {
	display: none;
}

.modal-close {
	width: 423px;
	float: left;
    text-align: right;
}
.modal-close a {
	font-size: 11px;
	color: #999;
}