/*The below styles how the main DIV will look (the rounded edges of the box)*/
/*To change the background colour of this box change every occurrence of #EEEEEE*/
.placeholder {
	
	margin-bottom: 15px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.container{
  display:block; 
  }

.container *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  }

.container1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  }

.container2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  }

.container3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;}

.container4{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

.container5{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

/*The below styles how the content contained within the rounded edged boxes will look*/
/*To change the background colour of this box change #EEEEEE*/
.containercontent{
 height: auto;
 min-height: 100px;
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 padding-left: 4px;
 padding-right: 4px;
 padding-bottom: 1px;
 padding-top: 1px;
 }

/*The below styles how the header text will look*/	
.whois_header {
font-family: Tahoma;
font-size: 13px;
color: #38599F;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}

/*The below styles how the input field will look*/	
.whois_input {
font-family: Tahoma;
font-size: 13px;
color: #000000;
border: 1px #38599F solid;
height: 22px;
width: 300px;
background: #ffffff;
margin-left: 5px;
margin-right: 5px;
}

/*The below styles how the select box will look*/	
.whois_select {
font-family: Tahoma;
font-size: 13px;
color: #000000;
border: 1px #38599F solid;
height: 25px;
background: #ffffff;
}

/*The below styles how the DIV which holds the submit buttons will look*/	
.whois_button_div{
width: 100%;
height: 28px;
display: block;
text-align: right;
margin-bottom: 10px;
margin-top: 20px;
}

/*The below styles how the WHOIS submit button will look*/	
.whois_submit {
font-family: Tahoma;
font-size: 13px;

width: 112px;
height: 25px;
border: none;
color: #000000;
margin-left: 10px;
}

/*The below styles how the buy now submit button will look*/
.buynow_submit {
font-family: Tahoma;
font-size: 13px;

width: 112px;
height: 25px;
border: none;
color: #000000;
margin-left: 10px;
margin-top:10px;
}

/*The below styles how error messages will look*/	
.whois_errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

.whois_errortext a:link, .whois_errortext a:visited{
color: #38599F;
text-decoration: none;
}

/*The below styles how success messages will look*/	
.whois_successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

.whois_successtext a:link, .whois_successtext a:visited{
color: #38599F;
text-decoration: none;
}

/*The below styles how the availability progress message will look*/	
.availabilityprogress {
border: 1px solid #38599F;
background: #859ED1;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

/*The below styles how the right aligned text will look*/	
.right {
float: right;
margin-top: 0px;
padding-right: 10px;
}

/*The below styles how the domain order DIVS will look*/	
.domain_order_div {
border: 1px solid #38599F;
background: #859ED1;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

/*The below styles how the domain order total DIV will look*/	
.order_total_div {
border: 1px solid #38599F;
background: #B4C4E4;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

/*The below styles how the domain order text will look*/	
.domain_order{
float: left;
}

/*The below styles how the domain price text will look*/	
.domain_price{
float: right;
}