#fotn-sub-connect {
    background: url(../images/connect.png) no-repeat 0 0;
    height: 29px;
    width: 242px;
    display: inline-block;
    text-indent: -9999px;
}

#fotn-sub-disconnect {
    background: url(../images/disconnect.png) no-repeat 0 0;
    height: 29px;
    width: 140px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    top: 28px;
    right: 10px;
    opacity: 0.6;
}

#fotn-sub-disconnect:hover {
    opacity: 1;
}

#fotn-sub-clear {
	clear:both;
}

.fotn-sub-nb-red {
    color: red;
    font-weight: bold;
}

/* form ------------------------------------ */

#fotn-sub label
{
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}

#fotn-sub input[type=text], 
#fotn-sub input[type=url],
#fotn-sub p.formhelp {
    margin-left: 20px;
    margin-right: 20px;
	width: 400px;
	min-width: 200px;
	max-width: 100%;
}

#fotn-sub p.formhelp {
    font-size: 0.85em;
    line-height: 18px;
    margin-bottom: 0px;
}

#fotn-sub input[type=submit] {
    margin-left: 20px;
    margin-right: 20px;
	padding:10px; 
	font-size:1em; 
	color:#292929; 
}

/* On focus */
/*
#fotn-sub input:focus, 
#fotn-sub select:focus { 
	border:solid 1px #e963f1; 
}
*/

#fotn-sub option {
	color:#aaa; 
}

#fotn-sub input[type=submit] {
    color: #fff;
    background-color: #e963f1;
    font-size: 16px;
	cursor:pointer;
	-webkit-appearance: square-button;
}

#fotn-sub input[type=submit]:hover {
	color: #fff;
    background: #ffd62c;
}

.fotn-link-button a {
    padding: 10px;
    background-color: #e963f1;
    font-size: 16px;
    color: #fff;
}

.fotn-link-button a:hover {
    background-color: #ffd62c;
}

.fotn-inbox-title {
    font-size: 2em;
    text-align: left;
    line-height: 1em;
}

.fotn-moderate-buttons {
    float:right;
    padding: 10px;
    margin-left: 10px;
}

.fotn-sub-tracks {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.fotn-playlist {
}

.fotn-pages {
    text-align: center;
}

.fotn-subs-page {
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.fotn-subs-page-disabled {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

a.fotn-subs-page {
    text-decoration: none;
}

.fotn-track-list li {
    margin-left: 10px;
}