.signup_container{
	width:470px;
	height: auto;
	margin:5% auto 0;
	padding-bottom: 20px;
	background: #EDEDED;
	border-radius: 8px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.6);
	-webkit-user-select:none;
	-ms-user-select:none;
}
.signup_containerp{
	width:90%;
	height: auto;
	margin:5% auto 0;
	padding-bottom: 20px;
	background: #EDEDED;
	border-radius: 8px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.6);
	-webkit-user-select:none;
	-ms-user-select:none;
}
h1.signup_title{
	background:#19B4EA;
	width: 100%;
	height:70px;
	font-size: 26px;
	text-align: left;
	text-indent:20px;
	letter-spacing:3px;
	color:#FDFDFD;
	line-height: 70px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    max-width:95%;
    line-height: 2.42857143;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
}