@charset "utf-8";
/* CSS Document */
<!--working System-Start-->
		#wrapper{
			width:700px;
			height:100%;			
			border-color:#0798bc;
			margin-top:15px;
		}
		#header_table,#content_table{
			height:auto;
			background-color:0a78bc;
			width:697px;
			height:auto;
			padding:1px;
		}
		#header_table{
			background: url(img/table_header.png) no-repeat;
			height:63px;
			margin-top:50px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		#content_table{
			margin-bottom:50px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
		#content_table #frame{
			width:98%;
			height:500px;
		}

<!--working System-End-->
<!--contact-Start-->
	#table_contact input,textarea{
		width:250px;
		position:relative;
	}
	#table_contact{
		margin:5px;
		padding:5px;
		background:url(img/bg_5.png) repeat;
		border-radius: 15px 15px;
	}
	
	#table_contact div{
		padding-right:10px;
	}
	

	
	#button{
		margin-left:100px;
	}
	<!--subContact-Content-->
		
		#row1,#row2,#row3{
			max-height:210px;	
			min-height:122px;
			border:none;
			margin-top:0px;
			margin-bottom:0px;
		}
		#content_row{
			background-color:#0a78bc;
			width:98%;
			float:left;
			height:auto;
			margin-left:10px;
			margin-top:0px;
			margin-bottom:0px;
			border:solid;
			color:#0a78bc;
			
		}
		#row1{
			width:5%;
			min-height:125px;
			float:left;
			vertical-align:middle;
			text-align:center;
			font-size:36px;
			color:#FFFFFF;
			font:bold;
		}
		#row2{
			width:180px;
			float:left;
			min-height:122px;
			max-height:350px;
		}
		#row2 img{
			width:100%;
			height:100%;
			float:left;			
		}
		#row3{
			width:59%;
			float:left;
			padding:10px;			
			text-align:justify;
			background:#FFFFFF;
			min-height:102px;
		}
		
		#row3 #out{
			font-size:14px;
			color:#666666;
		}
	<!--subContact-Content-End-->
<!--contact-End-->
