/*Form*/
.postForm
{
	margin:0px;
	padding:0px;
	width:100%;
	font-size:14px;
}

.postForm fieldset
{
	border: none;
	margin:0 0 12px;
	padding:0px;
}

.postForm fieldset legend
{
	color:#000;
	font-weight:bold;
	font-size:100%;
}

.postForm fieldset label
{
	float:left;
	width:14em;
	position:relative;
	padding:0.1em 0.5em 0 0;
	/*padding:0px;*/
	width:auto;
	/*text-align: right;*/
}

.postForm .ctrlHolder
{
	padding:3px;
	margin:0px;
	clear:both;
}

.postForm .ctrlHolder label
{
	width:	12em;
}
.postForm .ctrlHolder .selectInput,
.postForm .ctrlHolder .textInput
{
	width:	14em;
	border: 1px solid #BDC7D8;
	background-color: #ffffff;
	padding: 2px;
	
}

.postForm .ctrlHolder .fileUpload
{
	width:15em;
	display:block;
	
}

.postForm .ctrlHolder textarea
{
	width:461px;
	height:130px;
	display:block;
	float:left;
	border: 1px solid #BDC7D8;
	background-color: #ffffff;
	padding: 5px;
		
}

.postForm .ctrlHolder .small
{
	width:8em;	
}

.postForm .ctrlHolder .large
{
	width:20em;	
}

.postForm .inlineLabel
{
      width:auto;
      float:none;
      margin:0 1em 0 0;
      display:inline;
}

.postForm label.error
{

	color:#EA5200;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:19px;
	float:none;
}

#edit_left
{
	float: left;
	display: inline;
	width: 35em;
}

#edit_right {
	color:#808080;
	float:left;
	margin-right:10px;
	text-align:right;
	width:35em;
}

.noImageItem
{
	background: transparent url('../images/nothumb.png') no-repeat scroll 0 0;
	float: left;
	margin: 5px;
	width: 105px;
	height: 125px;
}

.ImageItem
{
	float:left;
	height:125px;
	margin:5px 1px 5px 5px;
	padding-left:4px;
	width:105px;
	background-color: #E8E8E8;
}

.spacer
{
	height:100px;
	margin:0;
	width:105px;
}


span a
{
	color:#1C4A8C;
}

.hide
{
	display:none;
}