#profile_box {
  color: #000;
  margin: 40px 25px;
  font-size: 9pt;
  font-weight: normal;
  font-family: verdana, sans-serif;
}

#profile_box legend {
  color: #000;
  font-size: 12pt;
  font-weight: bold;
  font-family: verdana, sans-serif;
  padding: 0 0 10px 0;
}

.profile_btn {
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  // padding: 0 0 1px 0;
  width: 140px;
  height: 18px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 9pt;
  cursor:pointer;
  background: url('../images/trib_2_wspace_orange.jpg') 0 0 no-repeat;
}

#profile_box .profile_info {
  padding: 0 0 10px 0;
  margin: 20px 0 0 0;
}

#profile_box .profile_info .profile_row {
  width: 450px;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  overflow: hidden;
}

#profile_box .profile_info .profile_row label {
  float: left;
  width: 150px
}

#profile_box .profile_info .profile_row #col2 {
  float: left;
  width: 210px
}

#profile_box .profile_info .profile_row #col2 input {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #bbb;
}

.error_box {
  margin: 0 0 20px 0;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

.error_box .error_message1 {
  color: red;
}
.error_box .error_message2 {
  color: green;
}
.error_box .error_message {
  text-align: center;
}


.inputText {
  background: #F5F5F5;
  border: 1px solid #777777;
  float: right;
  height: 18px;
  padding: 1px;
  width: 160px;
}


/* === === === === === === === === === === */

span#profile_link_box {
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 2px 0 0 0;
  display: block;
}

span#profile_link_box a:link,
span#profile_link_box a:visited {
  color: #000;
  text-decoration: none;
}

span#profile_link_box a:active,
span#profile_link_box a:hover {
  color: #000;
  text-decoration: underline;
}

.delimg {
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

#profile_box .profile_info .profile_row a:link,
#profile_box .profile_info .profile_row a:visited {
  color: #FF6600;;
  text-decoration: none;
}

#profile_box .profile_info .profile_row a:active,
#profile_box .profile_info .profile_row a:hover {
  color: #FF6600;;
  text-decoration: underline;
}

.aboutMyselfBox
{
	background: #fff; 
	border: 1px solid #bbb; 
	padding: 0;
}

.aboutMyself a
{
	color: #FF6600;
}

