.useraccount {
	/*background-color: #fff;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	min-height:300px;*/
	/*border: 2px solid;
    border-radius: 25px;*/
}

.useraccount-form {
	background-color: #fff;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	min-height:500px;
	border: 1px solid;
    border-radius: 25px;
}

input{
	float:left;
	width:100%;
	height: 50px;
	border: 1px solid #aaa;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.section-field{
	padding-bottom: 10px;
}

p{
	font-size: 15px;
	line-height: 100%;
}
span{
	text-transform: none;
}

.btn-red {
  background: #ed1c23;
  background-image: -webkit-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -moz-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -ms-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -o-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: linear-gradient(to bottom, #ed1c23, #ed1c23);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.btn-red:hover {
  background: #f0525a;
  background-image: -webkit-linear-gradient(top, #f0525a, #f0525a);
  background-image: -moz-linear-gradient(top, #f0525a, #f0525a);
  background-image: -ms-linear-gradient(top, #f0525a, #f0525a);
  background-image: -o-linear-gradient(top, #f0525a, #f0525a);
  background-image: linear-gradient(to bottom, #f0525a, #f0525a);
  text-decoration: none;
}
.btn-crv {
  background: #ed1c23;
  background-image: -webkit-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -moz-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -ms-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: -o-linear-gradient(top, #ed1c23, #ed1c23);
  background-image: linear-gradient(to bottom, #ed1c23, #ed1c23);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 3px 5px 3px 5px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.btn-crv:hover {
  background: #f0525a;
  background-image: -webkit-linear-gradient(top, #f0525a, #f0525a);
  background-image: -moz-linear-gradient(top, #f0525a, #f0525a);
  background-image: -ms-linear-gradient(top, #f0525a, #f0525a);
  background-image: -o-linear-gradient(top, #f0525a, #f0525a);
  background-image: linear-gradient(to bottom, #f0525a, #f0525a);
  text-decoration: none;
}

.btn-title {
  background: #fff;
  border: 1px solid #aaa;
  /*-webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;*/
  font-family: Arial;
  color: #604c7f;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  /*cursor: pointer;*/

  border-radius:0px;
}

.btn-transparent {
  background: rgba(0,0,0,0.5);
  
  /*-webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;*/
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;

  border-radius:0px;
}

.btn-transparent:hover {
  background: rgba(0,0,0,0.7);
  
  text-decoration: none;
}

.text p{
	font-size: 20px;
	text-indent: 50px;
	font-style: normal;
	padding-left: 30px;
	padding-right: 30px;

	text-align: justify;
    text-justify: inter-word;
} 

.textleft p{
	font-size: 20px;
	/*text-indent: 50px;*/
	font-style: normal;
	padding-left: 30px;
	padding-right: 30px;

	text-align: justify;
    text-justify: inter-word;
} 

.style1{
	font-size: 20px;
	font-style: normal;
} 
.title-large{
	font-size: 30px;
	font-style: bold;
} 

.title-small{
	font-size: 20px;
	font-style: bold;
} 

/*.checkboxes label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}
.checkboxes input {
    vertical-align: middle;
}
.checkboxes label span {
    vertical-align: middle;
}*/