@CHARSET "UTF-8";

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding: .4em 4px .30em;
	padding-left:14px;
	padding-right:14px;
    -webkit-border-radius: .2em; 
    -moz-border-radius: .2em;
    border-radius: .2em;
    
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

/* white */
.white {
    color: #;
    border: solid 1px #;
		
	
}
.white:hover {
	color:#;
	
}
.white:active {
    color: #;
	
}

.roundbutton{
    width: 16px;
    height: 16px;
    font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    display:table-cell; 
    vertical-align: middle;
   
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-align: center;
    text-decoration: none;
    cursor:pointer;
	
	
}

.roundbuttonout{
    position:relative;  
    float: right;
    margin-right: 1px;
    margin-top: 1px;
}

#buttontrack{
	height:26px;
	width:176px;
	color:#;
	font-family:Arial,Verdana,Helvitica,sans-serif;
    font-size:20px;
	font-weight:bold;
	cursor:pointer;
	padding:4px;
	text-align: center;
	border: solid 1px #;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
	background: linear-gradient(to bottom, # 0%, # 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttontrack:hover{
	color:#;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttontrack:active{
	color: #;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttonlogin{
	height:16px;
	width:58px;
	color:#;
	font-family:Arial,Verdana,Helvitica,sans-serif;
    font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding:4px;
	text-align: center;
	margin-top:1px;
	border: solid 1px #;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
	background: linear-gradient(to bottom, # 0%, # 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttonlogin:hover{
	color:#;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttonlogin:active{
	color: #;
	background: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
    background: -moz-linear-gradient(top,  #,  #);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#');
}

#buttonsearch{
	color: #d1202e;
    border: solid 1px #ccc;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	height:20px;	
}

#buttonsearch:hover {
    background: #328bca;
	color:#fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#41acda), to(#2768bc));
    background: -moz-linear-gradient(top,  #41acda,  #2768bc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#41acda', endColorstr='#2768bc');
}
#buttonsearch:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2768bc), to(#41acda));
    background: -moz-linear-gradient(top,  #2768bc,  #41acda);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2768bc', endColorstr='#41acda');
}