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

.commonButton:hover
{
  border: 1px solid #D4D4D4;


}

.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: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  line-height: auto;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  background-color: #e56325;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.headerLoginButton:hover, .headerLoginButtonClicked
{
  color: #CCCCCC;
  font-size: 14px;
  cursor: pointer;
  line-height: auto;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4C4C4C;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

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

.reserveKeywordButton:hover, .signUpButton:hover
{
  background-color: #599BDC;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#599BDC), to(#3072B3)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #3072B3, #599BDC); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #3072B3, #599BDC); /* IE 10 */
  background: -ms-linear-gradient(top, #3072B3, #599BDC); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #3072B3, #599BDC);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3072B3', endColorstr='#599BDC',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3072B3 0%,#599BDC 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: 3px;
  border-radius: 3px;
  border: 0px;
  
  background-color: #0C376A;
  
  background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0C376A), to(#3177BC)); /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #3177BC, #0C376A); /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #3177BC, #0C376A); /* IE 10 */
  background: -ms-linear-gradient(top, #3177BC, #0C376A); /* Opera 11.10+ */
  background: -o-linear-gradient(top, #3177BC, #0C376A);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3177BC', endColorstr='#0C376A',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3177BC 0%,#0C376A 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;
  color: #FFFFFF;
  
  height: 41px;
  padding: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 5px !important;
  margin: 0px;
  
  cursor: pointer;
  width: auto;
  overflow: visible;
  float: left;
  text-transform: capitalize;
}

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