.highlight {
	background: #cee2ff;	
}

.container {
	border: 1px solid #d6d6d6;
	background: #ffffff url(../img/news/bg.gif) left top repeat-x;	
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.container.plain {
	padding: 0;	
}

h2.custom {
	color: #555555;
	font-size: 16px;
	border-bottom: 1px solid #6f767a;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 10px 5px;
}

h2.custom.plain {
	border-bottom: none;
}

label {
	display: block;
	width: 100px;
	float: left;
}

.textarea {
	height: 150px;	
}

.searchField, .textfield, .textarea {
	font-size: 12px;
	border: 1px solid #dddddd;
	color: #999999;
	width: 300px;
}

.searchField {
	background: #ffffff url(../img/search.png) left center no-repeat;
	padding-left: 18px;	
}

.searchField.short {
	width: 118px;	
}

.searchButton, .button {
	font-size: 12px;
	border: 1px solid #dddddd;
	color: #999999;
	cursor: pointer;		
}

a.contentLink {
	text-decoration: none !important;
	border-bottom: 1px dotted #999999;
	padding-left: 15px;
	background: transparent url(../img/shortcut.png) left center no-repeat;
}

a.contentLink:focus, a.contentLink:hover {
	color: #5098fb;
}

.default a:focus, .default a:hover,
a.default:focus, a.default:hover {
	padding: 0 !important;
	background-image: none !important;
}

.pirobox_content a:focus, .pirobox_content a:hover,
a.piro_next:focus, a.piro_next:hover,
a.piro_next_out:focus, a.piro_next_out:hover,
a.piro_prev:focus, a.piro_prev:hover,
a.piro_prev_out:focus, a.piro_prev_out:hover
{
	padding: 0 !important;
}

.border {
	border: 1px solid #dddddd;
}	
