.form-table td.nombp, .form-table th.nombp {
	border:none;
	padding:0;
	margin:0;
}
.form-table th {
	width:50px;
}
.form-table {
	margin-top:0;
}
#fromtodiv {
	margin-bottom:10px;
}
th.from {
	color:#c0c0c0;
	vertical-align:middle;
}
input.w90 {
	width:90%;
}
input.TO, select.TO {
	border-color:#f00;
}
#titlediv {
	margin:10px 0;
	position:relative;
}
#titlediv #title-prompt-text {
	color:#BBBBBB;
	font-size:1.7em;
	padding:8px;
	position:absolute;
}
#html2txt-button {
	padding:8px 16px 0 8px;
	float:left;
}
.html2txt {
	cursor:pointer;
	padding:0 0 5px 10px;
}
.html2txt img {
	vertical-align:middle;
}
img#html2txt_loading {
	display:none;
	margin:-3px 0;
	padding:0;
}
div#plaintextbox div.inside {
	margin:0;
}

#plaintext {
	border-width:0 1px 1px;
	border-color:#DFDFDF;
	border-style:solid;
	font-family:"Courier",serif;
	height:10em;
	margin:0;
	padding:0;
	width:100%;
}
#view {
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	font-family:Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border:none;
	font-size:14px;
	font-weight:normal;
	padding:5px;	
	text-decoration:none;
	background-color:#EBEBEB;
	color:#264761;
	margin:1px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
input#view.submit:hover  {
	color:#D54E21;
	cursor:pointer;
}

/*upload*/
div.mp_fileupload_cb_anim {
	border:1px solid #000;
	margin:1px;
	width:11px;
	height:11px;
}

/* swfupload */
div.mp_fileupload_bar_foregrnd {
	position: relative; 
	height: 100%; 
	width: 100%; 
	background-color: #F9F9F9;
}
div.mp_fileupload_bar_backgrnd {
	position:absolute;
	height:11px;
	width:11px;
	margin:0px;
	background-color:#8CBDD5;
}

/* htmupload */
div.mp_fileupload_txt {
	margin:5px 0 19px 12px;
	position:absolute;
}
span.mp_fileupload_txt {
	color:#21759B;
	text-decoration:underline;
}
div.mp_fileupload_file {
	position:relative;
	margin:5px 10px;
	height:24px;
	width:132px;
}
.SI-FILES-STYLIZED label.mp_fileupload_file {
	height:24px;
	width:132px;
	display:block;
	overflow:hidden;
background:transparent url(../images/space.png) repeat;
	cursor:pointer;
}
.SI-FILES-STYLIZED label.mp_fileupload_file input{
	height:24px;
	width:132px;
	margin:0;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position:relative;
}

/* custom fields */
#side-sortables #mp_mailcustom #postcustomstuff td.left input, #side-sortables #pagecustomdiv #postcustomstuff td.left input {
	margin:3px 3px 0;
}
#side-sortables #mp_mailcustom #postcustomstuff #the-list textarea {
	height:85px;
	margin:3px;
}
#side-sortables #mp_mailcustom #postcustomstuff .submit, #side-sortables #pagecustomdiv #postcustomstuff .submit {
	padding:0 5px;
}
#mp_mailcustom #postcustomstuff .submit, #pagecustomdiv #postcustomstuff .submit {
	border:0 none;
	float:none;
	padding:5px 8px;
}
#postcustomstuff .updatemailmeta, #postcustomstuff .deletemailmeta {
	margin:auto;
}
#postcustomstuff #newmeta .submit {
	padding:0 8px;
}

#to_list optgroup option {
	padding-left:15px;
}