.textboxFirstName { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 125px; 
} 
.textboxLastName { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 85px; 
} 
.textboxPhone { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 90px; 
} 
.textboxEmailAddress { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 120px; 
} 
.textboxAddress { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 220px; 
} 
.textboxCity { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 95px; 
} 
.textboxState { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 42px; 
} 
.textboxZipCode { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 60px; 
} 
.textboxAboutUs { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:25px; 
	width: 220px; 
} 
.textboxMessage { 
	background: white; 
	border: 1px double #DDD; 
	border-radius: 5px; 
	box-shadow: 0 0 5px #333; 
	color: #666; 
	outline: none; 
	height:75px; 
	width: 220px; 
} 
.css_button {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 34px;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background-color: #415E6D;
	border: none;
}

.css_button:hover {
    background-color: #B0B0B0;
}

.css_button:active {
    position:relative;
    top: 1px;
}

.contenedordeslides {position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:507px;width:880px}

.picture img{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}