/*
Template:	GT-FREE
File:		custom.css - Use this file to add any custom styles you need

If you add styles to this template, be sure to include it in your template files.
*/

.text-long {
	border: 1px solid #ddd;
	background: #fff url(../AdminImages/input-shaddow.gif) no-repeat left top;
	font-family: Tahoma, Verdana, Trebuchet MS;
	font-size:12px;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
	margin: 0 10px 0 0;
}

.text-long:focus 
{
	background: #fdfcf6 url(../AdminImages/input-shaddow-hover.gif) no-repeat left top; 
}

.button-submit
{
    background-position: left top;
    font-family: Tahoma, Verdana, Trebuchet MS;
    font-size: 12px;
    color: #000000;
    width: 94px;
    font-weight: bold;
    height: 29px;
    cursor: pointer;
    border: none;
    background: url(../AdminImages/button-submit.gif) repeat left top;
}


