* {margin:0; padding:0;}
/*
html {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background:#fafafa;
}
*/
.userform {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
.loginSet {
	background:url(../media/user.gif) no-repeat 95% 3em;
}
.contactSet {
	background:url(../media/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
	/*border:1px solid #000000;*/
}
.userform {
	margin:1em;
	width:35em;
}
label {
	float:left;
	width:13em;
	text-align:right;
	margin-right:1em;
	font-size:1.2em;
	
}
.spacer
{
	height:10px;
}
legend {
	color:#0b77b7;
	font-size:1.4em;
}
legend span {
	width:10em;
	text-align:right;
}
textarea {
	padding:0.15em;
	width:12em;
	text-align:left;
	border:1px solid #ddd;
	background:#fafafa;
	font:1.2em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input {
	padding:0.15em;
	width:12em;
	text-align:left;
	border:1px solid #ddd;
	background:#fafafa;
	font:1.2em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
select {
	padding:0.15em;
	width:12em;
	text-align:left;
	border:1px solid #ddd;
	background:#fafafa;
	font:1.2em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}



.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

#login-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/login-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#login-go:hover {
	background-position:0 -26px;
}


#register-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/register-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#register-go:hover {
	background-position:0 -26px;
}

#change-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/change-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#change-go:hover {
	background-position:0 -26px;
}

#continue-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/continue-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#continue-go:hover {
	background-position:0 -26px;
}

#usepackage-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/usepackage-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#usepackage-go:hover {
	background-position:0 -26px;
}

#allpropertyused-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/allpropertyused-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#allpropertyused-go:hover {
	background-position:0 -26px;
}

#packageexpired-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/packageexpired-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#packageexpired-go:hover {
	background-position:0 -26px;
}

#addproperty-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/addproperty-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#addproperty-go:hover {
	background-position:0 -26px;
}

#uploadreq-go {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/uploadreq-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#uploadreq-go:hover {
	background-position:0 -26px;
}

#add-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/add-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#add-go:hover {
	background-position:0 -26px;
}




#save-profile {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/update-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#save-profile:hover {
	background-position:0 -26px;
}

#update-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../media/update-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#update-go:hover {
	background-position:0 -26px;
}


/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/