body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.row {
	margin-left: 0;
}
#pseg-container {
	width: 554px;
}
#intro p {
	margin-bottom: 5px;
	font-size: 14px;
}
#intro-options {
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.85em;
	font-weight: normal;
    margin: 0 auto 10px;
}
p {
	font-size: 13px;
	line-height: 20px;
}
label {
	font-size: 14px;
}
input[type="text"] {
	border: 2px solid #ccc;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.form-horizontal .control-label {
	text-align: left;
}
.form-actions {
	background-color: #fff;
	border-top: none;
	padding: 10px 20px 20px;
	margin-top: 0;
}
.required-field {
	font-size: 1.5em;
	color: #F37121;
	font-weight: bold;
}
.form-horizontal .control-group {
  margin-bottom: 17px !important;
}
.error {
	color: red;
}
.btn-primary, .btn-primary:hover {
	width: 100px;
	height: 34px;
	font-weight: bold;
	margin-top: 5px;
	box-shadow: 1px 2px 1px #D3D3D3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	background-color: #272727;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}