/*
 *  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 .thai{
	font-size:1.1em;
	left:80px;
	position:absolute;
	top:170px;
	width:190px;
}

#contact-top .usa{
	font-size:1.1em;
	left:360px;
	position:absolute;
	top:170px;
	width:195px;
}

#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.gif") no-repeat scroll right 1px transparent;
	padding-right:18px;
}

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

.contact-bottom-bg {
	background-color:#F0F1F4;
	padding-bottom:60px;
	width:100%;
}

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

.pIntro{
	bottom:35px;
	padding-left:20px;
	position:absolute;
}

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

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

.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;
}


.ask-form {
	background-color:#FFFFFF;
	height:298px;
	margin-top:30px;
	padding:35px 0;
	position:relative;
	width:672px;
}

.ask-form span.bg-left {
	background:url("../images/r-left.gif") no-repeat scroll -2px -2px transparent;
	display:block;
	height:9px;
	left:0;
	position:absolute;
	top:0;
	width:8px;
}

.ask-form span.bg-right {
	background:url("../images/r-right.gif") no-repeat scroll 0 0 transparent;
	display:block;
	height:358px;
	position:absolute;
	right:0;
	top:0;
	width:8px;
}

.ask-form span.bg-bottom {
	background:url("../images/r-bottom.gif") no-repeat scroll 0 0 transparent;
	bottom:0;
	display:block;
	height:10px;
	left:0;
	position:absolute;
	width:672px;
}

.ask-form input{
	height:15px;
	padding:3px 0;
	width:160px;
}

.ask-form .askArea{
	width:500px;
}

.ask-submit{
	padding-left:222px;
	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;
}
	
body{ background:url("../images/bg-atiz.jpg") no-repeat scroll 50% 0 transparent }	
	
#footer{ padding-top:0 !important }