/* CSS Document */

#fullbody{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.left-border {
	background-image: url(images/bg_left_gum.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 4px;
}
.right-border {
	background-image: url(images/bg_right_gum.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 4px;
}
.left-cornrdwn {
	background-image: url(images/box1_corn_l_b.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 7px;
	width: 4px;
}
.right-cornrdwn {
	background-image: url(images/box1_corn_r_b.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	width: 4px;
}
.box-bg {
	background-image: url(images/bg_box1_top_x.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 69px;
}
.boxdwn-bg {
	background-image: url(images/dwnbg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 7px;
}
.top-bg {
	background-image: url(images/bg_top_1.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	list-style-position: outside;
	list-style-image: url(images/marker_4.png);
	list-style-type: none;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-align: justify;
}
.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.headingbluesmall {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
}
.divider {
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	height: 4px;
}
.textfieldbg {
 background:url(images/name.png);
 background-repeat:no-repeat;
 width:175px;
 height: 24px; 
}
.textfield {
	font-family: Tahoma;
	background-color:#EEEEEE;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 160px;
	border: none;
}
.comentfield {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	background-color:#EEEEEE;
	background-repeat: no-repeat;
	height: 90px;
	width: 160px;
	border:none;
	vertical-align: top;
}
.comentfieldbg {
	background:url(images/comment.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 175px;
	border:none;
}
.btn {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 18px;
	width: 45px;
	border: none;
}
#footer{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.dwn-right {
	background-image: url(images/rightdwn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 9px;
}
.dwn-left {
	background-image: url(images/leftdwn.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}
.footer-bg {
	background-image: url(images/dwn-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
}
.footer-text {
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	text-align:center;
}
.footer-text a{
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	text-align:center;
	text-decoration:none;
}
.footer-text a:link{
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	text-align:center;
	text-decoration:none;
}
.footer-text a:visited{
	font-family:Tahoma;
	font-size:10px;
	color: #333333;
	text-align:center;
	text-decoration:none;
}
.footer-text a:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
.footer-text a:active{
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	text-align:center;
}



.textfieldbgbig {
 background: url(images/bigtxtfield.png);
 background-repeat:no-repeat;
 width:385px;
 height: 24px; 
}
.textfieldbig {
	font-family: Tahoma;
	background-color:#EEEEEE;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 360px;
	border: none;
}
.comentfieldbig {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	background-color:#EEEEEE;
	height: 95px;
	width: 360px;
	border:none;
	vertical-align: top;
}
.comentfieldbgbig {
	background: url(images/bigtxtarea.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 385px;
	border:none;
}
a:hover {
	text-decoration:none;
}

a {
	text-decoration:none;
}

#interface1 {
	z-index:1;
}

#loader_container {
    text-align:center;
    position:absolute;
    top:40%;
    width:100%}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

.title_h2 {
 padding:12px 0 0 18px;
}

h2 {
	font-size:14px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.visit {
	font-family:Tahoma;
	font-size:12px;
	text-align:center;

}