body{
	font-family:'josefin-sans', sans-serif;
	background-image: url(../images/subtlenet2.jpg);
	background-repeat: repeat;
	
}
@{font-family: 'Genericons';
	src: url('font/genericons-regular-webfont.eot');
	src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/genericons-regular-webfont.woff') format('woff'),
		url('font/genericons-regular-webfont.ttf') format('truetype'),
		url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');}

.row{
	margin:0px;
}

.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
font-size: 1em;
outline: 1px dashed #B8B6B6;
outline-offset: -5px;
background-color: #FFFFFF;
border: 1px solid #A7A7A7;
font-weight: normal;
box-sizing: border-box;
}
.headerBg {
background-color: #FFF;
border-color: #202776;
/* background-image: url(../images/arches.png); */
background-repeat: repeat;
}
.btn-sm, .btn-group-sm>.btn {
padding: 5px 17px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-primary {
color: #fff;
background-color: #161616;
padding: 5px 11px;
border-color: #FFFFFF;
background: #aebcbf;
background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
background: -webkit-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: -o-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: -ms-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #E0E0E0;
}
h1,h2,h3,h4
{  margin-top: 5px;
margin-bottom: 10px;
font-weight: normal;
font-style: italic;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
color:#222222;
line-height: 24px;
}
p{
text-align:justify;
font-style: normal;
font-family: "Arial", CenturyGothic, AppleGothic, sans-serif;
line-height: 23px;
font-size: 11pt;
}
a {
color: #000000;
text-decoration: none;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
}
.aboutus_bg{
	background: url('../images/pic5.png') no-repeat;
	padding:15px 5px;
}
.aboutus_bg h2 {
	color:#fff;
}

.aboutus_bg p {
	color:#fff;
	font-style:italic;
}
.h4Tag_bg{
color: #585858;
padding: 0px 15px;
border: 1px solid #D6D6D6;
background-color: #EBEBEB;
margin-bottom: 0px;
}
.client_bg{
	padding:10px 20px;
	margin:5px 0px;
	border: 1px solid #ccc;
}
.bottom_bg{
/* background: url('../images/blackfooter.png') repeat; */
color: #ffffff;
background-color: #000109;
padding: 10px 0px;
}
.list_style{
	padding-left:30px;
	list-style-image:url('../images/li-style.png');
}
.list_style li{
	line-height:30px;
}
.list_style li a{
	color:#999;
	text-decoration:none;
}
.list_style li a:hover{
	color:#fff;
	text-decoration:none;
}
.marqueeList{
	list-style-image: url('../images/li.png');
	padding-left: 0px;
	color: #7A7A7A;
}
.marqueeList li:hover{
background-color: #E7E7E7;
color: #696969;
}
.marqueeList li{
	padding: 8px 10px;
	background-color:#FFFFFF;
	list-style-type: circle;
	margin-bottom: 1px;
	/* list-style-position: inside; */
	cursor: pointer;
}
.marqueeList li p{
	margin:0px;
}
.logo{
	position:absolute;
	top:0px;
	left:40%;
	padding:0px;
	}
.content_bg{
	background:#FFF url('../images/pattern.png') repeat;
	/*background: #EEEEEE;*/
	
}
.marginTopBg{
	/*background:#f0f0f0 url('../images/pattern.png') repeat;
	background: #EEEEEE;*/
	
}
.button_bg{
	color: #272525;
padding: 0px 15px;
border: 1px solid #C0C0C0;
/* background-color: #DDDDDD; */
margin-bottom: 10px;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}
.button_bg h4{
	
}
.button_bg a{
	color:#272525;
	text-decoration:none;
}
.button_bg a:hover{
	color: #747474;
	text-shadow: 0px 2px 6px #FFF;

}
.middle_content{
padding-bottom: 10px;
/* box-shadow: 0px 0px 6px 3px #E4E1E1; */
-webkit-box-shadow: 0px 0px 4px 1px #E4E1E1;
-moz-box-shadow: 0px 0px 6px 3px #E4E1E1;
border-radius: 0px;
background-color: #FFF;
margin-top: 4px;
margin-bottom: 6px;
border: 1px solid #D5D5D5;
}
.middle_cont{
	background-color:#fff;
	padding: 10px 0px;
 box-shadow: 0px 6px 6px 3px #E4E1E1;
-webkit-box-shadow: 0px 6px 6px 3px #E4E1E1;
-moz-box-shadow: 0px 6px 6px 3px #E4E1E1; 
border-radius: 0px; 
/*background-image: url(../images/subtlenet2.jpg);
background-repeat: repeat;*/
margin-bottom: 10px;
}
.boxShadow{
	/*-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);*/
}
.arrow_image{
	background:url('../images/list.png') top left no-repeat;
}
.marginTopPadding{
	padding-left: 25px;
	margin-top: 1px;
}
.marginTop{
	margin:10px 0px;
}

/* .toggleBg h5{
	color:#fff;
} */
.leftdiv{
padding: 10px;
border: 1px solid #D3D3D3;
background-color:#E9E9E9;
	
}
.marqueeStyle{
	padding:10px 0px;
}
.marginStyle{
	margin:10px 0px;
}
.flag_icon{
	float:left;
}
.noPadding{
	padding:0px;
}
.leftBox{
	box-shadow: 0px 0px 5px #BEBEBE;
	-webkit-box-shadow: 0px 0px 5px #BEBEBE;
	-moz-box-shadow: 0px 0px 5px #BEBEBE;
	padding: 10px;
	margin-top: 10px;
	outline: 1px dashed #A9ABAD;
	outline-offset: -5px;
	background-color: #E7E7E7;
	}
.left_bg{
/* background: #F3F3F3; */
/* box-shadow: 0px 0px 3px #424242; */
padding: 10px 15px;
outline: 1px dashed #A9ABAD;
outline-offset: -5px;
background-color: #fff;
}
.app_liststyle{
	list-style-image:url('../images/list.png');
}
.app_liststyle li{
	background-color: #FFFFFF;
	padding: 5px 5px;
	/* margin-bottom: 1px; */
	/* list-style-position: inside; */
	border-bottom: 1px solid #ddd;
	
}

ul.app_liststyle li:hover {
	background-color: #EDEDED;
	border-left: 5px solid #AAA;
	/*padding-left: 10px;*/
}
.toggle_styles{
	position: absolute;
	top: 100%;
	right:3%;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #929292;
}
blockquote
{
    clear: both;
    font-style: italic;
	font-style: normal;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    /* margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 0 50px; */
    position: relative;
    quotes: none;
    border: 0px;
    font-size: 120%;
    line-height: 200%;
}
.hoverDiv{
	padding: 10px 15px;
}
.hoverDiv p{
	min-height:215px;
}
.hoverDiv:hover{
	outline: 1px dashed #B8B6B6;
outline-offset: -5px;
background-color: #FFFFFF;
border: 1px solid #A7A7A7;
/* border: 1px solid #E4E4E4; */
box-shadow: 0 3px 25px #797979;
-webkit-box-shadow: 0 3px 25px #797979;

-moz-box-shadow: 0 3px 25px #797979;
	background-color: #FCFCFC;
}
.gallery_div{
	padding:0px; cursor: pointer;
	-moz-box-shadow: 0 0 5px #ccc;
	/* -webkit-box-shadow: 0 0 5px #ccc; */
	/* box-shadow: 0 0 5px #ccc; */
	border: solid #DFDFDF 5px;
	/* left: -5px; */
	background: #fff;
}
.bottom h3{
	color:#ccc;
}
.bottom h4{
	color:#FFFFFF;
}
#content{width:100%; height:450px; position:relative; background:transparent; }

#socialicons li{list-style-type: none;
float: left;
margin: 0px 5px;
}
#socialicons li img{-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;}

#socialicons li img:hover{
-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);}
/* transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px);
-webkit-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px);
-moz-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px);
-o-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px);
-ms-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px); */


/*tabs*/
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  padding:0px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
		  color: #000;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
  /* background-color: #fff; */
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
border-left: 1px solid #DADADA;

outline: 1px dashed #A9ABAD;
outline-offset: -5px;
/* background-color: #E7E7E7; */
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tabs-left{
	margin-top:20px;
}
/*css editing by kvs kumar naidu 18.07.2014*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #fff;
/* background-color: #000000; */
/* border-color: #000000; */
background: #45484d;
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
/*CSS edited by K.V.S.Kumar Naidu for itconsulting.php page 19-7*/
.tab-content {
background-color: #fff; 
border: 1px solid #DADADA;
outline: 1px dashed #A9ABAD;
outline-offset: -5px;
/* background-color: #E7E7E7; */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
background-color: #004774;
color: #FFF;

}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: #0099cc;
color: #FFF;
border: 0px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
.dropdown-menu>li>a {
display: block;
padding: 6px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #fff;
white-space: nowrap;
border-bottom: 1px solid #007FAA;
} 
b, strong {
font-weight: 700;
font-size: 12pt;
}
.navbar-default .navbar-nav>li>a {
color:#000D86;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 1.3em;
font-weight:normal;
}
/*gallery*/

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.error{
	color:#d80303;
}
.footerPara p{
color:#999;
}
/*CSS UPDATED BY SHIVA 28-8*/
.navbar-nav {
float: right;
margin: 0;
}
@media (min-width: 768px){
.navbar-nav {
float: right;
margin: 0;
}
}

/*CSS ADDED FOR CLIENTS IMAGES SHIVA(2-9-2014)*/
.clientsimg{
width:291px; height:150px; margin:5px;}

.marginBottom{
	margin-bottom:5px;
}
/*8/9/2014*/
.wordpress{
position:relative;
overflow:hidden;
}
.wordpress .textbox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
margin-top: -105%;
border-radius: 0px;
background-color: #FFFFFF;
color: #fff;
opacity: 0.9;
}
.wordpress:hover .textbox {
margin-top:0;
}
.text {
padding: 10px;
text-align: center;
color: #000;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
} 
/*10-9-14*/
#f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height:300px;
  
  z-index: 1;
}

#f1_container {
  perspective: 1000;
}
@media (max-width: 320px){
#f1_container {
 min-height:350px;}
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
  -webkit-transition:all 0.6s linear;
   -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
     -o-transition:all 0.6s linear;
     
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
display: block;
transform: rotateY(180deg);
box-sizing: border-box;
padding: 10px 15px;
color: white;
text-align: center;
background-color: #346da6;
}
.face.back p a{
color: #000;
background-color: #FFF;
padding: 5px;
border:1px solid #E9E9E9;

}
.face.back p a:hover{
color: #fff;
text-decoration: none;
background-color: #000;
}
.panel-title>a {
color: inherit;
text-decoration: none;
}
.panel-heading .accHeading{
	color:#000;
	background-color:;
	text-decoration:none;
}
.panel-heading .accHeading:hover{
	text-decoration:none;
	color:#004DA0;
	background-color:;
}
.panel-default>.panel-heading {
color: #333;
background-color: #FFFFFF;
border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
border-top-color: #ddd;
background-color: #ECECEC;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
background:url(../images/downarrow.png) center right no-repeat;
}
/*tesmonials*/
.vticker{
	border: 1px solid rgb(213, 213, 213);
width: 100%;
/* background:url(../images/quotes.png) no-repeat; */
}
.vticker ul{
	padding: 0;
}
.vticker li{
	list-style: none;
	padding: 10px;
	padding-left:35px;
	font-size:20px;
}
.et-run{
	background: red;
}
.caret-right {
    border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 7px;
	margin-left: 5px;
}
.fullDiv{
	background-color:#fff;
	border:1px solid #ccc;
}
span>img{
position: relative;
top: -10px;
padding-right: 5px;
}
.flipDivText{
border-bottom:1px solid #000;
}
/*11-9-14*/
.clientMarquee{
margin:10px 5px;
padding:10px 5px;
}
.tableHeader{
	text-align:right;
}
.table-header{
	background-color: #DDDDDD;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color: #dddddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #EEE;
background-color: transparent;
}
.table-row{background-color: #fff;}
.tableBg{background-color:#fff;}
.img-thumbnail-icons {
padding: 4px;
line-height: 1.42857143;
background-color: #F7F7F7;
border: 1px solid #DADADA;
border-radius: 0px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
margin:5px 5px;
}
.img-thumbnail-icons:hover{opacity:.8}
/*15-9-14*/
.tabBg li>a{
	color:#6F6F6F;
	border:1px solid #DFDADA;
	background-color: #FFF;
}
.tabContentCss{
border-color: #ddd transparent #ddd #ddd;
border: 1px solid #CECCCC;
outline: 0px dashed #A9ABAD;
outline-offset: -5px;
padding:10px;
background-color:#FFF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #000;
background-color: #FFFFFF;
border: 1px solid #CECCCC;
border-bottom-color: transparent;
cursor: default;
}
.marginTop{
	margin:10px 0px;
}
/*CSS ADDED SHIVA 6-19*/
.text-right {
text-align: left;
}
.modal-body {
position: relative;
padding: 20px;
background-color: #F0F0F0;
}
.nav-pills>li+li {
margin-left: 0px;
}
.nav-tabs {
 border-bottom:none;
}
.face.back p{
text-align: left;
}
img.img-responsive:hover {
opacity: 1;
}
img.img-thumbnail:hover {
opacity: 1;
}
/*page loading css */
#loading-image {
	background-color:transparent;
/*  width: 100%;
height: 55px; */ 
position: fixed;
top: 15%;
right: 50%;
left:50%;
z-index: 1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}