@CHARSET "UTF-8";

body.form div.Left div.innercol {
	padding: 15px 60px 20px 23px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p.blockintro {
	margin:10px 0 0;
	color:#666
}

.block {
	background-color: #f0f0f0;
	margin:3px 0 25px;
	padding:5px;
}

.zend_form.block dt {
	clear:left;
	float:left;
	width:80px;
	text-align:right;
	margin:2px 8px 0 0;
}

.settings .zend_form.block dt {
    clear:left;
    float:left;
    width:180px;
    text-align:right;
    margin:2px 8px 0 0;
}

.zend_form dd,.zendform dt {
	margin: 0;
	padding: 0;
}

.zend_form dd {
	margin: 0 0 5px;
}

.zend_form dt label,.zend_form.optional h2 {
	margin:0;
	font-size: 13px;
	font-weight: normal;
	font-family: "Trebuchet MS", arial, sans-serif;
}

.zend_form dd label {
    margin:0;
    font-size: 12px;
    font-family: "Trebuchet MS", arial, sans-serif;
}

.zend_form.optional {
	border-top: 1px dashed #cccccc;
	margin: 15px 0pt 0pt;
	padding: 10px 0pt 0pt 10px;
	clear: left;
}

.zend_form.optional h2 {
	margin: 0 0 3px;
	}

.zend_form dt label.optional {
	font-weight: normal;
}

ul.errors {
	color:#f00;
}

body.form div.submit {
	border-top: 1px dashed #ccc;
	margin: 20px -60px -15px -23px;
	padding: 15px 0pt 15px 30px;
	text-align: left;
}

.zend_form input#title,
.zend_form input#domain {
	font-size: 18px;
	padding: 3px;
}

.zend_form dl dt {
	padding-left:2px;
}

/** hostings */
.hostings #id_field_ftp_host,
.attach #id_field_ftp_host {
	width:50%;
    float:left;
    clear:left;
    margin-right:20px;
}

.attach #id_field_hostingId {
    float:left;
    margin-right:20px;
}

.attach #id_field_hostingId select {
   height:30px;
   padding:3px 0 0 0;
}

.hostings #id_field_ftp_port,
.attach #id_field_ftp_port {
		float:left;
}

.hostings #id_field_ftp_username,
.attach #id_field_ftp_username {
	clear:left;
}

input.radio,
input.checkbox {
	margin:2px 10px;
}

.custom_settings {
	width:auto;
	margin-left:30px;
	border:1px solid #eee;
	padding:2px 5px;
}
.custom_settings input {
	margin-left:2px;
}
.custom_settings label {
    margin:0;
    font-size: 12px;
    font-family: "Trebuchet MS", arial, sans-serif;
}

/*
 * Custom styles
 */
fieldset.zend_form {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
fieldset.zend_form legend {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05ex;
}
fieldset.zend_form dl dt {
	margin: 3px 0;
}
fieldset.zend_form dl dd {
	padding-left: 20px;
}
fieldset.zend_form dl dd input, fieldset.zend_form dl dd textarea {
	font-size: 14px;
	border: 1px solid #AAAAAA;
}
