﻿/*
 =================Page Middle-Right Left Area=================
*/
    /*basic outlay design for this container is in style_generic.css file*/
    /*
     ================================== Left Section ==================================
    */
		.left input, .left select
		{
			border: solid 1px #cccccc;
		}		
		.left button
		{
			width: 60px;
			padding: 2px;
			margin: 3px 3px 3px 0px;
			background-image: url('../images/core/bg_btn.jpg');
			background-repeat:repeat-x;
			height:20px;
			color:#ffffff;
		}
		.left button:hover
		{
			background-image: url('../images/core/bg_btn_glow.jpg');
			background-repeat:repeat-x;
			color:#ffffff;
            text-decoration: none;
		}				
		.left .registrationform
		{
			border: solid 0px black;
			display : block;
			width: 285px;
			overflow: hidden;
			float: left;
			margin: 10px 5px 0px 0px;
		}
		.left .loginform
		{
			border: solid 0px black;
			display : block;
			float: left;
			width: 250px;
			margin: 10px 0px 0px 5px;
		}
		
		.loginform .forgotpasswordform
		{
			border: solid 0px black;
			width: 98%;
			float: left;
		}		
    .buttonstyle
    {		
		padding: 2px;
		margin: 3px 3px 3px 0px;
		background-image: url('../images/core/bg_btn.jpg');
		background-repeat:repeat-x;
		height:30px;
		color:#000000;
    }
		.buttonstyle:hover
		{
			background-image: url('../images/core/bg_btn_glow.jpg');
			background-repeat:repeat-x;
			color:#000000;
            text-decoration: none;
		}
			
			
    /*
     ================================== Left Section ==================================
    */
/*
 =================Page Middle-Right Area=================
*/

