input[type="checkbox"]{
border-radius: 10px;
background-color: #BFBDBD;
    border:solid 0px #BFBDBD;
    color: #000000;
    height: 15px;
    padding-left:10px;
    width: 20px;
    box-shadow: 1px 1px 0 #828181 inset;
}
input[type="password"]{
border-radius: 10px;
background-color: #BFBDBD;
background: #BFBDBD;
    border:solid 0px #BFBDBD;
    color: #000000;
    height: 20px;
    padding-left:5px;
    width: 110px;
    box-shadow: 0px 2px 2px #828181 inset;
}
input[type="text"]{
border-radius: 10px;
background-color: #BFBDBD;
    border:solid 0px #BFBDBD;
     color: #000000;
    height: 20px;
    padding-left:5px;
    width: 110px;
    box-shadow: 0px 2px 2px #828181 inset;
}
input[type="submit"]{
    color: #979797;
    height: 20px;
    width: 79px;
    text-transform:uppercase;
    background-color:transparent;
	border:0px;
	cursor:pointer;
}
#submitlogin{
    background-image:url(../images/loginbuttons.png);
    background-position:0px;
}
#submitlogout{
    background-image:url(../images/loginbuttons.png);
    background-position:-79px;
}
.submitpage[type="submit"]{
    color: #000000;
    height: 24px;
    width: 130px;
    color:#000000;
    text-transform:uppercase;
    background-color:transparent;
	border:0px;
}
input[type="button"]{
  color: #000000;
    text-transform:uppercase;
    background-color:transparent;
	border:0px;
}
textarea#messagebody{
border-radius: 10px;
background: #FFFFFF;
    border:solid 0px #BFBDBD;
    color: #000000;
    height: 100px;
    padding:5px;
    width: 379px;
    box-shadow: 0px 4px 2px #828181 inset;
    resize:none;
}
textarea#socialmessage{
border-radius: 10px;
background: #FFFFFF;
    border:solid 0px #BFBDBD;
    color: #000000;
    height: 28px;
    padding:5px;
    width: 560px;
    box-shadow: 0px 4px 2px #828181 inset;
    resize:none;
}
.socialreply{
border-radius: 10px;
background: #FFFFFF;
    border:solid 0px #BFBDBD;
    color: #000000;
    height: 28px;
    padding:5px;
    width: 440px;
    box-shadow: 0px 4px 2px #828181 inset;
    resize:none;
}
#registerbtn{
background-image:url(../images/register.png);
background-position:0px;
color: #979797;
height: 19px;
width: 67px;
text-transform: uppercase;
background-color: transparent;
border: 0px none;
cursor: pointer;
}
#approvebtn {
    background-image: url('../images/register.png');
    background-position: -69px center;
    color: #979797;
    height: 20px;
    width: 69px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0px none;
    cursor: pointer;
	display:block;
}