/*body{
	background:url("glossymetal.jpg") repeat scroll left top transparent;
	
}*/

#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:400px;
	margin-right:50%;
	/*margin-top:50px;*/
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color: #ffffff;
    color: #888888;
    height: 150px;
    left: 100%;
    /*padding: 0px;*/
    position: fixed;
    right: 30%;
    top: 35%;
    width: 400px;
    z-index: 101;
	border:5px solid #888888;
	border-radius:14px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 10px;
    position: relative;
    top: -25px;
    width: 26px;
}
#content {
	border-radius:10px;
}
.post
{
	background-image: linear-gradient(bottom, rgb(22,155,173) 28%, rgb(95,201,201) 82%);
background-image: -o-linear-gradient(bottom, rgb(22,155,173) 28%, rgb(95,201,201) 82%);
background-image: -moz-linear-gradient(bottom, rgb(22,155,173) 28%, rgb(95,201,201) 82%);
background-image: -webkit-linear-gradient(bottom, rgb(22,155,173) 28%, rgb(95,201,201) 82%);
background-image: -ms-linear-gradient(bottom, rgb(22,155,173) 28%, rgb(95,201,201) 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.28, rgb(22,155,173)),
	color-stop(0.82, rgb(95,201,201))
);
border-top-left-radius:9px;
border-top-right-radius:9px;
color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;

}
.settable input[type="text"]
{
	width: 230px;
	border:#CCC solid 1px;
	border-radius:2px;
	padding:4px;
}

.settable
{
	color:#333;
	font-size:15px;
	font-weight:bold;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
}
.settable td
{
	padding:4px;
}
#status
{
	background-image: linear-gradient(bottom, rgb(232,232,232) 26%, rgb(240,240,240) 82%);
background-image: -o-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(240,240,240) 82%);
background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(240,240,240) 82%);
background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(240,240,240) 82%);
background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(240,240,240) 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.26, rgb(232,232,232)),
	color-stop(0.82, rgb(240,240,240))
);
height:118px;
border-bottom-left-radius:9px;
border-bottom-right-radius:9px;

}