/*////////////////////////////////////////////////////////Login Form*/
div#loginformres
{
/*   margin:20px auto 0 auto;
   width: 890px;
   border:1px solid black;*/
   bottom:5px;
   right:5px;
   position:absolute;
	padding:0;
   border:0px solid black;
}
form#loginForm
{    color: #484743;}
input.loginFormInput
{	border:1px solid #888888;
	height:18px;
	padding:0 0 0 3px;
	margin:0;
	width:100px;
	font-size:9px;    
	vertical-align:middle;}
input.loginFormSubmit
{
 background: url('/img/arrows_top.jpg')  #ffffff 1px 3px no-repeat;
 border:1px solid #888888;
 border-left:0px solid #888888;
 width:21px;
 height:20px;
 vertical-align:middle;
 margin-left:-2px;	
	
}
input.loginFormSubmit:hover
{
 cursor:pointer;
}
input#loginFormExit
{
 background: transparent;
 border:0px solid #dadada;
 margin-left:2px;
 width:50px;
 height:16px;
}
span#loginhello
{   color:#dadada;}

div#loginFormAnswer
{
   color:red;
   font-size:12px;}
a#registration:link,
a#registration:active,
a#registration:visited
{
    color: #a1a1a1;
    font-size:13px;
    text-decoration: none;
	border:0px solid black;
    font-weight:bold;
}
a#registration:hover
{
    text-decoration: underline;

}
a#registrationHello:link,
a#registrationHello:active,
a#registrationHello:visited
{
    color: #a1a1a1;
    font-size:13px;
    text-decoration: none;
	border:0px solid black;
    font-weight:bold;
}
a#registrationHello:hover
{
    text-decoration: underline;

}
/*//////////////////////////////////////////////User info Form*/
div.userFormTitleBefore{}
div.userFormTitleAfter{}
td.userFormLeft{}
td.userFormRight{}
td.userFormTextArea{}
td.userFormSubmit{}
input.userFormSubmit{}
input.userFormInput{}
textarea.userFormTextArea{}
/*//////////////////////////////////////////////Registration Form*/
div.registrationFormTitleBefore{}
div.registrationFormTitleAfter{}
div#registrationResult{color:red;}
span.registrationRequired{color:red;}
td.registrationFormLeft{}
td.registrationFormRight{}
td.registrationFormTextArea{}
td.registrationFormSubmit{}
input.registrationFormSubmit{}
input.registrationFormInput{}
textarea.registrationFormTextArea{}
/*//////////////////////////////////////////////Order Form*/
div.orderFormTitleBefore{}
div.orderFormTitleAfter{}
div#orderResult{color:red;}
span.orderRequired{color:red;}
td.orderFormLeft{}
td.orderFormRight{}
td.orderFormTextArea{}
td.orderFormSubmit{}
input.orderFormSubmit{}
input.orderFormInput{}
textarea.orderFormTextArea{}
/*////////////////////////////////////////////Order confirm Form*/
div.confirmFormTitleBefore{}
div.confirmFormTitleAfter{}
div#confirmResult{color:red;}
span.confirmRequired{color:red;}
td.confirmFormLeft{}
td.confirmFormRight{}
td.confirmFormTextArea{}
td.confirmFormSubmit{}
input.confirmFormSubmit{}
input.confirmFormInput{}
textarea.confirmFormTextArea{}

/*////////////////////////////////////////////Pay system Form*/
div.paySystemTitleBefore{}
div.paySystemTitleAfter{}
table.paySystemTable{margin:auto;}
td.paySystemRadioTd{}
td.paySystemFormLeft{}
td.paySystemFormRight{}
td.paySystemFormSubmitTd{}
input.paySystemSubmitInput{}


/*//////////////////////////////////////////////feedback Form*/
div.feedbackFormTitleBefore{}
div.feedbackFormTitleAfter{}
div#feedbackResult{color:red;}
span.feedbackRequired{color:red;}
td.feedbackFormLeft{}
td.feedbackFormRight{}
td.feedbackFormTextArea{}
td.feedbackFormSubmit{}
input.feedbackFormSubmit{}
input.feedbackFormInput{}
textarea.feedbackFormTextArea{}


