﻿.bis-name {
	color: #09F;
	font-size: 20px !important;
	font-weight: bold !important;
}

.page-header-block {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.review-form {
	position: relative;
	min-height: 520px;
	max-width: 500px;
	margin: auto;
	padding: 12px 12px 22px 12px;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.block-rating {
	height: 90px;
}

.txttitle {
	font-size: 16px !important;
	padding: 10px 7px !important;
}

.txtbody {
	font-size: 14px !important;
	padding: 7px !important;
}

	.txtbody:focus {
		padding: 7px !important;
	}

.block-title {
}

.block-review {
}

.starbutton i {
	font-size: 32px;
}

.review-form .label {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	display: block;
	clear: both;
	margin: 0;
	text-align: left;
	color: #555;
	white-space: normal;
}

.reviewpsw .label {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	display: block;
	clear: both;
	margin: 0;
	text-align: left;
	color: #555;
	white-space: normal;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.status {
	color: #C7C7C7;
	float: right;
	padding-right: 10px;
	font-size: 18px;
	position: absolute;
	right: 0;
}

.warnpad {
	height: 20px;
	padding-top: 4px;
}

input[name=Title] {
	width: 98%;
}

textarea {
	line-height: 22px;
	width: 98%;
	height: 200px;
}

.submitbutton input {
	width: 100%;
	line-height: 28px;
	position: relative;
	height: 40px;
}
.submitbutton .submit {
	position: absolute;
	left: 10px;
	width: 500px !important;
}

.untagged-form {
	width: 100%;
	margin-bottom: 20px;
}

.form-field {
	padding: 5px 0;
}

.untagged-form input[type=text] {
	width: 200px;
}

.auth-form {
	display: none;
	position: relative;
}

.signup-form {
	position: relative;
}

.or-sign-up {
	position: absolute;
	left: 75px;
	bottom: 3px;
}

.or-sign-in {
	position: absolute;
	left: 80px;
	bottom: 8px;
}

.activateemailsent {
	position: relative;
	border: 1px solid #E5E5E5;
	height: 65px;
	margin-bottom: 12px;
	background-color: #fcf;
	margin-top: 15px;
}

	.activateemailsent .iconBox {
		position: absolute;
		top: 10px;
		left: 15px;
		font-size: 42px;
		color: #cc0000;
	}

	.activateemailsent .bodyBox, .thnksforreview .bodyBox {
		position: absolute;
		top: 10px;
		left: 100px;
	}

.alreadyreviewed {
	border: 1px solid #E5E5E5;
	width: 97%;
	margin-bottom: 18px;
	color: #cc0000;
	background-color: #fcf;
	padding: 8px;
	display: none;
}

.thnksforreview {
	position: relative;
	border: 1px solid #e5e5e5;
	height: 65px;
	margin-top: 10px;
	background-color: #efefef;
}

	.thnksforreview .iconBox {
		position: absolute;
		top: 10px;
		left: 15px;
		font-size: 48px;
		color: #0099ff;
	}
