﻿

input, textarea
{
	color: black;
	background: #fafafa;
	border: 1px solid #cccccc;
}

.rm-mediainfo-container
{
	height: auto;
	font-weight: bold;
	width: 520px;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	font-family: verdana;
}

.rm-mediainfo-title
{
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
}

.rm-mediainfo-info
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width: 33%;
	margin-top: 2px;
	padding-left:2px;
}

#btnSave
{
	font-family: verdana;
	font-size: 10px;
	height: 26px;
	width: 80px;
	padding: 0px;
}

#btnPrint
{
	font-family: verdana;
	font-size: 10px;
	height: 26px;
	width: 30px;
	padding: 0px;
}

#btnSaveLogin
{
	font-family: verdana;
	font-size: 10px;
	height: 26px;
	width: 80px;
	padding: 0px;
}

#btnShare
{
	font-family: verdana;
	font-size: 10px;
	height: 26px;
	width: 80px;
	padding: 0px;
}

.panelHeader
{
	padding: .5em 12px;
	text-decoration: none;
}

.panelHeaderLogin
{
	padding: .5em 12px;
	text-decoration: none;
}

#bpComment
{
	width: 240px;
	height: 135px;
	padding: 0.4em;
	position: relative;
}
#bpComment h3
{
	margin: 0;
	padding: 0.4em;
	text-align: center;
}

.trigger
{
	background: url(/images/panelclose.gif) no-repeat;
	background-position: left center;
	background-color: #eeeeee;
	height: 17px;
	width: 660px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	border: 1px solid #cccccc;
	text-align: left;
	margin-left: 5px;
}

.trigger a
{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	color: #666666;
}

.trigger a:hover
{
	color: #000000;
}
.hover
{
	border: 1px solid #aaaaaa;
}

.active a:hover
{
	color: #000000;
}

.active
{
	background: url(/images/panelopen.gif) no-repeat;
	background-position: left center;
	background-color: #fff;
}


label, input
{
	display: block;
}
textarea
{
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}
fieldset
{
	padding: 0;
	border: 0;
	margin-top: 25px;
}

#btnSendComment
{
	font-family: verdana;
	font-size: 11px;
	height: 26px;
	width: 90px;
}

