@charset "UTF-8";

a:link,a:active,a:hover {
  color:#00ffff;
}

a:visited {
  color:#00ffff;
}

#profile_main_about_holder,#profile_interests_content,#profile_comments {
  position:static;
  width:500px;
}

#profile_interests_content {
  width:600px;
}

#member_type_value {
  color:#00ffff;
}

#profile_password_photo_galleries,#profile_photo_galleries {
  display:block;
}

body {
  background-color:black;
  background-image:url(http://wallpapercave.com/wp/Sg7oTrX.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  color:#00ffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

img {
  border-radius:15px 50px;
  color:#00ffff;
  border:0 none #006699;
  padding:5px;
  margin:5px;
}

.profile_section_content {
  -webkit-border-radius:25;
  -moz-border-radius:25;
  border-radius:25;
}

.profile_section_background {
  background-color:black;
  opacity:.7;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}

.profile_section_content .heading {
  -webkit-border-radius:10;
  -moz-border-radius:10;
  border-radius:10;
  padding:5px;
  background-color:#pink;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}