table.profile_list {
	font-size:10pt;
  border: 1px solid #aaa;
  width:620px;
}

.profile {
	font-size:10pt;
	margin:0 20px 20px 20px;
}

.red {
	color:red;
}

.profile label{
	display:block;
	font-weight:bold;
	margin-top:10px;
}


.profile h1 {
	margin-left:0!important;
	font-size:1.2em!important;
}

.profile h2 {
	margin-left:0!important;
	font-size:1.1em!important;
}

.profile .hint {
	font-size:0.8em;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
}


table.profile_list td, table.profile_list th {
	padding:2px 20px 2px 5px;
}

table.profile_list th {
	line-height:25px;
}

tr.odd {
	background-color: #edece6;
}

input {
	width: 320px;
	height:18px;
}

textarea  {
	width: 320px;
	height:100px;
}

input.checkbox {
	width:13px;
	height:13px;
	margin-left:0;
}

input.medium {
	width:150px;
}

.btn {
	width:100px;
	height:23px;
}

div.error {
	color: #a80014;
}

div.success {
	color:#00a304;
}

.msg {
	margin:0 0 15px 0;
}

.profile_menu {
	margin: 10px 0 10px 0;
}

.right_box {
	float:right;
	width:100px;
	text-align:right;
	margin-top:-35px;
}
