label,[name^="fname1"],
[name^="email1"],
/*[name^="default_image1"],*/
[name^="rating1"],
[name^="pic1"],
[name^="testi"]



               { 
			    color:#e7efa3;
                font-size:20px;
			    margin-top:20px;
				position:relative;
				margin-left:15px;
				
}


select[name^="rating1"] {
	                  
	                    margin-left:100px;
				        position:relative;
				        border-radius:5px;
						background:#666;
}




Input[name^="fname1"],
Input[name^="email1"]{
	                   background:#666;
				       margin-right:215px;
				       position:relative;
				       border-radius:5px;
				       height:35px;
				       width:300px;
				  
} 

textarea[name="testi"] {
	                     background:#666;
				         margin-left:70px;
				         position:relative;
				         border-radius:5px;
				         height:200px;
				         width:375px;
	
	
}


/*Input[name="default_image1"] {
	     
	                            background:#666;
				                margin-left:95px;
				                position:relative;
				                border-radius:5px;
								opacity:.2;
				                width:255px;

	     
}*/


Input[name="default_image1"]:hover{
	
	                                 cursor:pointer;
	
	
}






#file_browse_wrapper {
                         width: 93px;
                         height: 28px;
						 margin-left:183px;
						 margin-top:-25px;
                        /*background: url('http://dawsoncreekkennel.com/testimonial/css/file_browse_normal.png') 0 0 no-repeat;*/
	                     background: #efefef; 
	                     background: linear-gradient(top, #cdbd56 0%, #6f7a2c 50%);  
	                     background: -moz-linear-gradient(top, #cdbd56 0%, #6f7a2c 50%); 
	                     background: -webkit-linear-gradient(top, #cdbd56 0%,#6f7a2c 50%); 
	                     box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
                         border:none;
                         overflow:hidden;
						 border-radius:5px;
}
#file_browse_wrapper:hover {
                                 /*background: url('http://dawsoncreekkennel.com/testimonial/css/file_browse_hover.png') 0 0 no-repeat;*/
	                             background:#CC3;
					             color:#000;
					             cursor:pointer;
	
	
}
#file_browse_wrapper:active { 
                               color:white;
                              /*background: url('http://dawsoncreekkennel.com/testimonial/css/file_browse_pressed.png') 0 0 no-repeat;*/
}

#file_browse{
    margin-left:-145px;
    opacity:0.0;
   /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
}





form[name="testimonial"] {
	
	                        float:left;
							width:700px;
							height:650px;
							margin-left:130px;
							padding-top:20px;
							margin-top:90px;
							background-color:#333;
							border-radius:10px;
}

Input#sendTesti {
	               background: #efefef; 
	               background: linear-gradient(top, #cdbd56 0%, #6f7a2c 50%);  
	               background: -moz-linear-gradient(top, #cdbd56 0%, #6f7a2c 50%); 
	               background: -webkit-linear-gradient(top, #cdbd56 0%,#6f7a2c 50%); 
	               box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
				   float:right;
				   width:100px;
				   height:50px;
				   border-radius:5px;
				   color:#ffffff;
				   font-size:16px;
				   margin-right:140px;
				    
				   
}
                   

Input#sendTesti:hover{
                  
                       background:#CC3;
					   color:#000;
					   cursor:pointer;
                          


}





#testimonWrap {
	
	               float:left;
				   min-height:1600px;
				   
				   border-radius:10px;
				   text-align:justify;
				   
}


.showTestimony {
	
	                        float:left;
							width:700px;
							height:850px;
							margin-left:130px;
							padding-top:20px;
							margin-top:90px;
						    /*background-color:#333;*/
							border-radius:10px;
	
	
}


.testimonybutton1 {
	
	            margin-left:420px;
				margin-top:90px;
				height:20px;
}


.testimonybutton2 {
	
	              
	
}



.viewTesti {
	
	            background-color:#666; 
				overflow:hide; 
				border-radius:10px;
				margin-bottom:40px;
			    height:300px;  
			
	
}

#testiLink a {
	
	              color:#e7efa3;
				  text-decoration:none;
	
	
}