/*********************************************************************
* This script has been released with the aim that it will be useful.
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: info@vasplus.info
* All Copy Rights Reserved by Vasplus Programming Blog
***********************************************************************/



/*Form Wrapper*/
.vpb_main_wrapper
{
	margin: 0 auto;
	font-size:11px;
	padding: 5px 22px;
	direction: rtl;
	text-align: right;
}
div#vpb_search_status{
	clear: both;
}
div.domainsearch{
	width: 445px;
	margin: 0px auto;
}
#vasplus_pb {
	font-size:17px;
	margin:0px;
	padding:5px;
	text-align:center;
	float: right;
	width: 75px;
	height: 130px;
}
div.waiting{
	margin: 10px auto;
	font-size: 18px;
	direction: rtl;
	text-align: center;
	
}

#vasplus_pb span {
	font-size:12px;
	font-style:normal;
	padding:3px 5px;
}

#vasplus_pb .taken span {background: #F08F78; margin-right:5px;}
#vasplus_pb .available span { background: #bce67b; margin-right:5px; }


/*Textarea Boxes and Input Boxes Style*/
.vpb_textAreaBoxInputs {min-width:278px; width:auto;height:21px; font-size:12px;padding:7px; padding-left:10px; padding-right:10px;border: 1px solid #6CF;outline:none;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius:2px; line-height:20px;}
.vpb_textAreaBoxInputs:focus {outline:none;border: 1px solid #6CF;box-shadow: 0 0 10px #6AB5FF;-moz-box-shadow: 0 0 10px #6AB5FF;-webkit-box-shadow: 0 0 10px #6AB5FF;}


/*Error Message Style*/
.info { 
    width:450px;
    border: 1px solid #999;
    padding:10px 20px 10px 20px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:16px; line-height:20px;font-weight:normal;color: black;background: rgba(193, 8, 65, 0.06);margin: 5px auto;
}
.eachsearchitem:last-child{
border-bottom: none;
}
.eachsearchitem{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/*Vasplus Button*/
.vpb_general_button 
{
 background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 2px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  color: #fff;
  font-size:14px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  min-width: 70px;
  width: auto;
  padding:7px;
  padding-bottom:7px;
  text-decoration:none;
  float:left;
}
.vpb_general_button:hover 
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
    cursor: pointer; 
}

div#searchtitle {
    font-size: 20px;
    margin-bottom: 10px;
}
.domainavailable {
    background: url("../img/tld-box-green.png") repeat scroll 0 0 transparent;
    height: 72px;
    padding: 5px 0;
    width: 72px;
    padding-top: 10px;
}
.domaintoken {
    background: url("../img/tld-box-gray.png") repeat scroll 0 0 transparent;
    height: 72px;
    padding: 5px 0;
    width: 72px;
    padding-top: 22px;
}
#serchagain {
    background-color: rgb(217, 217, 217);
    border: 1px solid rgb(125, 125, 125);
    border-radius: 5px;
    direction: ltr;
    margin: 10px;
    padding: 10px;
    width: 300px;
}
.beforsearch {
    background: url("../../images/domain/tld-box-gray.png") repeat scroll 0 0 transparent;
    height: 53px;
    padding: 15px 0 5px;
    width: 72px;
}

