input,textarea
{
	border-radius:0;
	font-size:16px;
	color:#777;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	box-shadow:none;
	outline:none;
	height:43px;
	width:100%;
	padding:0 0 2px 13px;
	border:1px solid #f1f1f1
}

.form-group textarea
{
	height:200px
}
/* .btn-primary {text-transform: uppercase;} */
.next .button
{
	float:right
}

.previous .button
{
	float:left
}

.next .btn:first-letter,.previous .btn:first-letter
{
	text-transform:capitalize
}
.button {
  margin-top: 5px;
  margin-bottom: 5px;
  border:0;
  color: #ffffff;
  background-color: #0088cc;
  font-weight:normal;
  font-size: 18px;
  line-height: 22px;
  background: url(../Img/link-bg.gif) 0 0 repeat-x;
  text-transform: uppercase;
  font-family: 'Hammersmith One', sans-serif;
  padding: 8px 15px
   }
  .button:hover {background: url(../Img/faded-text-a-bg.gif) 0 0 repeat-x;color: #fff;}
label.control-label
{
	font-size:18px;
	position:relative;
	display:inline-block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:none;
	margin-bottom:10px;
	color:#363136
}

.required
{
	color:red;
	padding-left:5px
}

legend
{
	font-size:26px
}

table.table
{
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
	font-size:15px
}

table.table td
{
	text-align:left;
	width:auto;
	border:0;
	border-bottom:1px solid #ccc
}

table.table tr:hover td
{
	background-color:transparent
}

.summary-table-first-col
{
	font-weight:700
}