/* SUB SITES */

/* CREATE */
/* --------------------- */

	input.create {
		width: 48%;
		font-size: 1.6em;
		border: 1px solid #095ec8;
		padding: 5px;
	}

	textarea.create {
		width: 95%;
		height: 260px;
		font-size: 1.2em;
		border: 1px solid #095ec8;
		padding: 5px;
	}

	select.create {
		width: 95%;
		font-size: 1.6em;
		border: 1px solid #095ec8;
		padding: 5px;
	}
	
	
ul.errors {
	list-style-type: square;
	width: 70%;
	color: #F74514;
}

.extra-list {
	width: 90%; padding: 8px 5px 8px 5px; border-bottom: 1px dotted #a0cbf6;
	font-size: 1.2em; color: #0b233a;
}

	.extra-list-width {
		width: 100%;
	}

#icon {
	font-size: 0.8em; text-transform: uppercase; border: 1px solid #286CB1; width: 100px;
}




/* TOP5 */
/* --------------------- */

.top-first {
	width:88%; height: 36px; padding: 2px 0 0 30px; background: url(../images/misc/top5/1.png) left top no-repeat; 
	font-size: 1.2em; margin-bottom: 5px;
}

.top-rest {
	width: 88%; height: 23px; padding: 2px 0 0 30px; 
	font-size: 1.2em; margin-bottom: 5px;
}

	.top-more {
		float:right;
	}

		.top-more a {
			color: #787878;
		}