.commonButton
{
 color: white !important;
 font-size: 14px;
 cursor: pointer;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 background: #203569;
 text-decoration: none;
 border: 2px solid #fff;
  text-shadow: none;

  font-family: 'Lato', Arial, sans-serif;
}

.commonButton:hover
{
  color: #203569 !important;
  background: #fff;
  border: 2px solid #203569;
  text-shadow: none;
}

a .commonButton
{
  padding-top: 1px!important;
}

.commonButtonInactive
{
  
  width: auto;
  overflow: visible;
    background:#F4F4F4;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#ECECEC));
    background: -moz-linear-gradient(top, #F4F4F4 0%, #ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ECECEC',GradientType=0 );
	
	
  border-bottom-color: #2A65A0;
  border-color: #518CC6 #518CC6 #2A65A0;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  text-shadow: white 1px 1px 0px;
  border: 1px solid #D4D4D4;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
  margin: 0px;
  text-decoration:none;
  top: -1px;
  position: relative;
  text-transform: capitalize;
}

.commonMultiPurposeButton
{
  width: auto;
  overflow: visible;
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f9f9f9), to(#E3E3E3));
	background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3');
	
	padding: 5px 10px 5px 10px;
	border:1px solid #CCC;
	border-bottom: 1px solid #A0A0A0;
  
  -webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
  
	color: #000;
	font-size: 12px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}

.commonMultiPurposeButton:hover
{
  border:1px solid #B6B6B6;
}

.dis, .dis:hover
{
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f9f9f9), to(#E3E3E3));
	background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3'); /* for IE */
  
  background: #DDD;
  
  border: 1px solid #D4D4D4;
  color: #666666;
  text-shadow: none;
}

.commonButtonProcessing, .commonButtonProcessing:hover
{
	width: auto;
  overflow: visible;
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(center top , #ffffff, #f0f0f0) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* for IE */

	padding: 5px 10px 5px 10px;
	border:1px solid #CCC;
	border-bottom: 1px solid #A0A0A0;

	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;

	color: #000;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
}

.headerLoginButton
{
 color: white !important;
 background: #203569;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    padding: 7px 20px 10px 20px;
text-decoration: none;
}

.headerLoginButton:hover, .headerLoginButtonClicked
{
  color: white !important;
background: #000;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    padding: 7px 20px 10px 20px;
text-decoration: none;
}

.reserveKeywordButton, .signUpButton
{
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  
  background-color: #203569;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#203569), to(#203569)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #203569, #203569); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #203569, #203569); /* IE 10 */
  background: -ms-linear-gradient(top, #203569, #203569); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #203569, #203569);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203569', endColorstr='#203569',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #203569 0%,#203569 100%); /* W3C */

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  
  height: 40px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 0px;
  
  cursor: pointer;
  width: auto;
  float: left;
  text-transform: capitalize;
}

.signUpButton:hover
{
  background-color: #000;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #000, #000); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #000, #000); /* IE 10 */
  background: -ms-linear-gradient(top, #000, #000); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #000, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #000 0%,#000 100%); /* W3C */
}

.reserveKeywordIndexButton
{
  width: 160px;
}

.signUpButton
{
  float: none;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
}

.innerTitleButton
{
	width: auto;
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#248FBB), to(#58C4F2));
	background: -moz-linear-gradient(center top , #248FBB, #58C4F2) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248FBB', endColorstr='#58C4F2'); /* for IE */

	padding: 3px 5px 3px 5px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #A0A0A0;

	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;

	color:#FFFFFF;
	font-size: 12px;
  font-weight: bold;
	display: inline-block;
	cursor: pointer;
  text-transform: capitalize;
}

.innerTitleButton:hover
{
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#248FBB), to(#58C4F2));
	background: -moz-linear-gradient(center top , #248FBB, #58C4F2) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248FBB', endColorstr='#58C4F2'); /* for IE */
	color:#FFFFFF;
	border:1px solid #999999;
}

.manageButton, .manageButton:hover
{
  background-image: url(/images/newdesign/icons/manage.png);
  background-color: transparent;
	background: url(/images/newdesign/icons/manage.png) no-repeat, -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f9f9f9), to(#E3E3E3));
	background: url(/images/newdesign/icons/manage.png) no-repeat, -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3') progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/newdesign/icons/manage.png', sizingMethod='image');
  
  width: 42px;
  height: 22px;
}

.expandButton
{
    display: inline-block;
    background: url(/images/expand.gif) no-repeat;
    width: 11px;
    height: 11px;
}

.collapseButton
{
    display: inline-block;
    background: url(/images/contract.gif) no-repeat;
    width: 11px;
    height: 11px;
}

.moveButtonUp
{
  top: -3px;
  position: relative;
}

.createNewCampaign
{
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px black;
  
  background-color: #000;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #000, #000); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #000, #000); /* IE 10 */
  background: -ms-linear-gradient(top, #000, #000); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #000, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #000 0%,#000 100%); /* W3C */

  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
  
  font-size: 20px;
  color: #fff;
  
  height: 41px;
  padding: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0px;
  
  cursor: pointer;
  width: auto;
  overflow: visible;
  float: left;
  text-transform: capitalize;
}

.createNewCampaign:hover
{
  background-color: #000;
  border: solid 1px white;
  color: white;
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #000, #000); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #000, #000); /* IE 10 */
  background: -ms-linear-gradient(top, #000, #000); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #000, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #000 0%,#000 100%); /* W3C */
}

.reserveKeywordButtonSpecial
{
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  
  background-color: #6a3e9f;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a3e9f), to(#6a3e9f)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #6a3e9f, #6a3e9f); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #6a3e9f, #6a3e9f); /* IE 10 */
  background: -ms-linear-gradient(top, #6a3e9f, #6a3e9f); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #6a3e9f, #6a3e9f);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3e9f', endColorstr='#6a3e9f',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #6a3e9f 0%,#6a3e9f 100%); /* W3C */

  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  
  height: 41px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  
  cursor: pointer;
  width: auto;
  float: left;
  text-transform: capitalize;
}

.reserveKeywordButtonSpecial:hover
{
  background-color: #6a3e9f;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a3e9f), to(#6a3e9f)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #6a3e9f, #6a3e9f); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #6a3e9f, #6a3e9f); /* IE 10 */
  background: -ms-linear-gradient(top, #6a3e9f, #6a3e9f); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #6a3e9f, #6a3e9f);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3e9f', endColorstr='#6a3e9f',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #6a3e9f 0%,#6a3e9f 100%); /* W3C */
}

.reserveKeywordButtonSpecialRed
{
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  
  background-color: #a70606;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a70606), to(#a70606)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #a70606, #a70606); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #a70606, #a70606); /* IE 10 */
  background: -ms-linear-gradient(top, #a70606, #a70606); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #a70606, #a70606);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70606', endColorstr='#a70606',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #a70606 0%,#a70606 100%); /* W3C */

  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  
  height: 41px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  
  cursor: pointer;
  width: auto;
  float: left;
  text-transform: capitalize;
}

.reserveKeywordButtonSpecialRed:hover
{
  background-color: #a70606;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a70606), to(#a70606)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #a70606, #a70606); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #a70606, #a70606); /* IE 10 */
  background: -ms-linear-gradient(top, #a70606, #a70606); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #a70606, #a70606);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70606', endColorstr='#a70606',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #a70606 0%,#a70606 100%); /* W3C */
}

.commonButtonTiny
{
  padding: 1px 11px !important;
}

.commonButtonGrey
{
  width: auto;
  overflow: visible;
  background: #CECECE;
  border-bottom-color: #CECECE;
  border-color: #CECECE #CECECE #CECECE;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  /* text-shadow: rgba(0, 0, 0, 0.296875) -1px -1px 0px; */
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
  margin: 0px;
  text-decoration:none;
  top: -1px;
  position: relative;
  text-transform: capitalize;
}

.commonButtonGrey:hover
{
  background:#F4F4F4;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#ECECEC));
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ECECEC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ECECEC',GradientType=0 );
  border: 1px solid #D4D4D4;
  color: #333333;
  text-shadow: white 1px 1px 0px;
}

.btn.btn-success
{
  color: white !important;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #203569;
  text-decoration: none;
  border: 2px solid #fff;
  text-shadow: none;
  font-family: 'Lato', Arial, sans-serif;
}
.btn.btn-success:hover
{
  color: #203569 !important;
  background: #fff;
  border: 2px solid #203569;
}