﻿/* Forms */

/* Log in form */

.loginForm {
	background:transparent url(../img/loginFormBg.gif) no-repeat scroll center top;
	float:left;
	height:230px;
	padding:20px;
	width:301px;
}

/* Registration form */

.registrationForm {
	background:transparent url(../img/registrationFormBg.gif) no-repeat scroll left top;
	float:left;
	padding:20px;
	width:682px;
	height:530px;
}
.regoformcol1
{
	float:left;
	width:301px;
}
.regoformcol2
{
	float:left;
	width:301px;
	margin:0 0 0 30px;
	padding:0 0 10px;
}

/* Payment form */

.paymentForm {
	background:transparent url(../img/paymentFormBg.gif) no-repeat scroll center top;
	float:left;
	height:350px;
	padding:20px;
	width:301px;
}

/* Log in form */

.leftcol 
{
	float:left;
}

.passwordchangeForm {
	background:transparent url(../img/loginFormBg.gif) no-repeat scroll center top;
	height:230px;
	padding:20px;
	width:301px;
}

/* Send Email form */

.sendemailForm {
	background:transparent url(../img/registrationFormBg.gif) no-repeat scroll left top;
	float:left;
	padding:20px;
	width:682px;
	height:530px;
}

.sendemailForm .enqFormFieldOne {
	width: 630px;
	border: #ffd4d5 1px solid;
	padding: 2px;
	margin: 0 0 6px 0;
}

.sendemailForm .enqFormFieldTwo {
	width: 630px;
	height: 350px;
	border: #ffd4d5 1px solid;
	padding: 2px;
	margin: 0 0 5px 0;
	overflow: auto;
}
