div#profilebox {
float:right;
width:580px;
height: 275px;
}

div#profilefields{
width: 538px;
float: left;
background-color: #f5f5f5;
border: 1px solid #c8c8c8;
padding: 15px 20px 20px 20px;
height:175px; 
margin-bottom:13px; 
}

span.ProfileNameBig{
font-family: arial, verdana, sans-serif;
font-size: 40px;
margin-right:6px;
}
div#wouldrather_text{
font-family: arial, verdana, sans-serif;
color:#ffffff;
font-size:20px;
font-weight: bold;
overflow: hidden;
white-space: nowrap;
width:580px;
height:70px;
margin-top: 30px;
}
div#wouldrather_pic{
width:580px;
height:110px;
margin-bottom:50px;
}

div#editprofilebar{
float:right;
color: #FFFFFF;
font-weight: bold;
font-family: Arial;
font-size: 12px;
}
div#editprofilebar a{
color:#FFFFFF;
text-decoration:none;
}
div#editprofilebar a:hover{
text-decoration:underline;
}
div#userinfo{
float:left;
font-family:Arial;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
height:15px;
width: 440px;
text-overflow: ellipsis;
overflow: hidden;
}

div#userstats{
float:right;
color:#828282;
font-weight:bold;
margin-top:6px;
padding-top: 4px;
border-top: 1px solid #828282;
width: 580px;
height:15px;
text-overflow: ellipsis;
overflow: hidden;
}

div#mydipollcontainer {  
  width: 930px;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top:-35px;
}

div#pollscontainer{
  width: 628px;
  padding: 5px 15px 15px 15px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  float: left;
  background-color: #ffffff;
  margin-bottom: 20px;
}
div#pollsheaderbox{
width:660px;
text-overflow: ellipsis;
overflow: hidden;
}

div.pollinfo {
  float: left;
  width: 325px;
  padding: 5px;
  line-height: 16px;
}
div#searchtabs {
float:left;
width: 658px;
background-color: #f5f5f5;
border: 1px solid #d0d0d0; 
border-top:  0px solid #d0d0d0; 
}
div#searchtabs ul {  
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: right;
  list-style-type: inline;
}
div#searchtabs ul li {
  display: block;
  float: left;   
  margin: 0px auto;
  padding: 8px 0px;
}
div#searchtabs ul li:hover{
  background-color: #e6e6e6;
}
div#searchtabs ul li a{
  font-size: 12px;
  text-decoration: none;
  color: #828282;
  font-weight: bold;
  padding:8px 10px;
  margin:0px auto;
}

td.pages {
border: none;
background-color: #f5f5f5;
text-align: right;
padding: 10px;
font-size: 12px;
border: 1px solid #d0d0d0;
}

div#profilepicture{
width: 300px;
margin: 10px 0px 20px 0px;
}
img.profilepicture{
  border: 2px solid #EEEEEE;
  width: 300px;
  height: 250px;
}
table#results {
  float: left;
  clear: both;
  width: 100%;
  border-collapse: collapse;
}

table#results td {
padding: 10px 10px 10px 0px;
border-bottom: 1px solid #d0d0d0;
}

table#editprofile_1 {  
display:block;
}
table#editprofile_2 {  
display:none;
}
table.editprofile {  
  float: left;
  clear: both;
  border-collapse: collapse;
}
table.editprofile th {  
width: 120px;
padding-bottom:5px;
text-align:left;
}
table.editprofile td {  
padding-right: 10px;
padding-bottom:5px;
}


.progressframe {
  width: 100px;
  height: 10px;
  padding: 1px;
  border: 1px solid #828282;
  margin-left: auto;
  margin-right: auto;
}

.progressbar {
  width: 0px;
  height: 10px;
  background-color: #828282;
}

.previewpic {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 280px;
  height: 230px;
  z-index: 200;
}

.changepicbutton {
  display: none;
  background-color: #828282;
  width: 40px;
  height: 40px;
  line-height: 40px;  
  font-size: 40px;
  position: absolute;
  left: 250px;
  top: 10px;
  z-index: 300;
  vertical-align: middle;
  text-align: center;
  font-weight:bold;
}
.changepicbutton:hover {
  background-color: #eeeeee;
}

.changepicbutton a {
  width: 40px;
  color: #ffffff;
  text-decoration: none;
}

.changepicbutton a:hover {
  color: #828282;
}

