img {
border: 0px;

}

textarea {
border:1px solid #99a3ad;
}

.button {
color: #405069;
border-style: solid;
border-width: 1px;
border-color: #99a3ad;
background-color: #fff;
}

.input {
border-style: solid;
border-width: 1px;
border-color:#99a3ad ;
font: 10px;
}

.textarea {
border-style: solid;
border-width: 1px;
border-color:#99a3ad ;
width: 400px;
height: 120px;

}

.semi_headline {  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
color: #0f0f0f; 
font-weight: bold; 
line-height: 18px; 
}

.domain_box {

font-family: Arial, Tahoma, Arial; 
font-size: 8pt; 
color: #000000; 
font-weight: normal; 
line-height: 12px; 
text-align:left;

border-width: 1px;
border-style: solid;
border-color: #dedfe4;
background-color: #ffffff;
padding: 4px; 
/* height: 60; */
}

.button_disabled {
font-size: 8pt; 
font-weight: bold;
color: #e3e3e3;
border-style: solid;
border-width: 1px;
border-color: #99a3ad;
background-color: #fff;
}

select {
border: 1px solid #dedfe4;
background-color: #f8f8f8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

/** MESSAGE BOXES */
.message_box_success {
	z-index:10000;
	background-color: #33FF66;
	position: fixed;
	top: 1%;
	left: 20%;
	width: 350px;
	height: 80px;
	border: 1px solid black;
	filter:alpha(opacity=80);
  	opacity:0.80;
	
}

.message_box_warning {
	z-index:10000;
	background-color: #FFFF33;
	position: fixed;
	top: 1%;
	left: 20%;
	width: 350px;
	height: 80px;
	border: 1px solid black;
	filter:alpha(opacity=80);
  	opacity:0.80;
	
}
.message_box_success {
	z-index:10000;
	background-color: #33FF66;
	position: fixed;
	top: 1%;
	left: 20%;
	width: 350px;
	height: 80px;
	border: 1px solid black;
	filter:alpha(opacity=80);
  	opacity:0.80;
	
}

.message_box_error {
	z-index:10000;
	background-color: #CC0033;
	position: fixed;
	top: 1%;
	left: 20%;
	width: 350px;
	height: 80px;
	border: 1px solid black;
	filter:alpha(opacity=80);
  	opacity:0.80;
	
}
.LogInBox {
	color:#fff;
	z-index:12000;
	background-color: #000;
	position: fixed;
	top: 0%;
	right: 180px;
	width: 350px;
	height: 100px;
	border: 1px solid black;
	
}

/** DOMAIN SEARCH */

.blackoutfield {
	z-index:10000;
	background-color: #000;
	filter:alpha(opacity=20);
  	opacity:0.20;

}
.ajaxloader {
	z-index:14000;
	background-image:url(/public/gfx/ajax-loader.gif);
	background-repeat:no-repeat;
}

/** INVOICE */
#invoice, .contact_fields {
	color:#000;

}

#invoice, .contact_fields_bold {
	color:#000;
	font-weight:bold;

}
#invoice, .dates {
	color:#000;

}

#invoice, .dates_old {

	font-weight:bold;

}

#invoice, .payment_details {
	color:#000;

}
#invoice, .payment_details_bold {
	font-weight:bold;

}

/** Product stuff lige domain search and products*/
.product_buy_link {
	width:16px;
	height:16px;
	background-image:url(/public/gfx/Shoppingcart_16x16.png);
	background-repeat:no-repeat;

}


