/* Main right panel */

#left_main_panel {
	float:left;
	width:782px;
	padding:0;
}

/* Main right panel ends*/

/* Left Content Panel */

#left_panel {
	width:530px;
    background-color:#d9ebb2;
    padding:4px;
    margin:10px auto;
}

#white_panel {
    background-color:#ffffff;
    padding:6px;
}

/* Left Content Ends */

/* CSS for Search Forms */

#left_panel fieldset {
	border: 1px dotted #e0ecc6;
	margin: 0px 0 0 0;
	padding: 0 5px 5px 5px;
}
#left_panel fieldset legend {
	font-size: 12px;
	color: #ffffff;
	padding:2px 6px;
	margin:5px 5px;
	background-color:#e66800;
	font-weight:bold;
	text-transform:uppercase;
}

#left_panel .common-form {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 5px 0;
    padding: 0;
    line-height: normal;
}

#left_panel .common-form form {
    margin:0;
    padding: 0;
}

#left_panel .common-form .title1{
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin:0;
	text-align:right;
    color:#000;
    padding:5px 5px 3px 0;
}

#left_panel .common-form .mandatory-star{
    font-size: 10px !important;
    color: Red;
    font-weight: normal;
}

#left_panel .common-form .optional{
    font-size: 10px;
    color: #11A301;
}

#left_panel .common-form select, input{
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #b2b2b2;
    color:#666666;
}

#left_panel .common-form select, input{
    background-color:#ffffff;
}

#left_panel .common-form input{
    padding:1px 0 1px 4px;
}

#left_panel .common-form select{
    padding:1px 0 1px 2px;
    line-height:18px;
}

#left_panel .common-form textarea{
    width: 98%;
    background-color: #ffffff;
    padding: 4px;
}

#left_panel .common-form .tinytextarea{
    padding: 0px !important;
}

#left_panel .common-form .checkbox, .radio{
    background-color: #FFFFFF;
    border: none;
    margin-right: 5px;
}



/* ACTION BUTTON 
-----------------------------------------------------------------------------*/

.button-green {
    width: 104px;
    height:21px;
    padding-bottom:3px;
    padding-top:1px;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    font-weight: bold;
    border: none;
}
.button-green {
    background-image: url(images/green_button.gif);
}


/* If Divs  Styles*/

#left_panel .common-form .title2{
	float:right;
}

#left_panel .common-form .title2 a{
	text-decoration:underline;
	color:#e66800;
}

#left_panel .common-form .title2 a:Hover{
	text-decoration:underline;
	color:#333333;
}

#left_panel p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 5px 0 5px 12px;
	font-weight:normal;
    padding: 0;
	color:#666666;
    line-height: normal;
}

#left_panel .common-form .form-div{
	padding: 0;
	margin: 3px 0;
	display:block;
	width:100%;
	clear:both;
}
#left_panel .common-form .form-div div{
	padding: 5px 0 5px 13px;
	float:left;
}

#left_panel .common-form td.noborder1{
	border-bottom:0px solid #000000;
}

/* Error Message */

.errormsg1 {									
	font-size:10px;
	color:#ff0000;
	font-weight:bold;
	padding:0 0 3px 150px;
	margin:0;
}

