/*
 *  Created At 23/2/2010 by Noppadol Sukprapa
 */

#contact-main, .contact-bottom{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:15px;
	line-height:1.5;
}

#contact-top{
	position:relative;
	height:580px
}

#contact-top h3{
	font-size:1.1em;
	margin-bottom:5px
}

#contact-top dl{
	margin-top:10px;
	overflow:hidden;
}

#contact-top dl dt{
	font-weight:bold;
	float:left;
	display:block;
	width:30px;
	clear:both
}

#contact-top dl dd{
	float:left;
	display:inline
}


#contact-top .contact-address{ 
								position:absolute; 
								right:0; 
								top:200px;
								background-color:#FFF; 
								/* IE 8 */
							    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
							
							    /* IE 5-7 */
							    filter: alpha(opacity=80);
							
							    /* Netscape */
							    -moz-opacity: 0.8;
							
							    /* Safari 1.x */
							    -khtml-opacity: 0.8;
							
							    /* Good browsers */
							    opacity: 0.8;
								padding:20px 0 50px 30px; 
								-webkit-border-radius: 6px;
								-moz-border-radius: 6px;
								border-radius: 6px; 
}


#contact-top .contact-address .thai{ font-size:1.1em; width:190px; float:left; display:inline }
#contact-top .contact-address .usa{ font-size:1.1em; width:195px; float:left; display:inline; margin-left:80px  }

#contact-top ul{
	background-color:#FFF;
	position:absolute;
	top:170px;
	right:140px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	 border:1px solid #CCC;
	 list-style:none;
	 padding:10px 30px 15px;
}

#contact-top ul li{
	margin:10px 0;
	height:20px;
	padding-left:23px;
}

#contact-top ul li a{
	color:#0052BD;
	font-weight:bold
}

#contact-top ul li a:hover{
	text-decoration:underline
}

#contact-top ul li.facebook{
	background:url(../images/social-icon.gif) no-repeat -1px 0;
}

#contact-top ul li.twitter{
	background:url(../images/social-icon.gif) no-repeat -1px -20px;
}

#contact-top ul li.youtube{
	background:url(../images/social-icon.gif) no-repeat -1px -40px;
}

#contact-top ul li.blog{
	padding-left:0;
}

#contact-top ul li.blog a {
	background:url(../images/blog-icon.gif) no-repeat right 1px ;
	padding-right:18px
}

a.linkBlog{
	background:url("../images/blog-icon.png") no-repeat scroll right 2px transparent;
	padding-right:18px;
}

a.map{
	background:url("../images/icon-map.png") no-repeat scroll right 0 transparent;
	margin-left:20px;
	padding-right:30px;
}

.contact-bottom-bg {
	background:url("../images/bg-bottom.jpg") repeat-x scroll 0 0 #F0F1F4;
	padding-bottom:60px;
	width:100%;
}

.contact-bottom{
	clear:both;
	margin:0 auto;
	padding:20px 0 0 0;
	width:980px;
}

.pIntro{
	padding:40px 0;
	font-size:1.1em
}

.pIntro p , .contact-bottom p{
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:18px;
}

.ask{
	padding-top:20px;
	color:#666;
		font-size:1.2em;
}

.tb-contact{
	padding-top:20px;
	color:#666;
	float:right;
	width:480px;
	margin-right:30px
}

.tb-contact table td { padding: 15px 10px 15px 0; color:#AAA; border-bottom:2px dotted #EEE }
.tb-contact table .left-col{ width:350px }
.tb-contact table .right-col { text-align: left; padding-right:0 !important }
.tb-contact table .right-col a{ color: #2281CF }

.ask h2{
	font-size:1.3em;
	color:#000;
	margin-bottom:8px
}

#ask-form p label {
	color:#333333;
	display:inline;
	float:left;
	font-size:0.75em;
	font-weight:600;
	margin-right:15px;
	text-align:right;
	width:100px;
	margin-top:5px
}

.ask-wrapper{ background-color:#FFFFFF; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius:8px; overflow:hidden; margin-top:30px }
.ask-form {
	height:298px;
	padding:35px 0;
	position:relative;
	float:left;
	width:450px
}


.ask-form input{
	padding: 3px 3px;
	width: 294px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
}

.ask-form .askArea{ width: 300px; border: 1px solid #CCC; border-radius: 3px }

.ask-submit{
	padding-top:15px;
	padding-left:115px;
	width:151px;
	height:30px;
}

.ask-submit a{
	background:url(http://www.atiz.com/image/button/btn-ask.jpg) no-repeat 0 0;
	display:block;
	width:151px;
	height:30px;
}

.ask-submit a:hover{
	background-position:0 -30px;
}

.ask-submit a span{
	visibility:hidden;
}
	
.contact-bg{ background:url("../images/bg-atiz-v1.jpg") no-repeat scroll 40% 0 transparent }	
	
#footer{ padding-top:0 !important }