﻿#signform{}
#signform .vsign{color:Red;}
#signform select{padding:10px;margin-bottom:10px;width:230px;border:solid 1px #cccccc;} 
#signform input[type=submit], #addpost input[type=submit]
{
    	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
    
    } 
    
#signform input[type=submit]:hover, #addpost input[type=submit]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}#signform input[type=submit]:active, #addpost input[type=submit]:active {
	position:relative;
	top:1px;
}
#signform .inputerror{border:solid 1px #ff0000;}
#signform .inputext{border:solid 1px #cccccc;}
#signform input[type=text],#signform input[type=password]{padding:10px;margin-bottom:10px;width:230px;}  


#changepassword{margin:50px 50px 10px 50px ;}

#addpost select{padding:10px;margin-bottom:10px;width:230px;border:solid 1px #cccccc;} 
#addpost .inputerror{border:solid 1px #ff0000;}
#addpost .inputext{border:solid 1px #cccccc;}
#addpost input[type=text],#addpost input[type=password]{padding:6px;margin-bottom:10px;width:400px;}  
#addpost textarea{padding:6px;margin-bottom:10px;width:400px;height:150px;}   


.error_message{color:Red;}

.ibox
{

overflow: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 10px 4px 10px;
-webkit-transition: 0.5s background, 0.5s border-color;
-moz-transition: 0.5s background, 0.5s border-color;
-ms-transition: 0.5s background, 0.5s border-color;
-o-transition: 0.5s background, 0.5s border-color;
transition: 0.5s background, 0.5s border-color;
display: inline-block;
color: #525355;
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #a3acb8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
    
    }
    
    .isubmit
    {
        background-color: #444444;
color: #ffffff;
font-family: arial;
font-size: 11px;
padding: 4px 24px;
text-decoration: none;
border: none;
margin-left: -1px;
margin-top: 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
        
        }