.form {
    overflow: hidden;
}
.form fieldset {
	padding: 10px;
}
.form legend {
	margin-left: 10px;
}
.form label {
	display: block;
	float: left;
	clear: both;
	width: 180px;
    margin-top: 13px;
	text-align: right;
    font-size: 1.2em;
    line-height: 2em;
}
	.form .small{
		color:#666666;
		display:block;
		font-weight:normal;
		text-align:right;
		width:180px;
	}
.form input, .form select, .form textarea, #Thumbnail .submitButton {
	float: left;
	width: 380px;
	border: solid 1px;
	margin: 14px 10px 0;
	padding:4px 2px;
}
label .small {
    font-size: 0.8em;
    margin-top: -4px;
}
.form input:focus, .form select:focus, .form textarea:focus {
    background-color: #ccc;
}
.form input.submitbutton {
	clear: both;
	float: right;
	width: 120px;
    margin-right: 44px;
}
.form input.radio, .form input.checkbox {
    width: auto;
    margin: 22px 10px 0;
    text-align: left;
    border: none;
}
.form .fielderror {
    float: right;
    width: 270px;
    margin-right: 135px;
    color: red;
}
.form .hidden {
    display: none;
}
/*= Specific form styles
-------------------------------------------------------*/
#film1_form .small{
    width:150px;
}
#film1_form label {
    width: 150px;
}
#film1_form input, #film1_form select, #film1_form textarea {
    width: 260px;
}
#film1_form input.checkbox {
    margin: 22px 0 10px 0;
    text-align: left;
    width: 35px;
}
#film1_form #submit {
	clear: left;
	float: right;
	width: 200px;
	margin-right: 25px;
	}
#Account_form #Avatar img {
	display:block;
	clear: left;
	margin:0 0 12px 190px;
	padding:5px;
	text-align:left;
	border:1px solid #aaa;
}
.referer #register_form #register_form_referer{
    display:none;
}
#account_form #account_form_paypal{
    display:none;
}
    .publisher #account_form #account_form_paypal{
        display:block;
    }
/*= My Account
-------------------------------------------------------*/
#InviteForm {
    margin-top: 52px;
}
    #InviteForm label {
        width: 95px;
    }
    #InviteForm input {
        width: 175px;
    }
#AccountIntegration p {
	margin-left: 190px;
}

/*= Survey
-------------------------------------------------------*/
form.survey label {
    width: 335px;
    margin-bottom: 15px;
    }
form.survey div.checkbox {
    text-align: right;
    width: 405px;
    overflow: hidden;
    padding-top: 5px;
    float: left;
}
    form.survey div.checkbox input.checkbox {
        float: left;
        margin: 5px 0 10px 50px;
        width: 30px;
    }
    form.survey div.checkbox label.checkbox {
        float: left;
        clear: none;
        width: 200px;
        text-align: left;
    }
form.survey input.submit {
    float: right;
    margin-right: 10px;
}

/*= License Box
-------------------------------------------------------*/
.licensebox {
	display:none;
	float:left;
	width:360px;
	margin:10px 0 0 20px;
	padding-left:55px;
    padding-top: 15px;
}
    .licensebox h3 {
        color: #09AF61;
    }
	#film1_form .licensebox {
		display:none;
		float:left;
		width:320px;
		margin:10px 0 0 20px;
		padding-left:60px;
	}
	.licensebox p {
		text-align: justify;
		}
#LicensePublicDomain {
	background: url(/static/images/branding/icons/license-pd.png) no-repeat 0 0;
	}
#LicenseSharing {
	background: url(/static/images/branding/icons/license-share.png) no-repeat 0 0;
	}
#LicenseRemixing {
	background: url(/static/images/branding/icons/license-remix.png) no-repeat 0 0;
	}
#LicenseCommercial {
	background: url(/static/images/branding/icons/license-nc.png) no-repeat 0 0;
	}
#LicenseShareAlike {
	background: url(/static/images/branding/icons/license-sa.png) no-repeat 0 0;
	}

/*= Edit Author
-------------------------------------------------------*/
#author_form #Image{
    margin-left: 190px;
    clear: left;
}
#author_form #submit{
    width: 150px;
    margin-top: 15px;
    float: right;
}
#author_form_contact_disclose {
    width: auto;
    margin-top: 5px;
}
#author_form_sex {
    width: 90px;
}
/*= Register Form
-------------------------------------------------------*/
#register_form #Submit {
    float: right;
    clear: left;
    width: 150px;
    margin-right: 20px;
}
#form_r_email_list {
    width: auto;
    margin: 6px 0px 10px 10px;
    text-align: left;
    border: none;
}
/*= TABS
-------------------------------------------------------*/
.ui-tabs .ui-tabs-hide {
    display: none;
}
.tabHolder ul {
    float: left;
    width: 620px;
    margin-top: 10px;
    padding-bottom: 0;
}
.tabHolder a {
    text-decoration: none;
}
.tabHolder form {
    float: left;
    clear: both;
}
.editTab {
    float: left;
    display: block;
    margin-left: 5px;
    padding: 5px 13px;
    border-left: 1px #666 solid;
    border-right: 1px #666 solid;
    border-top: 1px #666 solid;
}
.ui-tabs-selected a, .ui-state-hover a{
    background-color: #009966;
    color: #FFF;
}
.tabHolder .subHeading {
    padding-top: 10px;
    clear: left;
}

#author_form_AuthorPic {
    clear: left;
}
