/* CSS Document */
html {
	SCROLLBAR-BASE-COLOR: #dedede;
	SCROLLBAR-ARROW-COLOR: #000;
}

body {
	background:#ffc300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: Arial;
	font-size: 12px;
	line-height:18px;
	height:100%;
	color:#444444;
}
td,th {
	font-size: 12px;
	line-height:18px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}

.clear {clear: both; font-size: 0px; line-height: 0px; height:0;}
p {margin:0px;padding:5px 0px;}
ol,ul {	list-style: none;}

a { text-decoration:none; color:#1f4c92}
a:hover {  color:#FF6A06; text-decoration: underline; }

img { border : 0px; }
.img_border { border:1px solid #dfdede ; padding:1px;}
input {
    color: #000000;
}
.input-warn {border:1px solid #FF0000;line-height:20px;	height:18px;}
.input-ok { border:1px solid #00CC66; line-height:20px;	height:18px;}
.button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#FF6A06;
	padding: 1px 1px;
}

  
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.btn {
	background:url(../images/bg_button.gif) bottom repeat-x;
	padding:0px 10px;
	height:33px;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
	text-transform:uppercase;
} 	
button.btn span {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.textfiled {
	background-color:#fff;
	border-color:#D3D3D3 #E5E5E5 #E5E5E5 #D3D3D3;
	border-style:solid;
	border-width:1px;
	height:25px;
	font-family:arial;
	font-size:13px;
	color:#666;
	padding-left:5px;
}

.textarea{
	background-color:#F2F2F2;
	border-color:#D3D3D3 #E5E5E5 #E5E5E5 #D3D3D3;
	border-style:solid;
	border-width:1px;
	line-height:20px; 
	overflow:auto;
}
.select{
	border:1px solid #D3D3D3;
	padding:1px; 
	font-size:13px; 
}


.font_f_title {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
}

.font_err {
	color: #FF0000;
}

.title-popup{
	text-align:center;
	color:#000000;
	font-size:30px;
	text-transform:uppercase;
	font-size:25px;
	line-height:30px;
	padding-bottom:10px;
}

.mess_info {text-align:center; font-weight:bold; color:#993333}
/********************* CSS for boxMess ****************************/
#boxMess {
	border: 1px solid #F08200;
	padding: 2px 5px;
	background: #FCF5CD
}

#boxMess  h4.mess {
	background: url(../../../images/icon/icon_mess.gif) no-repeat left;
	padding: 2px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess  h4.err {
	background: url(../../../images/icon/icon_warning.gif) no-repeat left;
	padding: 6px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess .font_err {
	text-decoration: blink;
	color: #950000;
}

.input-wrapper{
	margin-bottom:7px;
  background:#FFF;
	padding:4px 5px;
	padding-left:8px;
	border-bottom:#e5af00 solid 1px;
	border-right:#e5af00 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
.textfiled_code{
  background:#FFF;
	padding:4px 0px;
	padding-left:8px;
	line-height:20px;
	height:20px;
	border:#fff solid 1px;
	border-bottom:#e5af00 solid 1px;
	border-right:#e5af00 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxForm .textfiled {
	 background:none;
	 border:none;	
	 color:#444;
	 box-shadow:none;
	 line-height:25px;
}
.boxForm .select {
	 background:none;
	 border:none;	
	color:#444;
	line-height:25px;
	height:25px;
}
.boxForm .textarea {
	background:none;
	border:none;	
	color:#444;
	box-shadow:none;
}

.boxForm .icon {	
	padding-left:35px;	
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.boxForm .icon_name {	background:url(../images/icon_name.gif) 8px 3px no-repeat;		}
.boxForm .icon_email {background:url(../images/icon_email.gif) 8px 3px no-repeat;		}
.boxForm .icon_phone {	background:url(../images/icon_phone.gif) 8px 3px no-repeat;	}
.boxForm .icon_address {	background:url(../images/icon_address.gif) 8px 3px no-repeat;		}
.boxForm .icon_country {	background:url(../images/icon_country.gif) 8px 3px no-repeat;	}
.boxForm .icon_content {	background:url(../images/icon_content.gif) 8px 3px no-repeat;	}
.boxForm .icon_scode {	background:url(../images/icon_scode.png) 0px 8px no-repeat;		}
