* {
    outline: 0px;
    padding: 0px;
    margin: 0px;
}

a {
	COLOR: #555;
	TEXT-DECORATION: none;
    text-shadow: 0 1px 1px #ccc;
}

a:link {
		COLOR: #555;
		TEXT-DECORATION: none;
        text-shadow: 0 1px 1px #ccc;
}

a:hover {
	COLOR: #555;
	TEXT-DECORATION: none;
    text-shadow: 0 1px 1px #777;
    
}



a:visited {
    COLOR: #555;
	TEXT-DECORATION: none;
    font-size: 14px;
    font-weight:bold;
    text-shadow: 0 1px 1px #555;
}

.active {
	color: #333;
	TEXT-DECORATION: none;
    font-size: 14px;
    font-weight:bold;
    text-shadow: 0 1px 1px #555;
}
body {
    color: #555;
    font-size: 15px;
    font-family: tahoma;
    
    
}


 
   .get_domain { 
 	font-family: tahoma;
 	font-size: 15px;
 	font-weight:bold;
 	COLOR:#009900;
 }

.error {
	font-family:tahoma;
	font-size: 14px;
	color:#FF0000;
	font-weight:normal;

 }


.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:3px 5px;
	width:200px;
 	display:none;
	color:#fff;
	text-align:right;
	font-size:12px;
	font-weight:bolder;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}


.mob::after {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(mob);
    width: 170px;
    margin-top: 40px;
    margin-left: -40px;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
 
    transition: all 0.4s ease-in-out;
}
 
.mob:hover::after {
    opacity: 1;
    visibility: visible;
}


#header {
    background: #f5f5f5;
    padding: 7px;
    color: #555;
    text-align: left;
    border-bottom: 1px solid #ff7000;
    text-shadow: 0 1px 1px #ccc;
    
    
}


li {
    float: right;
    display: block;
    padding: 3px 8px 7px 8px;
    color: #555;
    
    
}


#footer {
    background: #f5f5f5;
    padding: 5px;
    font-size: 12px;
    color: #555;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #ff7000;
}

#cssform {
    background: #f5f5f5;
    color: #555;
    border: 1px solid #ccc;
    width: 450px;
    text-align: center;
    border-radius: 10px;
    padding: 7px;
    position:  relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 24px;
    font-family: tahoma;
    box-shadow:0 0 10px #ccc;
    
}

#target {
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
    font-size: 24px;
    color: #555;
    
    
      
}

#target:focus{
    background:#ffffff;
    box-shadow:0 0 3px #ff7000;
	 
}

#btnSearch {
    border-radius: 7px;
    background: #ff7000;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    font-size: 12px;
    font-size: 18px;
    font-family: tahoma;
    color: #ffffff;
    -moz-transition:background linear .3s;
    -webkit-transition:background linear .3s;
	transition:background linear .3s;
    -moz-border-radius:0 20px 0 20px;
	-webkit-border-radius:0 20px 0 20px;
	border-radius:0 20px 0 20px;
    
      
}

#btnSearch:hover{
	background:#666;
	
}
#logo { 
    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 0px;
}

#center {
    border: 1px solid #ccc;
    color: #ff0000;
    width: 600px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    position:  relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow:0 0 10px #ccc;
    
}



input{
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 4px;
    text-align: left;
    font-size: 14px;
    color: #555;
    
}

#mob {
    float: left;
    margin: 2px 10px 0px 0px;
    border: 0px;
}

#ip {
    float: left;
}

#plan {
    width: 500px;
    height: 300px;
    border-spacing: 2px;
    margin-top: auto;
    border-collapse: separate;
    border-color: #555;
}

#contact p, label, legend { font: 16px Tahoma, "Lucida Sans Unicode", sans-serif; color: #043C55; }

#contact h1 { margin: 10px 0 10px; font-size: 12px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 570px; margin: 10px auto; padding: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; direction:rtl; }


#contact label { display: inline-block; float: right; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:Tahoma, "Lucida Grande", "Lucida Sans Unicode", tahoma, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; float: left; text-align: center; font-weight: bold;}
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #c3c3c3; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#777; border:1px solid #c3c3c3; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #777; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('images/helle.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 25px 0 0; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('images/serkewtubu.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

/*dwain dastkari bashi host u cloud*/


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555;
}

.table {
  width: 100%;
vertical-align: middle;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
  color: #043C55;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

.kryar ul {
	list-style-type: none; 
	margin:0px; 
	padding:0px; 
-moz-transition: .2s;
-o-transition: .2s;
-webkit-transition: .2s;
}
.kryar ul li {
	float:left; 
}
.kryar ul li a img {
	width:200px; 
	position:relative; 
	border:none; 
-moz-transition: .2s;
-o-transition: .2s;
-webkit-transition: .2s;
border:4px solid #ffffff; 

}
.kryar ul li a img.active {
	border:4px solid #ff9000; 
	z-index:1;
	left: -4px; 
	top: -4px; 
-moz-transition: .2s;
-o-transition: .2s;
-webkit-transition: .2s;
}
.clear { clear:both; } 


/*dwain dastkari bashi host u cloud*/

#wen {
	float: right;
	margin-right:20px;
	margin-left:10px;
}

#dar{
	text-align: right;
	padding: 30px 7px 20px 20px;
	color: #333;
	
}