a:link, a:active, a:hover, a:visited, img, input {
	outline: none;
	border: 0px #fff solid;
}
a:active, a {  outline: none !important; }
:focus {  -moz-outline-style: none; }

select {
    cursor:pointer;
}

select option {
    margin-top: 0.1em;
}

input, select, textarea {
	border: 1px #abadb3 solid;
}

.nav-tab-wrapper {
	padding: 0.5em 0 0em 0 !important;
	margin:  !important;
}

.nav-tab {
	margin-right: 0.5em !important;
	font-size:12pt !important;
	font-weight: bold !important;
}

.tw_author_plugin_settings label {
    width: 100px !important;
    float: left;
    text-align: right;
    margin-right: 1em;
}
.tw_author_plugin_settings textarea {
	width: 400px;
	height: 100px;
}
.tw_author_plugin_settings input[type='text'] {
	width: 400px;
}
.tw_author_plugin_settings input[type='submit'] {
	margin-left: 9.5em;
}
.twp_author_row {
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    border-bottom: 1px #ccc solid;
}

.twp_author_row img {
    max-width: 150px;
    clear:both;
}

.tw_author_edit {
	float: left;
	background: url(../edit.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.tw_author_del {
	float: right;
	background: url(../delete.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}