/* CSS Document */

p {
  overflow: hidden;
}

/* menu */

DIV.menu {
  width: 989px;
  height: 54px;
  margin: 10px 0px 10px 0px;
  background-image: url('../images/template/menuclear.gif');
	background-position: -0px -0px;
	background-repeat: no-repeat;
	float: left;
}

DIV.menu ul {
  margin: 6px 0px 0px 13px;
  padding: 0px;
  width: 600px;
  height: 43px;
  float: left;
  text-align: center;
}

DIV.menu ul li {
  list-style-type: none;
  height: 43px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  float: left;
}

DIV.menu ul li a {
  display: block;
  height: 43px;
}

DIV.menu ul li a span {
  display: none;
}

DIV.menu ul li a.home {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -0px -0px;
}

DIV.menu ul li.selected a.home {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -0px -43px;
}

DIV.menu ul li a.home:hover{
  background-position: -0px -43px;
}

DIV.menu ul li a.articles {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -92px -0px;
}

DIV.menu ul li.selected a.articles {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -92px -43px;
}

DIV.menu ul li a.articles:hover{
  background-position: -92px -43px;
}

DIV.menu ul li a.videos {
  width: 91px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -184px -0px;
}

DIV.menu ul li.selected a.videos {
  width: 91px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -184px -43px;
}

DIV.menu ul li a.videos:hover{
  background-position: -184px -43px;
}

DIV.menu ul li a.galleries {
  width: 93px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -275px -0px;
}

DIV.menu ul li.selected a.galleries {
  width: 93px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -275px -43px;
}

DIV.menu ul li a.galleries:hover{
  background-position: -275px -43px;
}

DIV.menu ul li a.competition {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -368px -0px;
}

DIV.menu ul li.selected a.competition {
  width: 92px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -368px -43px;
}

DIV.menu ul li a.competition:hover{
  background-position: -368px -43px;
}

DIV.menu ul li a.about {
  width: 91px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -460px -0px;
}

DIV.menu ul li.selected a.about {
  width: 91px;
  background:#000000 url('../images/menuButtons.gif') no-repeat -460px -43px;
}

DIV.menu ul li a.about:hover{
  background-position: -460px -43px;
}

/* select */

DIV.menu .selectContainer {
	float: left; 
	width: 197px;
	font-size: 14px;	
	background: url(../images/sortSelectBg.gif) no-repeat top;
	cursor: pointer;	
}

DIV.menu .selectContainer DIV.mainSelection {
	padding: 8px 0px 0px 7px;
	height: 26px;
}

DIV.menu .selectContainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 2px solid #000000;
	width: 187px;
	display: none;		
}

DIV.menu .selectContainer li {
	height: 20px;	
	margin: 0px;
	padding: 2px 0px 0px 5px;	
	vertical-align: middle;
	background-color: #ffffff;
}

DIV.menu .selectContainer li:hover {
	background-color: #dddddd;
}

/* menu input field */

DIV.menu form {
  width: 312px;
  height: 43px;
  margin: 6px 13px 0px 0px;
  text-align: left;
  float: right;
}

DIV.menu form .left {
  width: 206px;
  height: 43px;
  margin: 11px 0px 0px 0px;
  float: left;
}

DIV.menu form .left input {
  height: 18px;
  padding: 4px 0px 0px 6px;
  margin: 0px 2px 0px 0px;
  line-height: 13px;
	border: none;
	font-size: 11px;
	margin-bottom: 4px;
	color: #cccccc;
	background-image: url('../images/inputs.gif');
	background-position: -0px -40px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 100px;
  float: left;
}

DIV.menu form .left input:focus {
	background-position: -0px -62px;
}

DIV.menu form .right input {
  margin: 8px 0px 0px 0px;
  height: 32px;
  border: none;
	background-image: url('../images/buttons.gif');
	background-position: -90px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 90px;
  float: left;
}

DIV.menu form .right input:hover {
	background-position: -90px -32px;
}

/* content */

DIV.container .containerTopBox .center h2 a {
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
}

DIV.container .containerTopBox .center h2 a:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

DIV.container .containerTopBox .textbox {
  width: 626px;
  margin: 0px 0px 0px 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  float: left;
}

DIV.container .containerTopBox .textbox .header {
  width: 626px;
  background-color: #d7d9e5;
  margin: 10px 0px 10px 0px;
  padding: 4px 0px 4px 0px;
  float: left;
}

DIV.container .containerTopBox .textbox .header h3 {
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 3px 10px;
  float: left;
}

DIV.container .containerTopBox .textbox .header span.left {
  color: #666666;
  font-size: 11px;
  text-align: left;
  padding: 0px 0px 0px 11px;
  width: 10px;
  float: left;
}

DIV.container .containerTopBox .textbox .header a {
  color: #000000;
  font-size: 11px;
  text-align: left;
  padding: 0px 0px 0px 5px;
  float: left;
}

DIV.container .containerTopBox .textbox .header a:hover {
  text-decoration: underline;
}

DIV.container .containerTopBox .textbox .header span.right {
  color: #666666;
  font-size: 11px;
  text-align: left;
  float: right;
}

DIV.container .containerTopBox .textbox p {
  width: 615px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 5px 0px 5px 11px;
  display: block;
  float: left;
}

DIV.container .containerTopBox .textbox p.imgtitle {
  width: 615px;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 15px 0px 15px 4px;
  display: block;
  float: left;
}

DIV.container .containerTopBox .textbox img.intext {
  border: solid 1px #7f7f7f;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}

DIV.container .containerTopBox .textbox span {
  padding: 0px;
  margin: 0px;
  display: block;
}

DIV.container .containerTopBox .thumbs {height:75px;clear:left;}

DIV.container .containerTopBox .textbox ul.imgselect {
  width: 615px;
  height: 75px;
  list-style-type: none;
  padding: 0px;
  margin: 5px 0px 0px 4px;
  overflow: hidden;
  float: left;
}

DIV.container .containerTopBox .textbox ul.imgselect  li {
  height: 75px;
  padding-right: 2px;
  cursor: pointer;
  float: left;
}

DIV.container .containerTopBox .textbox ul.imgselect  li img:hover {
  
}

DIV.container .containerTopBox .textbox .gallerypagging {
  width: 626px;
  margin-left: 0px;
  padding: 3px 0px;
  background-color: #e5e5e5;
  float: left;
}

DIV.container .containerTopBox .textbox .gallerypagging a.leftarrow {
  width: 11px;
  height: 13px;
  margin: 0px 0px 0px 3px;
  background-image: url('../images/gallerysrc/arrowLeftOn.gif');
	background-position: -0px -0px;
	background-repeat: no-repeat;
  float: left;
}

DIV.container .containerTopBox .textbox .gallerypagging a.leftarrow_deactive {
  width: 11px;
  height: 13px;
  margin: 0px 0px 0px 3px;
  background-image: url('../images/gallerysrc/arrowLeftOff.gif');
	background-position: -0px -0px;
	background-repeat: no-repeat;
	cursor: default;
  float: left;
}

DIV.container .containerTopBox .textbox .gallerypagging a.rightarrow {
  width: 11px;
  height: 13px;
  margin: 0px 3px 0px 0px;
  background-image: url('../images/gallerysrc/arrowRightOn.gif');
	background-position: -0px -0px;
	background-repeat: no-repeat;
  float: right;
}

DIV.container .containerTopBox .textbox .gallerypagging a.rightarrow_deactive {
  width: 11px;
  height: 13px;
  margin: 0px 3px 0px 0px;
  background-image: url('../images/gallerysrc/arrowRightOff.gif');
	background-position: -0px -0px;
	background-repeat: no-repeat;
	cursor: default;
  float: right;
}

DIV.container .containerTopBox .textbox .gallerypagging .centerfield {
  width: 95%;
  height: 14px;
  text-align: center;
  margin: 0 auto;
  float: left;
  background:#E5E5E5;
}

DIV.container .containerTopBox .textbox .galleryBullets {background:#E5E5E5;}

DIV.container .containerTopBox .textbox .gallerypagging a img {
  padding-bottom: 2px;
}

DIV.container .containerTopBox .textbox .gallerypagging a span {
  display: none;
  float: left;
}

DIV.container .containerTopBox .databox {
  width: 626px;
  height: 135px;
  border-top: solid 1px #e5e5e5;
  margin: 15px 0px 0px 0px;
  float: left;
}

DIV.container .containerTopBox .databox .left {
  width: 50%;
  height: 130px;
  border-right: solid 1px #e5e5e5;
  margin: 10px 0px 0px 0px;
  text-align: left;
  float: left;
}

DIV.container .containerTopBox .databox h4 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 11px;
  color: #999999;
  font-weight: normal;
  float: left;
}

DIV.container .containerTopBox .votebox {
  width: 100px;
  margin-bottom: 15px;
  float: left;
}

DIV.container .containerTopBox .votebox img {
  margin-right: 3px;
  float: left;
}

DIV.container .containerTopBox .votebox p {
  font-size: 11px;
  color: #cccccc;
  margin-left: 3px;
  float: left;
  padding-top:0;
}

DIV.container .containerTopBox .databox span {
  font-size: 10px;
  color: #999999;
  margin-top: 3px;
  text-align: left;
  float: left;
}

DIV.container .containerTopBox .databox p {
  width: 90%;
  font-size: 11px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  text-align: left;
  float: left;
}

DIV.container .containerTopBox .databox .right {
  width: 40%;
  height: 130px;
  margin: 10px 0px 0px 10px;
  text-align: center;
  float: left;
}

DIV.container .containerTopBox .databox .right ul {
  width: 300px;
  padding: 0px;
  margin: 13px 0px 0px 38px;
  text-align: left;
  float: left;
}

DIV.container .containerTopBox .databox .right ul li {
  width: 30%;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  list-style-type: none;
  float: left;
}

DIV.container .containerTopBox .databox .right ul li a {
  text-decoration: underline;
}

DIV.container .containerTopBox .databox .right ul li a:hover {
  text-decoration: none;
}

DIV.container .containerTopBox .databox .right ul li img {
  margin: 0px 5px 0px 0px;
  float: left;
}

DIV.container .containerTopBox .databox .right a.react {
  display: block;
  height: 31px;
  margin: 15px 0px 0px 105px;
  float: left;
}

DIV.container .containerTopBox .databox .right a.react span {
  display: none;
}

DIV.container .containerTopBox .databox .right a.react {
  width: 89px;
  background: url('../images/buttons2.gif') no-repeat -180px -0px;
}

DIV.container .containerTopBox .databox .right a.react:hover{
  background-position: -180px -31px;
}

DIV.containerTopBox form {
  width: 647px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  float: left;
}

DIV.containerTopBox form label {
  width: 80%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 10px;
  padding: 0px;
  display: block;
}

/* text area */

div.doublecolumn {
	text-align: left;
	height: 138px;
  margin: 0px 0px 5px 10px;
	float: left;
}

div.inputtext_top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 626px;
	font-size: 0px;
  height: 2px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -150px;
}

div.focused div.inputtext_top {
	background-position: -0px -290px;
}

div.inputtext_ml {
	float: left;
	width: 2px;
  height: 138px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -152px;
}

div.focused div.inputtext_ml {
	background-position: -0px -292px;
}

div.inputtext_mm textarea {
	resize: none;
	float: left;
	background-color: #ffffff;
	border: none;
	width: 620px;
	font-size: 11px;
	height: 132px;
	outline: none;
	margin: 0px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

div.invalid  div.inputtext_mm textarea {
	background-color: #ffffff;
}

div.inputtext_mr {
  float: left;
	width: 2px;
  height: 135px;
	background-image:url('../images/inputs.gif');
	background-position: -625px -152px;
}

div.focused div.inputtext_mr {
	background-position: -625px -292px;
}

div.inputtext_bottom {
  float: left;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 626px;
	font-size: 0px;
  height: 2px;
	background-image:url('../images/inputs.gif');
	background-position: -2px -287px;
}

div.focused div.inputtext_bottom {
	background-position: -2px -427px;
}

DIV.containerTopBox form input.clear {
  height: 31px;
  border: none;
	background-image: url('../images/buttons2.gif');
	background-position: -358px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.containerTopBox form input.clear:hover {
	background-position: -358px -31px;
}

DIV.containerTopBox form input.post {
  height: 31px;
  border: none;
  margin: 0px 9px 20px 0px; 
	background-image: url('../images/buttons2.gif');
	background-position: -269px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.containerTopBox form input.post:hover {
	background-position: -269px -31px;
}

DIV .containerTopBox  h4 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 11px;
  color: #999999;
  font-weight: normal;
  margin: 20px 0px 0px 10px;
  float: left;
}

DIV .containerTopBox em {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  margin: 5px 0px 0px 10px;
  float: left;
}

DIV.containerTopBox .commentbox {
  width: 620px;
  border: 1px solid #ababab;
  margin: 15px 0px 2px 10px;
  float: left;
}

DIV.containerTopBox .header {
  width: 612px;
  background-color: #e5e5e5;
  text-align: left;
  color: #000000;
  font-size: 11px;
  margin: 0px 0px 2px 0px;
  padding: 5px 0px 5px 8px;
  float: left;
}

DIV.containerTopBox p.comment {
  width: 604px;
  background-color: #f3f3f3;
  text-align: left;
  color: #000000;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 5px 8px 5px 8px;
  float: left;
}

DIV.containerTopBox .header p.left {
  text-align: left;
  color: #000000;
  font-size: 11px;
  margin: 0px 5px 0px 0px;
  float: left;
}

DIV.containerTopBox .header span.left {
  width: 60%;
  text-align: left;
  color: #a5a5a5;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  float: left;
}

DIV.containerTopBox .header span.right {
  text-align: left;
  color: #a5a5a5;
  font-size: 10px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: right;
}

DIV.containerTopBox p span.left em {
  text-align: left;
  color: #a5a5a5;
  font-size: 10px;
  display: inline;
  margin: 0px;
  padding: 0px;
  float: left;
}

/* subpage account */

DIV.profilbox ul.submenu {
  padding: 0px 0px 0px 10px;
  margin: 8px 0px 0px 1px;
  text-align: left;
  background-image: url('../images/submenuBg.gif');
	background-position: -0px -0px;
	background-repeat: repeat-x;
	list-style-type: none;
	width: 635px;
	height: 44px;
	float: left;
}

DIV.profilbox ul.submenu li {
  width: 152px;
	height: 37px;
  text-align: center;
  margin-right: 2px;
  float: left;
}

DIV.profilbox ul.submenu li a {
  padding: 13px 0px 0px 0px;
  text-align: center;
  font-size: 11px;
  color: #006699;
  font-weight: bold;
  margin: 7px 0px 0px 0px;
  background-image: url('../images/submenuButton.gif');
	background-position: -0px -37px;
	background-repeat: no-repeat;
	width: 152px;
	height: 24px;
	float: left;
}

DIV.profilbox ul.submenu li a:hover {
	background-position: -0px -0px;
}

DIV.profilbox ul.submenu li.selected a {
  background-position: -0px -0px;
  cursor: default;
}

DIV.profilbox h4 {
  width: 90%;
  padding: 0px;
  margin: 15px 0px 0px 16px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  float: left;
}

DIV.profilbox p {
  width: 615px;
  color: #666666;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  padding: 5px 0px 5px 16px;
  display: block;
  float: left;
}

DIV.profilbox p.competitiontext {
  width: 602px;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  padding: 5px;
  margin: 3px 0px 10px 0px;
  display: block;
  background-color: #b5cdea;
  border: 1px solid #5b7ca3;
  float: left;
}

/* form */

DIV.profilbox form {
  width: 615px;
  margin: 0px 0px 0px 16px;
  padding: 0px;
  border: none;
  float: left;
}

DIV.profilbox form .left {
  width: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox form .rightbox {
  width: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  display: block;
  float: right;
}

DIV.profilbox form .rightbox input.clear {
  height: 31px;
  border: none;
	background-image: url('../images/buttons2.gif');
	background-position: -358px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	margin-top: 25px;
	width: 89px;
  float: right;
}

DIV.profilbox form .rightbox input.clear:hover {
	background-position: -358px -31px;
}

DIV.profilbox form .rightbox input.register {
  height: 31px;
  border: none;
	background-image: url('../images/buttons2.gif');
	background-position: -90px -128px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-top: 25px;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox form .rightbox input.register:hover {
	background-position: -90px -159px;
}

DIV.profilbox form .rightbox span {
  color: #000000;
  font-size: 11px;
  line-height: 19px;
  float: left;
  margin: 0px;
  padding: 0px 4px;
  float: left;
}

DIV.profilbox form .rightbox p {
  color: #999999;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox form .rightbox p.margin {
  color: #999999;
  font-size: 11px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox form .rightbox .leftrow {
  width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox form .rightbox label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.profilbox form .left .row {
  width: 100%;
  display: block;
  float: left;
}

DIV.profilbox form .left .row .leftrow {
  width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox form .left .row label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.profilbox form .rightbox label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.profilbox form .rightbox input {
  height: 17px;
  padding: 3px 0px 0px 6px;
  line-height: 13px;
	border: none;
	font-size: 11px;
	margin-bottom: 4px;
	outline: none;
	color: #000000;
	background-image: url('../images/inputs.gif');
	background-position: -0px -430px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 141px;
  float: left;
}

DIV.profilbox form .rightbox input:focus {
	background-position: -0px -451px;
}

DIV.profilbox form .left .row span {
  color: #000000;
  font-size: 11px;
  line-height: 19px;
  float: left;
  margin: 0px;
  padding: 0px 4px;
  float: left;
}

DIV.profilbox form .left .row input {
  height: 17px;
  padding: 3px 0px 0px 6px;
  line-height: 13px;
	border: none;
	font-size: 11px;
	margin-bottom: 4px;
	outline: none;
	color: #000000;
	background-image: url('../images/inputs.gif');
	background-position: -0px -430px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 141px;
  float: left;
}

DIV.profilbox form .left .row input:focus {
	background-position: -0px -451px;
}

DIV.searchresultsbox .photobox {
  width: 300px;
  margin: 0px 0px 0px 8px;
  float: left;
}

DIV.searchresultsbox .photobox a img.profilepic {
  width: 290px;
  border: 5px solid #e5e5e5;
  float: left;
}

DIV.searchresultsbox .photobox a:hover img.profilepic {
  border: 5px solid #b9b9b9;
  float: left;
}

DIV.searchresultsbox .photobox a {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #3385ad;
  text-decoration: none;
  float: left;
}

DIV.searchresultsbox .photobox a:hover {
  text-decoration: underline;
}

DIV.searchresultsbox .photobox p {
  font-size: 11px;
  text-align: right;
  color: #000000;
  float: right;
}

DIV.profilbox .photobox .photoline {
  width: 627px;
  border-bottom: 1px solid #d4cecc;
  float: left;
}

DIV.profilbox .photobox form {
  width: 627px;
  padding: 0px;
  margin: 0px 0px 0px 10px;
  float: left;
}

DIV.profilbox .photobox .left {
  width: 300px;
  text-align: center;
  float: left;
}

DIV.profilbox .photobox .left img.profilepic {
  width: 290px;
  border: 5px solid #e5e5e5;
  margin: 0px 0px 0px 3px;
  display: block;
  float: left;
}

DIV.profilbox .photobox .left a {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #3385ad;
  text-decoration: none;
}

DIV.profilbox .photobox .left a:hover {
  text-decoration: underline;
}

DIV.profilbox .photobox .right {
  width: 300px;
  text-align: left;
  margin-left: 20px;
  float: left;
}

DIV.profilbox .photobox .row input {
  height: 17px;
  padding: 3px 0px 0px 6px;
	border: none;
	font-size: 11px;
	margin-bottom: 7px;
	outline: none;
	color: #000000;
	background-image: url('../images/inputs.gif');
	background-position: -200px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 301px;
  float: left;
}

DIV.profilbox .photobox .row input:focus {
	background-position: -200px -20px;
}

DIV.profilbox .photobox .row {
  width: 100%;
  float: left;
}

DIV.profilbox .photobox form .row label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.profilbox .photobox input.save {
  height: 31px;
  border: none;
  margin: 5px 0px 0px 0px;
	background-image: url('../images/buttons2.gif');
	background-position: -90px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox .photobox input.save:hover {
	background-position: -90px -96px;
}

DIV.profilbox .photobox input.upload {
  height: 31px;
  border: none;
  margin: 32px 0px 0px 2px;
	background-image: url('../images/buttons2.gif');
	background-position: -0px -128px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox .photobox input.upload:hover {
	background-position: -0px -159px;
}

/* select */

/* small */

DIV#dropdown_containerWS {
	float: left;
	background-image: url('../images/inputs.gif');
	background-position: -0px -472px;
	background-repeat: no-repeat;
	width: 95px;
	height: 20px;
	margin: 0px 3px 0px 0px;
}

DIV#dropdown_containerWS:hover {
	background-position: -0px -493px;
}

DIV#dropdown_containerWS select.dropdown {
	width: 89px;
	height: 20px;
	float: left;
	font-family: Arial;
	display: none;
  font-size: 11px;
	z-index: 2;
	margin-top: 2px;
	padding-top: 8px;
	display:inline;
	background-color: #ffffff;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
}

DIV#dropdown_containerWS DIV.dropdown_label {
	position: absolute;
	font-family: Arial;
  font-size: 11px;
  color: #000000;
	z-index: 1;
	line-height: 20px;
	height: 20px;
	padding-left: 9px;
}

/* big */

DIV.profilbox form .left .row #dropdown_containerWB {
	float: left;
	background-image: url('../images/inputs.gif');
	background-position: -0px -514px;
	background-repeat: no-repeat;
	width: 141px;
	height: 20px;
	margin: 0px 3px 3px 0px;
}

DIV.profilbox form .left .row #dropdown_containerWB:hover {
	background-position: -0px -535px;
}

DIV.profilbox form .left .row #dropdown_containerWB select.dropdown {
	width: 140px;
	height: 22px;
	float: left;
	font-family: Arial;
	display: none;
  font-size: 11px;
	z-index: 2;
	margin-top: 2px;
	padding-top: 8px;
	display:inline;
	background-color: #ffffff;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
}

DIV.profilbox form .left .row #dropdown_containerWB DIV.dropdown_label {
	position: absolute;
	font-family: Arial;
  font-size: 11px;
  color: #000000;
	z-index: 1;
	line-height: 20px;
	height: 20px;
	padding-left: 9px;
	width:100px;
	overflow:hidden;
}

span.radio {
	width: 12px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/inputs.gif');
	background-position: -0px -556px;
	background-repeat: no-repeat;
	float: left;
}

/* profile textfield */

DIV.profilbox form DIV.doublecolumn {
	position: relative;
	padding-top: 0px;
	clear: both;
	text-align: left;
	height: 280px;
  margin: 0px 0px 0px 0px;
  display: block;
	float: left;
}

DIV.profilbox form DIV.doublecolumnSMALL {
	position: relative;
	padding-top: 0px;
	clear: both;
	text-align: left;
	height: 180px;
  margin: 0px 0px 0px 0px;
  display: block;
	float: left;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext {
	width: 303px;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext_top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 303px;
	font-size: 0px;
  height: 2px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -580px;
}

DIV.profilbox form DIV.doublecolumn DIV.focused div.inputtext_top {
	background-position: -303px -580px;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext_ml {
	float: left;
	width: 2px;
  height: 274px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -582px;
}

DIV.profilbox form DIV.doublecolumn DIV.focused div.inputtext_ml {
	background-position: -303px -582px;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext_mm textarea {
	resize: none;
	float: left;
	background-color: #ffffff;
	border: none;
	width: 295px;
	font-family: Arial;
	font-size: 11px;
	outline: none;
	height: 270px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0px;
}

DIV.profilbox form DIV.doublecolumn DIV.invalid  div.inputtext_mm textarea {
	background-color: #ffffff;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext_mr {
  float: left;
	width: 2px;
  height: 274px;
	background-image:url('../images/inputs.gif');
	background-position: -300px -582px;
}

DIV.profilbox form DIV.doublecolumn DIV.focused div.inputtext_mr {
	background-position: -603px -582px;
}

DIV.profilbox form DIV.doublecolumn DIV.inputtext_bottom {
  float: left;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 302px;
	font-size: 0px;
  height: 3px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -856px;
}

DIV.profilbox form DIV.doublecolumn DIV.focused div.inputtext_bottom {
	background-position: -303px -856px;
}

DIV.profilbox form .rightbox input.undo {
  height: 31px;
  border: none;
  margin: 5px 5px 20px 0px; 
	background-image: url('../images/buttons2.gif');
	background-position: -0px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox form .rightbox input.undo:hover {
	background-position: -0px -96px;
}

DIV.profilbox form .rightbox input.save {
  height: 31px;
  border: none;
  margin: 5px 0px 0px 0px;
	background-image: url('../images/buttons2.gif');
	background-position: -90px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox form .rightbox input.save:hover {
	background-position: -90px -96px;
}

/* profil detail */

DIV.container .containerTopBox .profildetailbox .header {
  width: 626px;
  background-color: #d7d9e5;
  margin: 10px 0px 10px 10px;
  padding: 4px 0px 4px 0px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .header h3 {
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 3px 10px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .header span.leftspan {
  color: #666666;
  font-size: 11px;
  text-align: left;
  padding: 0px 0px 0px 11px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .header span.rightspan {
  color: #666666;
  font-size: 11px;
  text-align: left;
  padding: 0px 11px 0px 0px;
  float: right;
}

DIV.container .containerTopBox .profildetailbox h3 {
  margin: 15px 0px 0px 5px;
  padding: 0px;
  font-size: 11px;
  color: #999999;
  font-weight: normal;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .left {
  width: 300px;
  text-align: left;
  margin-left: 7px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .left img.profilepic {
  width: 290px;
  border: 5px solid #e5e5e5;
  margin: 0px 0px 0px 3px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow {
  width: 300px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul {
  margin: 10px 0px 5px 4px;
  padding: 0px;
  list-style-type: none;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li {
  margin: 0px;
  padding: 0px;
  width: 140px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li h4 {
  margin: 0px;
  padding: 0px;
  color: #0166ac;
  font-size: 12px;
  font-weight: bold;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li a.typevideo {
  margin-bottom: 2px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li a.typearticle {
  display: block;
  margin-bottom: 2px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li a.typegallery {
  margin-bottom: 2px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li p {
  width: 130px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-size: 11px;
  display: block;
  text-align: left;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li p.rating {
  width: 130px;
  margin: 0px;
  padding: 0px;
  color: #999999;
  font-size: 11px;
  display: block;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .listrow ul li .votebox {
  margin: 0px;
  padding: 0px;
}

DIV.container .containerTopBox .profildetailbox .right {
  width: 300px;
  margin: 0px 0px 0px 20px;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .right .listrow {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .right .listrow ul {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .right .listrow h3 {
  margin: 0px 0px 5px 0px;
  width: 100%;
  padding: 0px;
  font-size: 11px;
  color: #999999;
  font-weight: normal;
  text-align: left;
  display: block;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .right .listrow h6 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
  display: block;
  float: left;
}

DIV.container .containerTopBox .profildetailbox .right .listrow p {
  width: 290px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #000000;
  font-size: 11px;
  display: block;
  text-align: left;
  float: left;
}

/* add post */

DIV.profilbox .postbox .row label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.profilbox .postbox .row label.bt {
  width: auto;
  color: #999999;
  font-size: 11px;
  float: right;
  margin: 12px 10px 0px 0px;
  padding: 0px;
  display: inline;
}

DIV.profilbox .postbox .row span {
  color: #999999;
  font-size: 11px;
  line-height: 19px;
  float: left;
  margin: 0px;
  padding: 0px 4px;
  float: left;
}

DIV.profilbox .postbox .row strong {
  color: #3385ad;
  font-size: 11px;
  line-height: 19px;
  float: left;
  margin: 0px;
  padding: 0px 4px;
  float: left;
}

DIV.profilbox .postbox .row input {
  height: 17px;
  padding: 3px 0px 0px 6px;
	border: none;
	font-size: 11px;
	margin-bottom: 4px;
	outline: none;
	color: #000000;
	background-image: url('../images/inputs.gif');
	background-position: -200px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 301px;
  float: left;
}

DIV.profilbox .postbox .row input:focus {
	background-position: -200px -20px;
}

DIV.profilbox .postbox .row {
  width: 100%;
  float: left;
}

DIV.profilbox .postbox .row input.preview {
  height: 31px;
  border: none;
  margin: 5px 0px 0px 0px;
	background-image: url('../images/buttons2.gif');
	background-position: -180px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox .postbox .row input.preview:hover {
	background-position: -180px -96px;
}

DIV.profilbox .postbox .row input.publish {
  height: 31px;
  border: none;
  margin: 5px 0px 0px 0px;
	background-image: url('../images/buttons2.gif');
	background-position: -270px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.profilbox .postbox .row input.publish:hover {
	background-position: -270px -96px;
}

/* search results */

DIV.searchresultsbox {
  width: 626px;
  margin: 10px 0px 10px 0px;
  padding: 4px 0px 4px 0px;
  float: left;
}

DIV.searchresultsbox h2 {
  width: 90%;
  font-size: 12px;
  color: #000000;
  margin-left: 10px !important;
  float: left;
}

DIV.searchresultsbox p.text {
  width: 90%;
  font-size: 11px;
  color: #000000;
  text-align: left;
  margin: 0px;
  float: left;
}

DIV.searchresultsbox form {
  border: none;
  float: left;
}

DIV.searchresultsbox .row {
  width: 98%;
  margin: 0px 0px 0px 10px;
  padding: 4px 0px 4px 0px;
  float: left;
}

DIV.searchresultsbox form p {
  width: 98%;
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 4px 0px;
  text-align: left;
  float: left;
}

DIV.searchresultsbox .row .leftsearch {
  width: 320px;
  float: left;
}

DIV.searchresultsbox .row .midsearch {
  width: 170px;
  float: left;
}

DIV.searchresultsbox .row .searchButton {
  width: 80px;
  float: left;
}

DIV.searchresultsbox .row label {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.searchresultsbox .row input {
  height: 17px;
  padding: 3px 0px 0px 6px;
  line-height: 13px;
	border: none;
	font-size: 11px;
	margin-bottom: 4px;
	outline: none;
	color: #000000;
	background-image: url('../images/inputs.gif');
	background-position: -200px -0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 301px;
  float: left;
}

DIV.searchresultsbox .row input:focus {
	background-position: -200px -20px;
}

DIV.searchresultsbox input.search {
  height: 31px;
  border: none;
  margin: 19px 0px 0px 0px;
	background-image: url('../images/buttons2.gif');
	background-position: -358px -65px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: right;
}

DIV.searchresultsbox input.search:hover {
	background-position: -358px -96px;
}

DIV.searchresultsbox h5 {
  width: 90%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
}

DIV.searchresultsbox ul {
  width: 627px;
  height: 22px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style-type: none;
  background: url('../images/searchfilterbg.gif') top left no-repeat;
  float: left;
}

DIV.searchresultsbox ul li {
  height: 22px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  float: left;
}

DIV.searchresultsbox ul li img {
  padding: 3px 0px 0px 0px;
  float: left;
}

DIV.searchresultsbox ul li a {
  color: #3385ad;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

DIV.searchresultsbox ul li a:hover {
  text-decoration: underline;
}

/* paging orchestra */

DIV.pagebar {
  width: 627px;
  height: 20px;
  margin: 10px 0px 0px 10px;
  padding: 0px;
  text-align: center;
  font-size: 11px;
  color: #000000;
  float: left;
}

DIV.pagebar .pagebarcentercontent {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  float: left;
}

DIV.pagebar a.leftarrow {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pageleftactive.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
}

DIV.pagebar a.leftarrow:hover {
  width: 5px;
  background-image: url('../images/paging/pagelefton.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
}

DIV.pagebar a.leftarrowdisabled {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pageleftdisabled.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  cursor: default;
  float: left;
}

DIV.pagebar a.rightarrow {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pagerightactive.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: right;
}

DIV.pagebar a.rightarrow:hover {
  width: 5px;
  background-image: url('../images/paging/pagerighton.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: right;
}

DIV.pagebar a.rightarrowdisabled {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pagerightdisabled.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  cursor: default;
  float: right;
}

DIV.pagebar a {
  color: #1167b0;
  font-size: 11px;
  padding: 0px 2px 0px 2px;
  font-weight: bold;
  text-decoration: none;
}

DIV.pagebar a:hover {
  text-decoration: underline;
}

DIV.pagebar a.active {
  color: #1167b0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

DIV.pagebar a span {
  display: none;
}

/* addgallery */

DIV.line {
  width: 616px;
  border-top: 1px solid #d4cecc;
  margin: 10px 0px 0px 0px;
  float: left;
}

DIV.profilbox .postbox h4 {
  width: 100%;
  color: #999999;
  font-size: 11px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-weight: normal;
  display: block;
}

DIV.profilbox .postbox h4.sps {
  width: 100%;
  color: #000;
  font-weight:bold;
  font-size: 12px;
}

DIV.profilbox .postbox ul {
  width: 616px;
  border-top: 1px solid #d4cecc;
  border-bottom: 1px solid #d4cecc;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 0px;
  list-style-type: none;
  float: left;
}

DIV.profilbox .postbox ul li {
  width: 119px;
  text-align: center;
  margin: 0px 4px 5px 0px;
  padding: 0px;
  float: left;
}

DIV.profilbox .postbox ul li.cli {
  width: 100%;
  text-align: center;
  margin: 20px 4px 20px 0px;
  padding: 10px 0px;
  float: left;
  background:#ccc;
}

DIV.profilbox .postbox ul li img {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  margin-top:18px;
  width:116px;
  height:87px;
}

DIV.profilbox .postbox ul li a {
  font-size: 11px;
  font-weight: bold;
  color: #3385ad;
  text-decoration: none;
}

DIV.profilbox .postbox ul li a:hover {
  text-decoration: underline;
}


DIV.profilbox .postbox div.fileinputs {
  width: 404px;
	position: relative;
	clear:both;
	float:left;
	height:36px;
}

DIV.profilbox .postbox div.fakefile {
	position: absolute;
	top: 29px;
	left: 0px;
	top:6px;
	width: 404px;
	z-index: 1;
	_display:none;
}
DIV.profilbox .postbox input.file {
	width: 226px;
	height: 26px;
	_background-image:url('../images/fileinput.gif');
	_width:404px;
	position: absolute;
	right:0px;
	top:6px;
	text-align: left;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


DIV.profilbox form DIV.doublecolumnSMALL {
	position: relative;
	padding-top: 0px;
	clear: both;
	text-align: left;
	width: 303px;
	height: 80px;
  margin: 0px 3px 0px 0px;
  display: block;
	float: left;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext {
	width: 303px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext_top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 303px;
	font-size: 0px;
  height: 2px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -580px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.focused div.inputtext_top {
	background-position: -303px -580px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext_ml {
	float: left;
	width: 2px;
  height: 74px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -582px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.focused div.inputtext_ml {
	background-position: -303px -582px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext_mm textarea {
	resize: none;
	float: left;
	background-color: #ffffff;
	border: none;
	width: 295px;
	font-family: Arial;
	font-size: 11px;
	outline: none;
	height: 70px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.invalid  div.inputtext_mm textarea {
	background-color: #ffffff;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext_mr {
  float: left;
	width: 2px;
  height: 74px;
	background-image:url('../images/inputs.gif');
	background-position: -300px -582px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.focused div.inputtext_mr {
	background-position: -603px -582px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.inputtext_bottom {
  float: left;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 302px;
	font-size: 0px;
  height: 3px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -856px;
}

DIV.profilbox form DIV.doublecolumnSMALL DIV.focused div.inputtext_bottom {
	background-position: -303px -856px;
}

DIV.profilbox .postbox span.long {
  width: 40%;
  display: block;
}

DIV.profilbox .postbox input.upload {
  height: 31px;
  border: none;
  margin: 0px 0px 0px 4px;
	background-image: url('../images/buttons2.gif');
	background-position: -0px -128px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: left;
}

DIV.profilbox .postbox input.uploadd {
  height: 31px;
  border: none;
  margin: 6px 0px 0px 2px;
	background-image: url('../images/buttons2.gif');
	background-position: -0px -128px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	width: 89px;
  float: left;
}

DIV.profilbox .postbox input.upload:hover {
	background-position: -0px -159px;
}

DIV.profilbox .postbox input.uploadd:hover {
	background-position: -0px -159px;
}

DIV.profilbox .postbox input.upload:focus {
	background-position: -0px -159px;
}

DIV.profilbox .postbox input.uploadd:focus {
	background-position: -0px -159px;
}

div.profilbox form #textareadiv1 div.doublecolumn div.inputtext_top {
	width: 626px;
	background-image:url('../images/inputs.gif');
	background-position: -0px -150px;
}