/*css file*/

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	color: #494949;
	margin: 10 0 0 0;
}

.slogan {
	padding-left:20px;
}

.headerMenu {
	color: #FFFFFF;
	padding-left:20px;
	padding-right: 10px;
	font-size:11px;
}

td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;	
	font-size:12px;
}

p {
	text-align:justify;
}


h1 {
	font-size:16px;
	margin-top:0px;;
	margin-right:5px;
	color:#7e9900;
	font-weight:bold;
}

h2 {
	font-size:14px;
	margin-top:0px;;
	margin-right:5px;
	color:#7e9900;
	font-weight:bold;
}

.main {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;	
	font-size:14px;
	color:#1d1d1d;
	font-weight:normal;
	padding-left:5px;
}

.main_small {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;	
	font-size:12px;
	color:#1d1d1d;
	font-weight:normal;
	padding-left:5px;
}

.left {
	padding-left:15px;
}

.headerMenu A:link { color:#ffffff; text-decoration:underline; }
.headerMenu A:visited { color:#ffffff; text-decoration:underline; }
.headerMenu A:hover { color:#ffffff; text-decoration:none; }
.headerMenu A:active { color:#ffffff; text-decoration:underline; }

A:link { color:#434343; text-decoration:underline; }
A:visited { color:#434343; text-decoration:underline; }
A:hover { color:#434343; text-decoration:none; }
A:active { color:#434343; text-decoration:underline; }

.footer {
	color: #595959;
	font-size:10px;
	padding-right:5px;
}

.footer A:link { color:#434343; text-decoration:underline; }
.footer A:visited { color:#434343; text-decoration:underline; }
.footer A:hover { color:#434343; text-decoration:none; }
.footer A:active { color:#434343; text-decoration:underline; }



.input {
	border: 1px solid #b2d900;
	font-size: 14px;
	width:185px;
	height:17px;
	font-weight:normal;
}

.input:focus,textarea:focus, select:focus { 
	border: 1px solid #b2d900;
	background-color: #cfd9a1;
	color:#494949;
	
}

.domain_name {
	border: 1px solid #b2d900;
	font-size: 14px;
	width:65px;
	height:17px;
	font-weight:normal;
}

.domain_name:focus,textarea:focus, select:focus { 
	border: 1px solid #b2d900;
	background-color: #cfd9a1;
	color:#494949;

}

.pub_email {
	border: 1px solid #b2d900;
	font-size: 14px;
	width:80px;
	height:17px;
	font-weight:normal;
}

.pub_email:focus,textarea:focus, select:focus { 
	border: 1px solid #b2d900;
	background-color: #cfd9a1;
	color:#494949;

}

select {
	border: 1px solid #b2d900;
	font-size: 12px;
	color:#494949;
	height:17px;	
}

.input_ns {
	border: 1px solid #b2d900;
	font-size: 14px;
	color:#494949;
	height:17px;	
}

.input_ns:focus { 
	border: 1px solid #b2d900;
	background-color: #cfd9a1;
	color:#494949;
	height:17px;
}

.button {
	display:block;
	vertical-align:middle;
	border: 2px solid #828d4d;
	background-color:#b2d900;
	font-size: 12px;
	height:22px;
	padding-bottom:2px;
}

.button:focus { 
	display:block;
	border: 2px solid #828d4d;
	background-color: #b2d900;
	color:#ffffff;
	height:22px;
	padding-bottom:2px;
}
	 
textarea {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #b2d900;
	font-size: 12px;
	background-color: #fafafa;
}

.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}

.error {
	display:table-cell;
	color:#FF0000;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
	background-color:#ffdada;
	vertical-align:middle;
	width:100% !important;	
	height:19px;
}

#main_box {
	position:relative;
	width:770px;
	height:591px;
    margin: auto;	
}

#error_box {
	position:absolute;
	width:263px;
	height:50px;
	left: 315px;
	top: 130px;
	background-image: url(../images/error_box.gif);
	z-index:3;
}

.error_text {
	position:absolute;
	width:263px;
	top:10px;	
	color:#FF0000;
	font-weight:normal;
	text-align:center;
}
#cc_number_div {
	position:absolute;
	width:12px;
	height:12px;
	right: 20px;
	top: 217px;
	z-index:3;
}

#message div { padding:5px; color:#b2d900; background:#f8f8f8; margin:8px; font-weight:bold; border:1px dotted #333; line-height:100%; font-size:1.5em; text-align:center; }

/* pick template style */
.theme_name {
	font-size:14px;
	font-weight:bold;
}

.warning {
	color:#FF0000;
}

.info {
	color:#7e9900;
}

#loading {
	display: none;
	position:absolute;
	width:350px;
	height:237px;
	right: 0px;
	top: 130px;
	background-image: url(../images/spacer.gif);
	z-index:4;
}

.loading_icon {	
	position:absolute;
	top:208px;
	right:10px;
	color:#FF0000;
	font-weight:normal;
}

#process_box {
	position:absolute;
	width:263px;
	height:50px;
	left: -105px;
	top: 0px;
	background-image: url(../images/error_box.gif);
	z-index:3;
}

