@charset "utf-8";
/*
	Easy_FTP_upload.css
	for use with the Easy FTP Upload wordpress plugin
*/

form.EFU_form {
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em !important;
}

input.EFU_text {
	border-style: solid !important;
	border-width: 1px !important;
	padding: .1em !important;
	width: 100%;
}

input.EFU_text_req {
	border-style: solid !important;
	border-width: 1px !important;
	padding: .1em !important;
	width: 100%;
}

input.EFU_text_req_email {
	border-style: solid !important;
	border-width: 1px !important;
	padding: .1em !important;
	width: 100%;
}

input.EFU_file {
	padding: .1em !important;
	width: 100%;
}

input.EFU_file_req {
	padding: .1em !important;
	width: 100%;
}

p.EFU_notify {
    font-family: "Ratio", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 150%;
	line-height: 32px;
	color: red;
}

textarea.EFU_textarea {
	border-style: solid !important;
	border-width: 1px !important;
	padding: .1em !important;
	width: 100%;
}

textarea.EFU_textarea_req {
    font-family: "Ratio", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	border-style: solid !important;
	border-width: 1px !important;
	padding: .1em !important;
	width: 100%;
}

input.EFU_radio {
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em !important;
}

input.EFU_submit {
background: #4A7C99;
border: 1px solid #B6B7B9;
border-radius: 3px;
color: #FFF;
cursor: pointer;
display: inline-block;
line-height: 28px;
	padding: .1em !important;
	width: 6em;
	height: 2em;
}
input.EFU_submit:hover
{
background: #729B40;
border: 1px solid #B6B7B9;
}
input.EFU_reset:hover
{
background: #6E757D;
border: 1px solid #6E757D;
}


input.EFU_reset {
background: #B6B7B9;
border: 1px solid #B6B7B9;
border-radius: 3px;
color: #FFF;
cursor: pointer;
display: inline-block;
line-height: 28px;
	padding: .1em !important;
	width: 6em;
	height: 2em;

}

table.EFU_table {
    font-family: "Ratio", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 400;
	font-size: 14px;
	font-smooth: always;
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em !important;
	width: 100%;
}

tr.EFU_tr {
    vertical-align: top;
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em !important;
}

td.EFU_td_label {
    width: 25%;
    text-align: right;
	vertical-align: inherit;
	font-family: inherit;
	font-size: inherit;
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em .5em .1em .1em !important;
}

td.EFU_td_field {
    width: 75%;
    text-align: left;
	vertical-align: inherit;
	font-family: inherit;
	font-size: inherit;
	border-style: none !important;
	border-width: 0 !important;
	padding: .1em !important;
}