#main_container form {
	margin:0px;
	}
div.ntlsform fieldset {
    margin: 0px;
    margin-top: 10px;
    border:none;
    }
    
div.ntlsform ul {
	margin:0px;
	}
div.ntlsform legend {
    padding: 0 2px;
    font-weight: bold;
    }
div.ntlsform label {
	display: -moz-inline-box;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    }
div.ntlsform fieldset ol {
    margin: 0;
    padding: 0;
    }
div.ntlsform fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
    }
div.ntlsform li {
	clear:both;
	}
div.ntlsform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
    }
div.ntlsform fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
    }
div.ntlsform fieldset fieldset label {
    display: block;
    width: auto;
    }
div.ntlsform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
    }
div.ntlsform label {
    width: 170px;
	margin:0px /* Width of labels */
    }

div.ntlsform input[type=text],
div.ntlsform input[type=password],
div.ntlsform textarea,
div.ntlsform select,
div.ntlsform table.uploadfile,
div.ntlsform table.form,
div.ntlsform .mceEditorContainer
	{
	width:200px;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
	}
	
div.ntlsform select {
	width:194px;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
	}

div.ntlsform fieldset input {
	width:194px;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
}

div.ntlsform fieldset input#itemSubmit {
	width:auto
}

div.ntlsform table.uploadfile,
div.ntlsform table.form,
div.ntlsform .mceEditorContainer
	{
	display: -moz-inline-box;
    display: inline-block;
	}
div.ntlsform div.uploadfile
	{
	display: -moz-inline-box;
    display: inline-block;
    margin-left:0px;
	}
div.ntlsform textarea {
	height: 10em;
	}

 	.stretchinput td input[type=text],
	.stretchinput td input[type=password],
	.stretchinput td textarea,
	.stretchinput td select,
	.stretchinput td table.uploadfile,
	.stretchinput td table.form
	{
		width:96%;
		margin-left:5px;
	}

	.actions input {
		width:auto;
	}
 

