/* form style */ 
#clientform {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin:auto;
	position:relative;
	width:250px;
	height:60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* input field */ 
#clientform input {
	width:120px;
	display:inline;
	border: 1px solid #999;
	height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	margin-right: 9px;
} 
 

/* Button Style */
button.submit {
	width:60px;
	right:20px;
	bottom:20px;
	color:#333333;
	font-family: Tahoma, Geneva, sans-serif;
	height:27px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1p solid #999;
	background-color: #FF9400;
}
button.submit:hover {
background:#fff;
color:#FF9400;
}

 .gallerylink2 {
	width: 275px;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
}
 .smallimage {
	width: 420px;
	float: left;
	margin-top: 20px;
    padding-left: 20px; 
}
 .smallwide {
	margin-left: 0px;
	float: left;
	margin-top: 20px;
}

.linkpic {
	padding: 3px;
}
 .centerpic {
display: block;
text-align: center;   
margin-top: 30px; 
margin-left: -90px;      
}

#contentw {
    padding: 20px;
    width: 900px;
margin-left: 45px;
	background-color: #FFFFFF;
}

#contentg {
    padding: 20px;
    width: 900px;
	text-align: center;
	background-color: #FFFFFF;
} 

.picap {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
    text-align: center;   
  }    
    
    
/* field label */ 
label {
	display:block;
	font-size:11px;
	color:#999999;
	margin-top: 4px;
	width: 100px;
} 

.smalltop {
	float: right;
	margin-right: 60px; 
    margin-top: -30px;
}
