.form {
	position: absolute;
	top: 90px;
	bottom: 30px;
	right: 20%;
	left: 5%;
	overflow: auto;
}

.row {
	position:relative;
	float:left;
	height:auto;
	clear: both;
	width: 100%;
	padding-top: 15px;
}

.row .label {
	position:relative;
	width: 100%;
	float: left;
	font-size: 15px;
	margin-bottom:5px;
	/*font-weight: lighter;*/
	color: gray;
}

.innerTableContent td{
	padding-top:5px;
	
   word-wrap: break-word;
   max-width: 1px;
}
.innerTableContent .row{
	height:30px;
	margin:0px;
	padding:0px;
}
.innerTableContent .row .label {
	display:none;
	padding:0px;
	height:0px;
	margin:0px;
}	
.innerTableContent .row .text {
	margin-top:5px;
	height:20px;
}	

.row .item {
    clear:both;
	width: 100%;
	margin:10px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: black;
}



.row .item .itemText {

	width: 40%;
	float: left;
	padding:5px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.row .item .itemButton {

	width: 20px;
	height: 20px;
	background:#0e0e0e;
	border-radius:25px;
	text-align:center;
	padding:5px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.row .pLink {
	width: 80%;
	float: right;
	font-size: 15px;
	font-weight: lighter;
	color: gray;
}

.row .pLink a {
	width: 90%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #89a4b7;
}

.row .link {
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	color: #89a4b7;
}

.row .text {
	position:relative;
	clear:both;
	width: 99%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align:center;
	font-weight: lighter;
}
.row .textarea {
	width: 70%;
	float: left;
	font-size: 15px;
	min-height:100px;
	color: gray;
	text-align:center;
	font-weight: lighter;
}

.row .column {
	width: 70%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align:center;
	font-weight: lighter;
}

.row .column .text{
	width: 100%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom:10px;
	text-align:center;
	font-weight: lighter;
}

.row .pMap{
    position:relative;
    min-height:300px;
    margin-bottom:15px;
    margin-top:15px;;
	float: left;
	font-size: 15px;
	color: gray;
	text-align:center;
	font-weight: lighter;
	left: 0;
    width: 98%;
    top: 0;
    bottom: 10px;
}

.row .column .option{
	width: 50%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom:10px;
	text-align:left;
	font-weight: lighter;
}

.row .table {
	width: 70%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align:center;
	font-weight: lighter;
}

.row .table .option{
	width: 33%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom:10px;
	text-align:left;
	font-weight: lighter;
}

.row .view {
	width: 100%;
	float: left;
	text-align:left;
	font-size: 15px;
	font-weight: bold;
}

.row .view.select{
	width: 50%;
	float: left;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}

.row .button{
	float: right;
	border:0;
	margin:0;
    margin-right:5%;
    margin-top:-5px;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}

.row .image {
	width: 20%;
	margin-left:25%;
	height:auto;
	float: left;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	border:1px solid gray;
}

.row .pImage {
    clear:both;
    width: 100%;
	min-height:148px;
	float: left;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	overflow: auto;
}

.row .pImage img{
    padding:10px;
	height:128px;
	width:auto;
	margin-right:10px;	
	float:left;
}

.row .pImage .delete{
	height:32px;
	width:auto;
	margin-left:-40px;
	margin-top:-10px;
	float:left;
}

.row .pImage .delete:hover,.row .pImage .add:hover{
	cursor:pointer;
}

.row .image.editable:hover {
	cursor: pointer;
}

.row .image.loading:hover {
	cursor: default;
	background: url(../images/loading.gif) center #3b3b3b no-repeat;
}

.row .textarea {
	resize: none;
	height: 100px;
}

.gwt-TextArea {
	resize: none;
}


.select{
	position:relative;
	float:left;
	width: 100%;
	padding: 0px;
	margin:0;
	margin-top:0px;
}
.select .text{
	position:relative;
	width:98%;
	margin-left:0px;
	height:20px;
	margin-top:5px;
	text-align:center;
}


.select .selectButton{
	position:absolute;
	right:0px;
	height:26px;
	background:#bebebe;
	margin:0px;
	margin-top:5px;
	top:0px;
}

.selectButton img, .nextButton img, .previousButton img{
	position:relative;
	float:left;
	height:25px;
	width: auto;
	margin:0px;
	padding: 2px;
		top:0px;
}
