@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */
.submitButton 
{
text-align:left;
padding-bottom:3px;
padding-top:0px;
font-size:11px;
font-weight:bold;
font-family: Verdana, Arial, Helvetica, sans-serif ,Lucida Sans Unicode;
background : #686868;
color:#dcdcdc;
width:82px;
height:17px;
border-top:2px solid #686868;
border-bottom:2px solid #686868;
border-right:1px solid #686868;
border-left:1px solid #686868;

}

.subrightPersonal{
	width:280px;
	height:456px;
	float:left;
	margin-left:20px;
	margin-top: 20px;
	display:inline;
}

div#contactformPersonal {
	width: 568px;
	padding: 8px;
	margin: 5px auto;
}
.spaceFormV{
padding:3px;
}
.smallHeading{
font-size: 12px;font-family: verdana, arial, sans-serif;color: #686868;font-weight: bold;margin-top: -10px;padding-top: 0px;
}
form{ font-size:90%}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

.txtColor{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 border-top: 1px solid #b7b7b7;
border-left: 1px solid #b7b7b7;
border-bottom: 1px solid #b7b7b7;
border-right: 1px solid #b7b7b7;

   }
   
 .india{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight:normal;
 color:#000;
 }
 
 .generalConotact{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight:normal;
 color:#737373;
 }
   
.DetailsHeading {
	padding-top:20px;
	padding-left:30px;
	padding-bottom:10px;
	font-size: 16px;
	font-family: verdana, arial, sans-serif;
	color: #2d2c2c;
	font-weight: normal;
}

.DetailsGeneralHeading {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
	font-size: 16px;
	font-family: verdana, arial, sans-serif;
	color: #2d2c2c;
	font-weight: normal;
}

label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #686868;
	
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #062E8D;
	text-decoration: none;
	border: 1px solid #E5E5E5;
	width: 320px;
}
input {
	font-family:Tahoma;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #C3C1C2;
	text-decoration: none;
	}
	
TEXTAREA {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	
}
	.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #07459C;
	text-decoration: none;
	
}
.rd_bt { width:20px;}


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.desc { font-size:90%;} 
