*{
	font-family:Arial,Helvetica,sans-serif;
	padding:0;
	margin:0;
	font-size:11px;
	line-height:14px;
	color:#1f1a17;
    border:0;
}


#signupform{
	border:none;
	width:130px;
    margin:0;
    background:#efebeb;
    border:solid 1px #747474;  
}
	
input {
color:#1f1a17;
font-size:0.95em;
margin:4px 0 2px 5px;
width:120px;
height:15px;
vertical-align: middle;
border:1px solid #CCCCCC;
}

lable{
height:15px;
width:120px;
}

.gsel{
width:120px;
margin-left:5px;
margin-bottom:5px;
}

form{
border:none;
}

input.button, button{
    display:inline;
    float:left;
    margin:6px 3px 6px 5px;
    padding:0 9px 0 9px;
    text-decoration:none;
    cursor:pointer;
    width:auto;
    overflow:hidden;  
    background-color:#000000;
    height:24px;
    font-weight:normal;
    width: auto;
	overflow: visible;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#000000');
	background: -moz-linear-gradient(top,  #CCCCCC,  #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#000000));
	color:#FFFFFF;
	-moz-border-radius: 5px 5px; 
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
}


input.button:hover, button:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#000000');
	background: -moz-linear-gradient(top,  #bababa,  #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#000000));

}




