@charset "utf-8";
body {
	background : #1e1e1e;
	background-image : url(http://4.bp.blogspot.com/_JrGEEijPS7k/TLpNEc0sfZI/AAAAAAAAAVc/FT4cyoqbnb8/s1600/Chile+5+007.JPG);
	background-position: center; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	margin-left:auto;
	margin-right:auto;
}
/*------------------------Outer Container Boxes*/
.container {
	width : 860px;
	border : 0px solid #222222;
	margin : auto;
}

/*----------------------------------Thumbs Area*/
.sbimg {
	position : relative;
	left : 135px;
}
.thumbnail 
{
float:left;
width:265px;
height:185px;
margin:10px;
border : 0px solid #000000;
}
img a:hover img
  {
  border:1px solid #0000ff;
  }
  
a 
{
text-decoration: none;
color:#A5A5A5;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
a:hover {
text-decoration: none;
}

/*---------------------------------Form Area*/
.form {
	width : 370px;
	margin-left : auto;
	margin-right : auto;
}
.frm {
	font-size : 16px;
	color : #000;
	width : 410px;
	top : -35px;
	left : 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	z-index: 0;
	outline: none;
}
/*---------------------------------Image Hover Area*/
.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.8;
}
.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}