input, select {
	width: 150px;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	font-size: 12px;
	}

input.hidden { display: none;}



input.search, select.search {
	position: relative;
	top: 0px;
	left:20px;
	float:left;
	width: 115px;
	margin: 5px auto 15px auto;
	padding: 0px;

	display: inline;
	font-size: 12px;
	}



textarea {
	margin: 0px 10px 10px 0px;
	font-size: 12px;
	width: 200px;
	height: 40px;
	}

#search_div {
	display: block;
	position: absolute;
	top: -120px;
	left: 105px;
	width: 303px;
	z-index: 50;
	}

#search_div_bot {
background-image: url(../image/search_div/search_bot.png);
width: 303px;
height: 10px;
}
/* IE6 Only */
* html #search_div_bot {
	background-image: url(../image/);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pacificplaygrounds.com/image/search_div/search_bot.png',sizingMethod='scale');
}



#search_div_top {
background-image: url(../image/search_div/search_top.png);
width: 303px;
height: 15px;
}
/* IE6 Only */
* html #search_div_top {
	background-image: url(../image/);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pacificplaygrounds.com/image/search_div/search_top.png',sizingMethod='scale');
}


#seach_button_div {
	position: absolute;
	width:118px;
	height:26px;
	top: 90px;
	left: 398px;
	z-index: 40;
	}



#search_mid {
	background-image: url(../image/search_div/search_mid.png);
	width: 303px;
	height: 230px;
	z-index: 40;
	}

/* IE6 Only */
* html #search_mid {
	background-image: url(../image/);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pacificplaygrounds.com/image/search_div/search_mid.png',sizingMethod='scale');
}

form#search_mid {
	margin:0;
	padding:0;
	}

.col_img {
	display: block;
	margin: 0px auto 0px auto;
	height: 85px;
	width: 115px;
	overflow:hidden;
	border: 1px solid #000000;
	}

.edit_wrapper {
	position: relative;
	float:left;
	width: 100%;
        margin-bottom: 10px;
	border: 1px solid black;
	}
.edit_col_s {
	position: relative;
	float:left;
	width: 120px;
	margin:10px 10px 10px 10px;
	}

.edit_col_w {
	position: relative;
	float:left;
	width:200px;
	margin:5px 5px 5px 5px;
	}

.gallery_col {
	position: relative;
	float:left;
	width: 130px;
	/*border: 1px solid red;*/
	}

.gallery_row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border: 1px solid green;*/
	}

.gallery_row_wrapper {
	position: relative;
	float: left;
	margin: 5px auto 5px auto;
	}


.gallery_mid_col {
	position: relative;
	float: left;
	width: 300px;
	}

.label_1 {
        position: relative;
	float: left;

	display: block;
	margin: 0px auto 0px auto;

	width: 49%;
	font-family:Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #425b69;

	}

.login {
	width: 100px;
	}

.photo_info {
	position: relative;
	left: 10px;
	float: left;
	width: 115px;
	margin: 5px auto 5px auto;	height: 50px;
	font-family: verdana, san-serif;
    	font-size: 9px;
  	color: #425b69;
	}

.row { /* Used in Search div */
	position: relative;
	float: left;
	width:100%;
	font-family:Verdana;
	font-weight: normal;
	font-size:10px;
	color: #657d93;
	margin-bottom: 15px;
	}
/* IE6 Only */
* html .row {
       margin-top: 10px;
      }
.row_img {
	display: block;
	margin: 5px auto 5px auto;
	border: 1px solid #000000;
	}
