@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size:14px;
	line-height:18px;
	//background: url(../images/main_bg.jpg) repeat 0 0 #a2d8fa;
    background-color: #a2d8fa;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0;
  margin:0;
}
a {
	outline:none;
	color:#17883a;
	text-decoration:none;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
a:hover {
	text-decoration:none;
}
/*img {
	border: none;
	padding:0;
	margin:0;
	display:block;
}*/
ul, li, h1, h2, h3, h4, h5, h6,h8,h12,h14 p, form {
	margin: 0;
	padding: 0;
}
p{
	padding-bottom:8px;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
::selection {
 background: #f3b133; /* Safari */
 color:#333;
}
::-moz-selection {
 background: #f3b133; /* Firefox */
 color:#333;
}
h1{
    color: #004a94;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom:5px;
}
h2 {
	color:#f7f5e9;
    font-family: Georgia,Verdana;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
	padding-bottom:20px;
}
h3{
    color: #004a94;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	padding-bottom:5px;
}
h4 {
    color: #606060;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: auto;
	padding-bottom:10px;
}
h5 {
    color: #606060;
    font-size:17px;
    font-weight: bold;
	padding-bottom:10px;
}
h8 {
    color: #606060;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: auto;
    padding-bottom: 15px;
    padding-left: 370px;
    
}

h10 {
	font-size:10px;
	text-align:center;
	color: #0066cc;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0px;
}
h12{
    color: #004a94;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
	padding-bottom:5px;
}
h14 {
	font-size:17px;
	text-align:center;
	background:#0066cc;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0px;
}

/*Index Page Start*/
.main-wrapper{
	width:1200px;
	margin:0 auto;
	border:1px solid #d8d8d8;
	padding:15px;
    border-radius: 5px;
	color:#292929;
	//background: url(../images/paper.jpg) repeat 0 0 #f7f7f7;
    background-color: #f7f7f7;
}
.topmain {
	width:960px;
	margin:0 auto;
	padding:15px 0;
}
.logo {
	float:left;
	height:100%;
	overflow:hidden;
}
.logo img{
	float:left;
	margin-right:10px;
}
.logo p{
	font-size:28px;
	float:left;
	line-height:20px;
	font-weight:bold;
	color:#39404a;
	margin-top:16px;
}
.logo p span {
	font-size:14px;
	float:left;
	line-height:16px;
	font-weight:bold;
	color:#39404a;
	margin-top:16px;
}

.top-contact {
	width:200px;
	float:right;
	height:100%;
	overflow:hidden;
}
.top-contact ul {
	padding:0;
}
.top-contact ul li {
	color:#484848;
}
.top-contact ul li:first-child{
	font-size:20px;
	line-height:22px;
	color:#000;
}
.top-contact ul li {
	padding:0 0 5px 0;
}
.top-contact ul li span {
	color:#8d0603;
}
.banner{
	margin:0 auto 1px auto;
	width:930px;
	height:213px;
}
.banner img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.banner-shadow{
	width:930px;
	height:16px;
	background: url(../images/home/banner-shadow.png) no-repeat 50% 0;
}
.admission-process{
	padding:20px 0 0 0;
	text-align:center;
}
.admission-process h2{
	color: rgb(192, 0, 0);
    font-family: Georgia,Verdana;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
	padding-bottom:15px;
}
.body-content{
	height:100%;
	overflow:hidden;
	padding-top:15px;
}
.left-panel{
	width:670px;
	float:left;
}
.left-panel p{
	margin-bottom:20px;
}
.right-panel{
	width:240px;
	float:right;
}
.tab-panel{
	height:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.tab-panel p{
	margin-bottom:0;
}
ul.inner-tabs{
	list-style: none;
	list-style-position: outside;
}
ul.inner-tabs li{
	font-weight: 700;
	display: block;
	position: relative;
	color: #f7f5e9;
	cursor: pointer;
	font-family: Georgia,Verdana;
	float: left;
	margin-right: 5px;
	margin-bottom:-1px;
}
ul.inner-tabs li a{
	color: #f7f5e9;
	padding: 5px 10px 5px 10px;
	background: rgb(155, 187, 89);
	border: 1px solid #d0ccc9;
	border-width:1px 1px 0 1px;
	display:block;
}
ul.inner-tabs li a:hover, ul.inner-tabs li.active a{
	background: #fff;
	border-bottom: 0;
	color: rgb(192, 0, 0);
}
.tab {
  	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 15px;
	padding-bottom: 20px;
}
.tab table{
	border:1px solid #d5d5d5;
	border-width:1px 1px 0 1px;
}
.tab table td{
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
.enquiry-not{
	padding:5px;
	display:block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #c00000;
	margin-bottom:15px;
	text-align:center;
}
.menu-item{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #d0ccc9;
}
.menu-item ul{
	padding:0;
	list-style-type:none;
}
.menu-item ul li{
	margin-bottom:5px;
	display:block;
}
.menu-item ul li a{	
	background: url(../images/home/bullet.png) no-repeat 5px 50% #2a9ad4;
	padding:5px 5px 5px 15px;
	display:block;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #2086bb;
}
.menu-item ul li a:hover{
	background: url(../images/home/bullet.png) no-repeat 5px 50% #c05e00;
	color:#fff;
	border:1px solid #a04f01;
}
.admission-not{
	padding:0;
}
.admission-not ul{
	padding:0;
	list-style-type:none;
}
.admission-not ul li{
	border-bottom:1px solid #d0ccc9;
	padding:5px 0;
	font-size:13px;
}
.admission-not ul li a{
	display:block;
}
.admission-not ul li span{
	display:inline-block;
	background-color:#c05e00;
	color:#fff;
	padding:3px;
	margin-bottom:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.admission-not ul li:last-child{
	border:0;
}
.query{
	border:1px solid #d5d5d5;
	margin:15px 0;
	padding:20px;
	background:url(../images/pattern05.jpg) repeat 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.query div{
	height:100%;
	overflow:hidden;
	margin-bottom:9px;
}
.query label{
	width:20%;
}
.query input[type=text]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:22px;
	width:95%;
}
.query textarea{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:95%;
	height:120px;
}
.query input[type=submit]{
	background:#006600;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding:5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.query input[type=submit]:hover{
	background-color:red;
}
.footer{
	text-align:center;
	color:fff;
	padding:10px 0;
	font-size:12px;
}
/*Admission Page Start*/
.continer{
	/*width:960px;
	margin:0 auto 25px auto;
	background:#f7f7f7;
	border:1px solid #d8d8d8;
	padding:20px;*/
    border-radius: 5px;
	color:#292929;
}
.header{
	margin: 0 auto;
	text-align:center;
	padding:20px 0;
	background:url(../images/header_bg.jpg) repeat-y 50% 0 #817463;
}
.header p {
    color: rgb(192, 0, 0);
    font-size: 17px;
    font-weight: normal;
}
.man{
	color:red!important;
	font-size:13px!important;
}
.view{
	color:#f7f5e9!important;
	font-size:13px!important;
}
.hightlight{
	background:#ffcc9a;
	padding:20px 0;
	text-align:center;
	border-radius: 5px;
	margin-bottom:15px;
}
.hightlight span{
	font-size:small;
	padding-left:10px;
	color:#000;
	text-transform:uppercase;
}
.hightlight2 h2{
	padding-bottom:0;
}
.hightlight2{
	background: rgb(155, 187, 89);
	padding:20px 0;
	text-align:center;
	border-radius: 5px;
	margin-bottom:15px;
}
.continer th{
	padding:10px 0;
}
.continer input[type=text],
.continer input[type=password],
.continer input[type=email]{
	background-color:#ededed; 
	border:1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#474747;
	width:95%;
	height:25px;
}
.continer input[type=text]:focus,
.continer input[type=password]:focus,
.continer input[type=email]:focus{
	background-color:#ffffd1;  
	border:1px solid #a52a2a;
}
.continer textarea{
	background-color:#ededed;  
	font-size: 16px; 
	border:1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#474747;
	width:95%;
	height:125px;
}
.continer textarea:focus{
	background-color:#ffffd1;  
	border:1px solid #a52a2a;
}
.continer select{
	background-color:#ededed; 
	border:1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#474747;
	width:95%;
	height:25px;
}
.continer select:focus{
	background-color:#ffffd1;  
	border:1px solid #a52a2a;
}
.continer input[type=submit]{
	background: rgb(155, 187, 89);
	padding:10px 20px;
	text-align:center;
	border-radius: 5px;
	margin-top:15px;
	margin-bottom:15px;
	cursor:pointer;
	color:#fff;
	border:0;
	text-transform:uppercase;
}
.borbtm{
	border-bottom:1px solid #d0ccc9;
	margin:15px 0;
}
.heading {
    color: rgb(192, 0, 0);
    font-family: Georgia,Verdana;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
	padding-bottom:15px;
}
.madetory {
	display:inline;
    height: 6px;
    width: 6px;
	vertical-align:middle;
}
.num{
	font-size:small;
}
.calculation {
	width:940px;
	font-size:16px;	
}
.calculation ul{
	padding:10px 0;
}
.calculation ul li{
	padding:3px 0 ;
}
.calculation h4{
	color:#dc2416;
}
.aggregate{
	display:none;
}
.subject{
	border:1px solid #afafaf;
	padding:5px;
	background:#fff;
	margin:10px 0;
}
.subject th{
	background:#c0c0c0;
	font-size:14px;
}
.subject tr{
	border-right:1px solid #fff;
}
.subject tr:nth-child(odd){
	background:#e0e0e0;
}
.subject tr:nth-child(even){
	background:#ededed;
}
.subject td{
	border-right:1px solid #fff;
}
.subject input[type=text]{
	background:#ebebe3;
	width:70px;
	height:20px;
}
.subject select{
	background:#ebebe3;
	width:200px;
	height:20px;
}
.streen{
	width:98%!important;
}
.calender-input{
	background-color: #ededed;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #474747;
    font-size: 16px;
    height: 25px;
    width: 95%;
}
.calender-input input[type=text]{
	background-color:none!important;
    border:0!important;
    border-radius: 0!important;
    color: #474747!important;
    width: 90%!important;
	float:left;
}
.calender-input img{
	float:left;
	margin-top:5px;
}

.toolTip { /* This is the hook that the jQuery script will use */
	padding-right: 20px; /* This is need to make sure that the help icon is always visible */
	background: transparent url(../images/help.gif) no-repeat right;
	color: #3366FF;
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 175px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #FFF;
		font-weight: bold;
		font-size: 9pt; /* A font size is needed to maintain consistancy */
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 175px;
			height: 30px;
			background: transparent url(../images/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 8px 15px;
			background: #A1D40A url(../images/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(../images/bubbleBtm.gif) no-repeat;
		}
/*Admission Page End*/

/*Admin Panel screen Start*/
/* navigation Start */
.navpanel {
	width:100%;
	background:url(../images/nav.jpg) repeat-x 0 0 #2b5ea9;
	height:51px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.navigation ul {
	padding:9px 0 0 15px;
	list-style-type:none;
}
.navigation ul li {
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	float:left;
	padding:0 7px;
	position:relative;
	background:url(../images/navdiv.jpg) no-repeat 100% 50%;
}
.navigation ul li:first-child{
	padding:0 7px 0 0;
}
.navigation ul li:last-child{
	background-image:none;
}
.navigation ul li a {
	color:#fff;
	padding:0 12px;
	display:block;
}
.navigation ul li a:hover, .navigation ul li a.active {
	color:#245297;
	background-color:#eaf6e2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*---------------------DROPDOWN START----------------------*/
.navigation ul li ul {
	position:absolute;
	top:30px;
	background-color:#eaf6e2;
	left:8px;
	width:200px;
	z-index:70;
	display:none;
	padding:5px;
	text-align:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.navigation ul li ul li {
	font-weight:normal;
	padding:0;
	display:block;
	background-image:none;
	float:none;
}
.navigation ul li ul li a {
	color:#245297;
	display:block;
	padding:0 5px;
}
.navigation ul li ul li a:hover {
	background-color:#245297;
	color:#fff;
}
.tabular-data{
	margin-bottom:20px;
}
.tabular-data table{
	border:1px solid #d5d5d5;
	border-width:1px 1px 0 1px;
}
.tabular-data td{
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
.query-display{
	height:100%;
	overflow:hidden;
}
.query-each{
	border-bottom:1px solid #d0ccc9;
	padding:5px 0;
	font-size:13px;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
}
.query-each .content-quiry{
	float:left;
	width:520px;
}
.query-each .links-panel{
	float:right;
	width:130px;
	height:100%;
	overflow:hidden;
	margin-top:60px;
}
.query-each h5{
	color:#c00000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.query-each a{
	display:block;
}
.query-each span{
	display:inline-block;
	background-color:#1073e2;
	color:#fff;
	padding:3px;
	margin-bottom:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
}
.query-each a{
	display:block;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 15px;
	font-weight:bold;
	background:url(../images/bullet-r.png) no-repeat 0 50%;
}
.query-each p{
	margin:0;
}
.query-each a:hover{
	color:red;
}
.query-each .replied{
	float:right;
}
.query-each .delete{
	float:left;
}
/*Application Confirmation Start*/
.application-box{
	height:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.application-box input[type=text],
.application-box input[type=password]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:22px;
	margin-bottom:7px;
	width:95%;
}
.application-left{
	width:500px;
	float:left;
}
.application-left table{
	border:1px solid #d5d5d5;
	border-width:1px 1px 0 1px;
}
.application-left td{
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:5px 0 0 5px;
}
.application-right{
	float:left;
}
a.show{
	display:inline-block;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(../images/bullet-r.png) no-repeat 5px 50% #2e62ae;
	width:90px;
	height:25px;
	line-height:25px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:20px;
}
a.show:hover{
	background:url(../images/bullet-r.png) no-repeat 0 50% #ab0d32;
}
.entry{
	height:100%;
	overflow:hidden;
	margin-bottom:25px;
  
}
.entry-left{
	width:800px;
	float:left;
}
.entry table{
	border:1px solid #d5d5d5;
	border-width:1px 1px 0 1px;
    
}
.entry td{
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:5px 0 0 5px;
    
}
.entry input[type=text],
.entry input[type=password]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:22px;
	width:95%;
	margin-bottom:7px;
    
}
/*Login Start*/
.login{
	width:320px;
	margin:0 auto;
	font-size:16px;
	border:1px solid #cecece;
	padding:25px;
}
.login input[type=text],
.login input[type=password]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:28px;
	width:95%;
}
.login textarea{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:95%;
	height:120px;
}
.login input[type=submit]{
	background:#006600;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding:5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.login input[type=submit]:hover{
	background-color:red;
}
/*=======24-04-15========*/
.meritList li {
    border: 1px solid #c0c0c0;
    list-style: outside none none;
    padding: 10px;
    font-size:18px;
}
.meritList tbody td, .meritList thead th{
	border:1px solid #c0c0c0;
}
.button{
	float:right;
	color:#fff;
	background:#2a9ad4;
	padding:5px;
}
.news-events{
	//float:right;
	background:url(../images/text_editor.jpg) repeat 0 0;
        
}

.feedback{
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d5d5d5;
        background:rgba(240, 237, 228, .6);;
}
.feedback div.feedback-contac{
	height:100%;
	overflow:hidden;
	margin-bottom:9px;
}
.feedback div.left{
	width:45%;
	float:left;
}
.feedback div.right{
	width:45%;
	float:right;
}
.feedback label{
	width:20%;
        margin-right: 20px;
        
}

.feedback label1{
	width:20%;
        padding-left: 30px;
        font-weight: bold;
}
.feedback h14{
	text-align:left;
}
.feedback input[type=text]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:27px;
	width:100%;
}
.feedback input[type=text]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:27px;
	width:100%;
}
.feedback textarea{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:100%;
	height:150px;
	resize:none;
}
.feedback select{
    //background:#2a9ad4;
    border: 0 none;
    border-radius: 5px;
    height:25px;
    cursor: pointer;
    margin-bottom: 10px;
    padding:5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.feedback input[type=submit]:hover{
	background-color:#c05e00;
}
.feedback{
	margin-top:10px;
        margin-left: 77px;
        margin-right: 96px;
} 

.h_line { 
        
        width:100%; 
        height:1px; 
        background:  #7DB1EC; 
        margin-top: 10px;
        margin-bottom: 10px;
}
.buttonLinkHome {
    display: block;
    width: auto;
    height: auto;
    background: #4E9CAF;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    float: right;
}

.buttonLink {
    display: block;
    width: 200px;
    height: auto;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
.buttonLinkAdd {
    display: block;
    width: auto;
    height: auto;
    background: #4E9CAF;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    margin-top: 7px;
    color: white;
    font-weight: bold;
    float: left;
}

.right-panel-app{
	width:200px;
	float:right;
}
.ack_dvBody {
	-moz-border-radius:  10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #AAA;
	padding: 2px 10px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	top: 0;
	bottom: 184px;
	border-color: Black;
	background-color: White;
	width:auto;
	height:auto;
}
.ack_course {
	text-align: left; 
	font-family: Tahoma;
	font-size: 12px;
    line-height: 18px;
	color: Black;
    font-weight: bold;
}
.ack_info {
	text-align: left;
	font-family: Tahoma;
/*	font-size: 15px;*/
    line-height: 14px;
	background-color: White;
	color: Black;
	text-align: left;
	width: auto;
	height : 14px;
}
.ack_note {
	text-align: left;
	font-family: Tahoma; 
	font-size: 15px;
    line-height: 15px;
    color: Black; 
}
.banktableNew {
    
    height:100%;
    margin-bottom:25px;
    padding-left: 290px;
}

//-----------------Upload Multiple Image----------------------//

form{
    background-color:white;
}
#maindiv{
    width:960px; 
    margin:10px auto; 
    padding:10px;
    font-family: 'Droid Sans', sans-serif;
}
#formdiv{
    width:97.5%; 
    float:left; 
    text-align: center;
}
#formdiv form{
    padding: 40px 20px;
    box-shadow: 0px 0px 10px;
    border-radius: 2px;
}
h2{
    margin-left: 30px;
}
.upload{
    background-color:#ff0000;
    border:1px solid #ff0000;
    color:#fff;
    border-radius:5px;
    padding:10px;
    text-shadow:1px 1px 0px green;
    box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}
.upload:hover{
    cursor:pointer;
    background:#c20b0b;
    border:1px solid #c20b0b;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
}
#upload{
    margin-left: 45px;
}

#noerror{
    color:green;
    text-align: left;
}
#error{
    color:red;
    text-align: left;
}
#formdiv #img{ 
    width: 25px;
    border: none;
    height: 25px;
    margin-left: -20px;
    margin-bottom: 91px;
}


.abcd{
    text-align: center;
}

.abcd img{
    height: 110px;
    width: 100px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}
b{
    color:red;
}
#formget{
    float:right; 

}
 