fieldset
{
	color:#555;
	font-size:14px;
}
input
{
	background-color: #ffffff;
	border: 1px;
	border-color: #bbbbee;
	border-style: solid;
	font-size: 12px;
	color:#555;
}
select
{
	background-color: #ffffff;
	border: 1px;
	border-color: #bbbbee;
	border-style: solid;
	font-size: 12px;
	color:#555;
}
textarea
{
	background-color: #ffffff;
	border: 1px;
	border-color: #bbbbee;
	border-style: solid;
	font-size: 12px;
	color:#555;
}

/*.gen_input
{
	background-color: #ffffff;
	border: 1px;
	border-color: #bbbbee;
	border-style: solid;
	font-size: 12px;
	color:#555;
}*/

input[type="checkbox"], input[type="radio"]
{
   background: transparent;
   border: 0;
}

.mem_table
{
	/*width: 680px;*/
	border: 1px solid #006699;
	/*margin: 0px;
	padding: 0px;*/
}

.gen_link
{
text-decoration:none;
/*font-size: 12px;*/
color:#555;
}


.address_input
{
	width:240px;
	height:60px;
}

.free_text_input
{
	width:100%;
	height:200px;
}

.user_info_input
{
	width:360px;
}

.it_w
{
width:50%;
}

.ui_mid
{
	/*vertical-align:center;*/
	/*left:250px;*/
	width:50%;
}


.dir_link a { text-decoration:none; font-size:120%; color:#6148b0;}
.dir_link a:hover { color:#FF3333 }
