@font-face {
    font-family: Roboto Condensed;
    src: url(/static/fonts/RobotoCondensed-Regular.ttf);
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 16px;
}

.main{
	margin: auto auto;
	min-width: 960px !important;
	max-width: 960px !important;
	/*width: 960px;*/
	text-align: justify;
}

.btn {
	font-family: 'Roboto Condensed', sans-serif;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: auto;
}

.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	cursor: pointer;
}

.small {
	color: #ffffff;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
	background: #CCC;
	background-image: -webkit-linear-gradient(top, #CCC, #AAA);
	background-image: -moz-linear-gradient(top, #CCC, #AAA);
	background-image: -ms-linear-gradient(top, #CCC, #AAA);
	background-image: -o-linear-gradient(top, #CCC, #AAA);
	background-image: linear-gradient(to bottom, #CCC, #AAA);
}

.small:hover {
	background: #BBB;
	background-image: -webkit-linear-gradient(top, #BBB, #999);
	background-image: -moz-linear-gradient(top, #BBB, #999);
	background-image: -ms-linear-gradient(top, #BBB, #999);
	background-image: -o-linear-gradient(top, #BBB, #999);
	background-image: linear-gradient(to bottom, #BBB, #999);
	text-decoration: none;
	cursor: pointer;
}

#close-button{
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border-radius: 100%;
	background: #DDD;
	background-image: none;
}

.gray, .gray:hover{
	background-color: white;
	color: #DDD;
	border: 1px dashed #DDD;
	background-image: none;
}

.white, .white:hover{
	background-color: white;
	color: white;
	border: 1px dashed white;
	background-image: none;
	cursor: default;
}


#message{
	overflow: hidden;
	text-align: justify;
}


#message h1{
	text-align: center;
}

#form{
	display: none;
}


#form ul{
	padding: 0px;
	margin: 0px;
}

#form li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 35px;
}

#agreement{
	margin-left: 140px;
	width: 732px;
	text-align: justify;
}

#agreement li{
	text-align: justify;
	padding: auto;
	margin: auto;
	list-style: decimal;
	padding-bottom: 15px;
	text-align: left;
	height: auto;
}

#first-step{
	height: 100px;
	padding-top: 30px;
	width: 617px;
	margin: auto auto;
	text-align: left;
}

#second-step{
	text-align: left;
	padding-bottom: 20px;
}

#second-step div.inline{
	display: inline-block;
	width:478px
}

#second-step div.inline input, 
#second-step div.inline select, 
#second-step div.inline textarea{
	width: 250px;
	padding: 5px;
	background-color: white;
	vertical-align: middle;
	border: 1px solid #AAA;
}

#second-step div.inline textarea{
	width: 732px;
}

#second-step div.inline select{
	width: 263px
}

#second-step div label{
	text-align: left;
}

#second-step div.inline label{
	width: 100px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	vertical-align: middle;
	padding-left: 35px;
}

#second-step div.inline #hbp-role-check label{
	padding-left: 0px;
}

input#id_registration_hbprole{
	width: 150px !important;
}


#separator{
	width: 0px;
	border-top: 1px solid #CCC;
	/*border-top: 2px solid #999;
	box-shadow: 0px 10px 5px #FFF, 1px -1px 6px #CCC;
	border-radius: 99%;*/
}

.error{
	font-size: 14px;
	color: red;
	display: inline-block;
	text-align: center;
	padding-left: 118px;
}

#full-letter{
	display: none;

}
#full-letter ul, #full-letter li{

}

#submit-button,
#sign-up-button,
#show-full-button,
#hide-full-button {
	display: block;
	width: 228px !important;
	margin: auto;
}
