﻿@import url('reset.min.css');
@import url('typo.css');

body,
html {
	margin:0;
	padding:0;
	
}
body {
	min-width:750px;
	font-family:psl_kittithada_probold;
	font-size: 21px;
	
}
.chatTitle
{
     font-family: psl_kittithada_probold;
     font-size: 18px;
     font-weight:bold;
     padding-top:30px;
	 padding-right:10px;
}
.logo
{
	margin-top: 15px;
	margin-left:10px;
    float:left;
}
#txtName
{
    font-family: psl_kittithada_probold;
    font-size: 20px;
	width:200px;
}
#txtPhone
{
    font-family: psl_kittithada_probold;
    font-size: 20px;
}
#txtEmail
{
    font-family: psl_kittithada_probold;
    font-size: 20px;
}
#ddlServices
{
    font-family: psl_kittithada_probold;
    font-size: 20px;
	width:150px;
}
#StartButton
{
    font-family: psl_kittithada_probold;
    font-size: 18px;
	width:80px;
}
#txtInitialQuestion
{
    font-family: psl_kittithada_probold;
    font-size: 20px;
	width:350px;
	height:90px;
}
#wrap 
{
	background:#F0F0F0;
	margin:0 auto;
	margin-top: 10px;
	width:100%;
}
#header 
{
	padding-bottom:10px;
	border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    background-color:white;
    text-align:right;
}
#header h1 
{
	padding:5px;
    margin:0;
}
#main 
{
	position: relative;
	width: 630px;
	margin: 0px auto;
	padding:20px;
	padding-top:20px;
	padding-bottom:10px;
	background:#F0F0F0;
	clear:both;
}
#main h2
{
	font-size:22px;
}
#main p {
	padding:0 10px 0 0;
}
#infobar
{
	position: relative;
	width: 630px;
	margin: 0px auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	clear:both;
}
#footer 
{
	padding-top:10px;
	border-top-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    background-color:white;
	clear:both;
}
#footer p 
{
	text-align:right;
	margin:0;
}
#StatusIcon
{
	/*for IE browsers*/
	/*width: expression(this.width > 160 ? 160: this.width);
	height: expression(this.height > 160 ? 160: this.width);*/
	width: 160px;
	height: 160px;
	/*for non-IE browsers*/
	max-width: 160px;
	max-height: 160px;
	border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
}

.errormessageline
{
	font-weight:bold;
	color:Red;
}
.statusline
{
	font-style:italic;
	color:Black;
}
.statuslabel
{
	font-weight:bold;
	color:Black;
}
.usermessageline
{
	font-weight:bold;
	font-style:italic;
	color:Red;
}
.clockline
{
	text-decoration:underline;
	color:Black;
	background-color:White;
}

