/*
  NBM-Center style
*/



/*
* 
.login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}*/
div.nbm-center {
	background-color:#fff;
}

div.nbm-center fieldset div {
	margin:0.3em 0;
}
div.nbm-center form {
	margin:10px 0;
}
div.nbm-center label {
	float:left;
	width:13em;
	text-align:right;
	margin-right:1em;
	font-weight:bold;
}
div.nbm-center label.standard {
	width:auto;
	text-align:left;
}
div.nbm-center legend {
	color:#0b77b7;
	font-size:1.4em;
	margin-left:0.5em;
}
div.nbm-center legend span {
	width:13em;
	text-align:right;
}
div.nbm-center input[type="file"] {
	margin-right:1.3em; /*bugfix in Firefox 3.5*/
}
div.nbm-center fieldset {
	border:1px solid #ddd;
	padding:0.5em;
	margin-top:1em;
}
div.nbm-center .date input {
	/*background-image:url(images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;*/
}

div.nbm-center .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
div.nbm-center .date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
div.nbm-center .radio, div.nbm-center .date {
	position:relative;
}
div.nbm-center fieldset.radio, div.nbm-center fieldset.date {
	border:none;
}
div.nbm-center .radio fieldset, div.nbm-center .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
div.nbm-center .radio legend, div.nbm-center .date legend {
	font-size:1em;
	color:#000;
}
div.nbm-center .radio legend span, div.nbm-center .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:13em;
	display:block;
}
div.nbm-center .radio label, div.nbm-center .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
div.nbm-center .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

div.nbm-center .email {
	width:14em;
}

div.nbm-center input.default {
	color:#bbb;
}

/*div.nbm-center #submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
div.nbm-center #submit-go:hover {
	background-position:0 -26px;
}*/

div.nbm-center textarea {
	width:95%;
	background-color:#fafafa;
	padding:0.15em;
	-moz-border-radius:0.4em;
	-webkit-border-radius: 0.4em;
	-khtml-border-radius:0.4em;
}
div.nbm-center span.static_field {
	padding:0.15em;
}

div.nbm-center span.field_help {
	/*font-style:italic;*/
	font-size:0.9em;
}

div.nbm-center .red {
	color:red;
}

div.nbm-center div.thumbnail {
	float:left;
	width:100px;
	height:100px;
	margin:10px;
}

div.nbm-center div.info {
	float:left;
	width:500px;
}

div.nbm-center img.attachment-100x100 {
	width:100px;
	height:100px;
}

.clear {
clear:both;
}

.ratingblock {
float:left;
}

/*div.nbm-center table {
	collapse: merge;
	border-collapse : collapse;
	width:auto;
	margin-bottom:1em;
}

div.nbm-center td {
	padding:4px;
}

div.nbm-center td.left {
	width:50px;
}*/

/*from plugin fluency*/


