.tw-form {
    border: 1px solid #FFFFFF;
    padding: 10px;
    width: 330px;
	background-color:#53514C;
	font-size:12px;
	color:#fff;
	clear:both;
	border-radius: 8px;
}
.tw-log
{
	width:100%;
	float:left;
	margin-bottom:35px;
}
.tw-reg
{
	width:100%;
	float:left;
}
.tw-form .holder input
{
	width:120px;
	height:28px;
	padding: 0px 3px;
	border-radius:5px;
	background-color:#fff;
	border:1px solid #CCC;
	text-shadow:1px 1px 1px #ccc;
	margin-right:10px;
	float:left;
}
.tw-form .sign-in .button 
{
    background-color: #867C68;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFCC;
    cursor: pointer;
    float: left;
    height: 30px;
    padding: 0px;
    width: 50px;
	background-image: -moz-linear-gradient(#aea187, #867c68);
}
.tw-form .sign-in .button:hover
{
	background-image: -moz-linear-gradient(#867c68,#aea187);
}
.tw-form .name
{
	padding-top:20px;
}
.tw-form .remember
{
	margin-right:50px;
}
.tw-form .remember span
{
	font-size:11px;
}
.tw-form a.forgot
{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
.tw-form a.forgot:hover
{
	text-decoration:underline;
}

.tw-form .tw-reg h3 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.tw-form .tw-reg input
{
	border-radius: 4px 4px 4px 4px;
    margin-bottom: 8px;
    opacity: 1 !important;
	height:28px;
	padding: 0px 3px;
    width: 320px;
	background-color: white;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) 
}
.tw-form .tw-reg input.submit
{
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    float: right;
    height: 35px;
    padding-left: 16px;
    padding-right: 16px;
	background-color:#FFAA22 !important;
	background-image: -moz-linear-gradient(#d38d1e, #FFAA22);
    border: 1px solid #FFAA22;
    color: #333333;
    cursor: pointer;
    display: block;
    font: bold 16px Helvetica Neue,Arial,Sans-serif;
    padding: 4px 8px 6px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFEE66;
	width:100px !important;
}
.tw-form .submit:hover
{
	background-image: -moz-linear-gradient(#FFAA22, #d38d1e);
}

.tw-form .clear {
	clear: both;
}

.tw-form .tw_extra {
	text-align: left;
	margin: 0px;
	clear:both;
}
.tw-form p {
	text-align: center;
	margin: 0px;
}
.tw-form p.error {
	color: #FFAA22;
	font-weight: bold;
}
.tw-form p.alert {
	color: #FFFFFF;
	font-weight: bold;
}