@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1280px) {
	
	
	#mainWapper
{ width:100%;  height:auto; }

    
	#photoBoxs
{ width:60%;height:600px;float:left;position:fixed }

    #formBoxs
{ width:420px;height:auto;background-color:#e2e4e4;float:left;margin-left:60%; }

}


@media screen and (max-width: 1070px) {
	
	
	#mainWapper
{ width:100%;  height:auto; }

    
	#photoBoxs
{ width:50%;height:auto;float:left;position:fixed   }

    #formBoxs
{ width:420px;height:auto;background-color:#e2e4e4;float:left;margin-left:53%; }

}


@media screen and (max-width: 900px) {
	
	
	#mainWapper
{ width:100%;  height:auto; }

    
	#photoBoxs
{ width:45%;height:auto;float:left;  }

    #formBoxs
{ width:420px;height:auto;background-color:#e2e4e4;float:left;margin-left:45%; }

}


@media screen and (max-width: 800px) {
	
 #mainWapper
 { width:100%;  height:auto; }

 #photoBoxs
 { visibility:hidden }

 #formBoxs
 { width:100%;height:auto;background-color:#e2e4e4;float:right }

}

 @media screen and (max-width: 400px) {
	
 #formTable  {
	  width:100%;
	  }		
 
 }

	
	