/* CSS Document */
body{
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	color:#000;
	background: #CCC;
	margin:0;
	overflow-y:scroll;
}

.wrapper{
	width:800px;
	margin:25px auto;
}

ul.fields{
	margin: 10px 0;
	padding: 0;
	list-style:none;
	overflow:hidden;
}
ul.fields li{
    float: left;
	margin: 0 0 10px;
	overflow:hidden;
	width:100%;
}
ul.fields li.half{
	width:50%;
}
ul.fields li label{
	float:left;
	width: 100px;
    line-height: 1.5em;
}
ul.fields li .inputbox{
}
ul.pictures{
	margin: 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

ul.pictures li{
	float:left;
    margin: 0 10px 10px 0;
	text-align:center;
    width: auto;
}
.imagebox{
	background: none repeat scroll 0 0 #FFFFFF;
	margin:0 0 5px;
    height: 117px;
    width: 117px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.imagebox .uploadifyQueue{
    width: 100%;
	height: 62px;
}

.imagebox .uploadifyQueueItem{
    width: 111px;
}

.imagebox .uploadedimage{
	position:absolute;
	left: 0;
	top: 0;
	z-index: 100;
    background: none repeat scroll 0 0 #FFFFFF;
	width:100%;
	height:100%;
}

.imagebox .uploadedimage img{
	width:100%;
	height:100%;
}

.logo_preview{
	display:none;
}
.onhoverlink_cont{
	position:relative;
}

.onhoverlink_cont .onhoverlink{
	position: absolute;
	top: 0;
	right: 0;
	display:none;
	background: url(../images/transparent_40.png) repeat scroll 0 0 transparent;
	padding: 5px;
	color: #fff;
	text-decoration:none;
}
.onhoverlink_cont .onhoverlink a{
	color:#FFF;
	text-decoration:none;
}

.clrlft{
	clear:left;
}

#type5-form .type5_input_descp,
#type5-form .type5_input_answer,
#type6-form .type6_input_descp,
#type6-form .type6_input_answer{
	display: block;
	margin: 0 0 5px;
}