﻿.TRGBtn {
	height:26px;
	line-height:26px;
	padding:0px 18px;
	display:inline-block;
	position:relative;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	background-color:#fb593f;
	
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#fb593f) to(#f24125));
    background:-webkit-linear-gradient(#fb593f, #f24125);
    background:-moz-linear-gradient(#fb593f, #f24125);
    background:-ms-linear-gradient(#fb593f, #f24125);
    background:linear-gradient(#fb593f, #f24125);
	background:-o-linear-gradient(#fb593f, #f24125);
    -pie-background:linear-gradient(#fb593f, #f24125);
	
	behavior:url(layout/plugins/PIE.htc);
	
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0px -1px rgba(0, 0, 0, 0.14);
}
.TRGBtn:hover {
	background-color:#ff654d;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ff654d) to(#ff4427));
    background:-webkit-linear-gradient(#ff654d, #ff4427);
    background:-moz-linear-gradient(#ff654d, #ff4427);
    background:-ms-linear-gradient(#ff654d, #ff4427);
    background:linear-gradient(#ff654d, #ff4427);
	background:-o-linear-gradient(#ff654d, #ff4427);
    -pie-background:linear-gradient(#ff654d, #ff4427);
	
	text-decoration:none;
}
input.TRGBtn {margin:0px; padding:0px 15px 4px; border:0px; cursor:pointer;}


.control
{
    cursor:pointer;
    }
    
    
    .TRGCancelBtn
    {margin:auto 5px; padding:0px 15px 4px; border:0px; cursor:pointer;font-weight:bold;
     font-family:'PT Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	height:26px;
	line-height:26px;
	text-transform:uppercase;}
