.signup-button {
	font-family: Helvetica,Arial,sans-serif;
	display: inline-block;
	padding: 6px 59px;
	color: #fff !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
	font-size: 12px;
	background: #286da3;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50b7d1',endColorstr='#286da3');
	background: -webkit-gradient(linear,left top,left bottom,from(#50b7d1),to(#286da3));
	background: -moz-linear-gradient(top,#50b7d1,#286da3);
	border: 1px solid #51a0b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
		cursor:pointer;
}
.signup-button:hover {
	text-decoration: none;
	background: #328fc9;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#66c7e5),to(#328fc9));
	background: -moz-linear-gradient(-90deg,#66c7e5,#328fc9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66c7e5',endColorstr='#328fc9');
}

.signup-button strong {
	display: block;
	color: #fff;
	font-size: 20px;
}

.signup-button em {
	font-weight: bold;
	font-style: normal;
	color: #c8ecff;
}
    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	.one_half { width: 48%; }
	.one_third { width: 30.66%; }
	.two_third { width: 65.33%; }
	.one_fourth { width: 22%; }
	.one_fifth { width: 16.8%; }
	.one_sixth { width: 13.33%; }
	.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth { margin-right: 4%; margin-bottom: 10px; float: left; }
	.lastcolumn { margin-right: 0!important; clear: right; }