#jsddm {
		padding-bottom: 0px;
		margin-top:-2px;
	}
	
	#jsddm font {
		float: left;
		list-style: none;
	}
	
	
	#jsddm .home a {
		display: block;
		text-decoration: none;
		width: 60px;
		height: 29px;
		background: url('../image/btn_home1.png') no-repeat;
		white-space: nowrap;
		padding-right:20px;
	}
	
	#jsddm .home a:hover {
		list-style: none;
		background: url('../image/btn_home2.png')  no-repeat;
		padding-right:20px;
	}
	
	#jsddm .about a {
		display: block;
		text-decoration: none;
		width: 81px;
		height: 31px;
		background: url('../image/btn_about1.png')  no-repeat;
		white-space: nowrap;
		padding-right:15px;
	}
	
	#jsddm .about a:hover {
		list-style: none;
		background: url('../image/btn_about1_2.png')  no-repeat;
		padding-right:15px;
	}
	
	#jsddm .about ul {
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
	}
		
	#jsddm .about ul font {
		float: none;
		display: inline;
	}
	
	
		
	#jsddm .about ul .bg a {
		margin-left: 10px;
		width: 120px;
		height: 40px;
		background: url('../image/home-bg.png')  no-repeat;
	}
		
	#jsddm .about ul .bg a:hover {
		margin-left: 10px;
		width: 120px;
		height: 40px;
		background: url('../image/bg2.png')  no-repeat;
	}
	
	#jsddm .about ul .vam a {
		margin-left: 10px;
		width: 120px;
		height: 40px;
		background: url('../image/home-vam.png')  no-repeat;
	}
		
	#jsddm .about ul .vam a:hover {
		margin-left: 10px;
		width: 120px;
		height: 40px;
		background: url('../image/visi2.png')  no-repeat;
	}
	
	#jsddm .curriculum a {
		display: block;
		text-decoration: none;
		width: 100px;
		height: 33px;
		background: url('../image/btn_curriculum1.png')  no-repeat;
		white-space: nowrap;
		padding-right:15px;
	}
	
	#jsddm .curriculum a:hover {
		list-style: none;
		background: url('../image/btn_curriculum1_2.png')  no-repeat;
		padding-right:15px;
	}
	
	#jsddm .method a {
		display: block;
		text-decoration: none;
		width: 81px;
		height: 31px;
		background: url('../image/btn_method1.png')  no-repeat;
		white-space: nowrap;
		padding-right:20px;
	}
	
	#jsddm .method a:hover {
		list-style: none;
		background: url('../image/btn_method1_2.png') no-repeat;
		padding-right:20px;
	}
	
	#jsddm .facilities a {
		display: block;
		text-decoration: none;
		width: 81px;
		height: 31px;
		background: url('../image/btn_facilities1.png') no-repeat;
		white-space: nowrap;
		padding-right:25px;
	}
	
	#jsddm .facilities a:hover {
		list-style: none;
		background: url('../image/btn_facilities1_2.png') no-repeat;
		padding-right:25px;
	}
	
	#jsddm .teacher a {
		display: block;
		text-decoration: none;
		width: 81px;
		height: 31px;
		background: url('../image/btn_teacher1.png') no-repeat;
		white-space: nowrap;
		padding-right:25px;
	}
	
	#jsddm .teacher a:hover {
		list-style: none;
		background: url('../image/btn_teacher1_2.png') no-repeat;
		padding-right:25px;
	}
	
	#jsddm .contact a {
		display: block;
		text-decoration: none;
		width: 97px;
		height: 32px;
		background: url('../image/btn_contact1.png') no-repeat;
		white-space: nowrap;
		padding-right:10px;
	}
	
	#jsddm .contact a:hover {
		list-style: none;
		background: url('../image/btn_contact1_2.png') no-repeat;
		padding-right:10px;
	}
	
#form {
			width:545px;
			height: 435px;
			background-image: url('../image/form.jpg');
		}
		
		.innerForm {
			margin-top: 25px;
			margin-left: 10px;
			font-family: Tahoma;
			color: #7c609b;
			font-size: 14px;
		}
		
		.txt {
			border: 1px;
			border-style:solid;
			border-color: #c7c8ca;
			height: 27.5px;
			width: 350px;
			font-family: Tahoma;
			color: #7c609b;
			font-size: 14px;
		}
		
		.txtAr {
			border: 1px;
			border-style:solid;
			border-color: #c7c8ca;
			height: 120px;
			width: 480px;
		}