/*Added this because uploading custom styles blows out the link to the base styles*/
@import url("/media/css/homev2/signup.css");

html, body {
	width: 320px !important;
	height: 260px !important;
}

body {
	margin-left: 0px;
}

#boxes .window {
	width: 320px;
}

#register_form {
	width: 300px !important;
}

input[type=text], input[type=password] {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 24px;
	width: 295px !important;
	height: 32px !important;
}

#tos_pp_checkbox {
	height: 40px;
	margin-top: 0;
}

#id_honeypot {
	display: none;
}

.window {
	margin-top: 0 !important;
	padding-top: 0;
}

.ui-dialog-content {
	margin-top: 0;
	padding-top: 0;
}

#boxes {
	width: 320px !important;
	height: 320px !important;
}

.fieldwrapper {
	position: relative;
}
