﻿/* Technical support login form */
.supportform 
{
	margin-top:10px;
	width:290px;
}
.supportform input
{
	border-right:2px solid black;
	border-bottom:2px solid black;
	border-left:1px solid #c0c1c2;
	border-top:1px solid #c0c1c2;
	margin-left:20px;
	margin-top:2px;
	margin-bottom:2px;
	width:170px;
	height:18px;
} 
.supportform input.remember 
{
	width:auto;
}
.supportform label 
{
	width: 85px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
	margin-top:2px;
	margin-bottom:2px;
}
.supportform .send 
{
	width:150px;
	height:34px;
	color: #8c171a;
	background:#fff url(/assets/img/buttons/btn-Login.jpg) no-repeat;
	cursor:pointer;
	border:0px;
	margin-left:0px;
}

.apply 
{
	width:125px;
	height:24px;
	color: #8c171a;
	background:#fff url(/assets/img/buttons/btnCVupload.png) no-repeat;
	cursor:pointer;
	border:0px;
	margin-left:0px;
}

/* */

.formerror 
{
	color:Red;
	display:block;
}
