/* u s e r b o x */
#userbox {
				font-family:  arial, sans-serif;
			}

			#userbox h2,
			#userbox h3 {
			    clear:both;
				font-family:Times New Roman;
				font-size:19px;
				font-weight:normal;
			}

			#userbox fieldset input.checkbox
			#userbox fieldset input.radio {
			    margin-right:4px;
			}
			#userbox p{
				margin-bottom:8px;
				font-size:12px;
			}
			#userbox dl {
			    clear:both;
				font-size:12px;
			}
			#userbox dl dt{
			    font-weight:bold;
			    margin-bottom:4px;
			}
			#userbox dl label{
			    width:100%;
			}
		    #userbox ul {
				margin-left:0px;
				list-style-type:none;
			}
			#userbox ul li {
				display: block;
				width:48%;
				margin-right:2%;
				margin-bottom:2%;
				float:left;
			}
			#userbox ul li a{
				display: block;
				text-align:center;
				padding:4px;
			    text-decoration:none;
			}
		    #userbox fieldset {
				clear:both;
				border:none;
				padding:0;
				margin:0;
				margin-bottom:4px;
			}
			#userbox select {
				width:48%;
				border: 1px solid #a3a3a3;
				color:#666;
				font-size:12px;
				padding:4px;
				background:#f9f9f9;
			}
			#userbox input.text {
				width:45%;
			}
			#userbox fieldset.text {
				color:#666;
				font-size:12px;
				padding:0px;
			}
			#userbox fieldset.text legend{
				margin-left:10px;
			}
			#userbox input.button {
				width:45%;
				padding-top:2px;
				height:26px;
				float:right;
				width:48%;
				margin-right:2%;
			}
			#userbox input.text:focus {
			}
			#userbox label {
				display:block;
				clear:both;
				float:left;
				width:48%;
				margin-right:2%;
			}
