button.btn {
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 0 18px;
    vertical-align: middle;
	background: rgba(204,0,51,1);
    font-size: 15px;
	font-family:Arial;
    font-weight: 300;
	color:#FFFFFF;
	height:40px;
	-moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
	border: 1px solid rgba(204,0,51,1);
}

button.btn.pwd {
    font-size: 15px;
    font-weight: 300;
	left:25%;
}

button.btn.clsbtn{
	margin-top: 40px;
}

input[type=text], select {
  border: 1px solid rgba(209,209,209,1);
  box-sizing: border-box;
}

button.btn.regbutton{
	margin-top: 50px;
	margin-bottom: 15px;
	margin-left:20px;
	left:25%;
}

input[type=radio] {
  border: 1px solid rgba(209,209,209,1);
  padding: 0.5em;
  -webkit-appearance: none;
}

input[type=radio]:checked {
  background: #222021 no-repeat center center;
  background-size: 9px 9px;
}
.Line_Break{
	margin-top:20px;
}