@charset "utf-8";
/* CSS Document */
h1
{
	margin:0;
	padding:0;
	font-family:'robotolight';
	font-size:30px;
	color:#00a1f1;
}
.mfdownload-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:328px;
	height:28px;
}
.mfdownload-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:600px;
	height:975px;
	border:1px solid #c1c0c0;
	border-radius:3px;
}

/* Challan Forms */
.challan-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:328px;
	height:28px;
}
.challan-text1
{
	position:absolute;
	top:140px;
	left:300px;
	width:780px;
	height:200px;
}

/* Income Tax Forms */
.incomeform-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:328px;
	height:28px;
}
.incomeform-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:750px;
	height:500px;
	border:1px solid #c1c0c0;
	border-radius:3px;
}

/* KYC/PAN/TAN Forms */
.kycform-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:196px;
	height:28px;
}
.kycform-text1
{
	position:absolute;
	top:150px;
	left:300px;
	width:700px;
	height:170px;
	font-family:Open Sans;
	font-size:18px;
	color:#565656;
}
.kycform-text1 a
{
	text-decoration:none;
	color:#565656;
}
.kycform-text1 a:hover
{
	text-decoration:underline;
	color:#00a1f1;
}
.panform-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:196px;
	height:28px;
}
.tanform-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:196px;
	height:28px;
}

/* Miscellaneous Uploads */
.misc-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:394px;
	height:28px;
}
.misc-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:570px;
	height:170px;
	font-family:Open Sans;
	font-size:18px;
	color:#565656;
}
.misc-text1 a
{
	text-decoration:none;
	color:#565656;
}
.misc-text1 a:hover
{
	text-decoration:underline;
	color:#00a1f1;
}



