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

input[type="text"] {
	width: 440px;
	background: none;
	border: 1px solid #B21FB8;
	font-size: 12px;
	color: #737373;
	padding: 2px;
}

.loginpassword input[type="text"] {
	width: 440px;
	text-align: center;
	background: none;
	border: 1px solid #B21FB8;
	font-size: 22px;
	color: #737373;
	padding: 2px;
}

textarea {
	width: 440px;
	background: none;
	border: 1px solid #B21FB8;
	font-size: 12px;
	color: #737373;
	padding: 2px;
}

input[type="button"], input[type="submit"] {
	display: block;
	width: 446px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	background-color: #B320B8;
	cursor:  pointer;
}
input[type="button"]:hover, input[type="submit"]:hover {
	color: #FFF;
	background-color: #52514F;
	border: 0px;
}
