@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
html, body {height:100%;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
body {background:#d5e05b url(images/cd-bg.jpg) fixed top repeat-x; font-family: 'myriad_proregular', Arial, Helvetica, sans-serif ; font-size:14px; } 
#main-wrap {width:auto; background:url(images/cd-hand.png) fixed no-repeat bottom right;  }
.header {width:auto; background:#000; height:35px; padding:10px 0; color:#FFF; text-align:center;  
 font-family: 'myriad_proregular', Arial, Helvetica, sans-serif ; font-size:24px; }
.wraper {width:900px; margin:0 auto; } 
.wraper .form-bg {width:333px; background:url(images/form-bg.png) repeat-y; padding:20px; }
.wraper .right-cont {width:527px;}
.wraper .right-cont .title {padding:10px 0; text-align:right;}
.wraper .footer {padding:10px 0; text-align:center; border-top:1px solid #000; margin-top:20px;}  



.stream {width:910px; height:50px; background: #b0e502; /* Old browsers */
background: -moz-linear-gradient(top, #b0e502 0%, #9ddb02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0e502), color-stop(100%,#9ddb02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b0e502 0%,#9ddb02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b0e502 0%,#9ddb02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b0e502 0%,#9ddb02 100%); /* IE10+ */
background: linear-gradient(to bottom, #b0e502 0%,#9ddb02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e502', endColorstr='#9ddb02',GradientType=0 ); /* IE6-9 */ font-size:30px;  font-family: 'ubuntubold', Arial; text-align:center; padding:5px 0 0 0; }  

.stream span.differ { border:1px solid #90c900; border-collapse:collapse; margin: 0 8px; }

.form_left {width:313px; background: url(../images/form_bg.jpg); float:left; min-height:780px;     } 
.whyallen {width:603px; height:745px; background:url(../images/whyallen.png) no-repeat; float:left; position: absolute; right:0px; }

.form_left .allen_logo {width:200px; height:60px; margin: 20px auto 15px auto;}  
.form_left h1.head { font-size:18px; text-align:center; margin-bottom:10px;}

form.otherfrom input {
	background: #FFF url(http://www.allen.ac.in/js/form/img/input.png) repeat-x;
	outline:none;
	border:1px solid #b6b7bb;
	padding: 2px 0 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.allen.ac.in/js/centerselector/PIE.htc);
	position:relative;
}
form.otherfrom input:hover {
	background:url(http://www.allen.ac.in/js/form/img/input.png) 0 100% repeat-x;
	border:1px solid #666;
}
form.otherfrom select {
	background:url(http://www.allen.ac.in/js/form/img/textarea-r-off.png) repeat-y 100% 0;
	border:1px solid #b6b7bb;
	padding: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://www.allen.ac.in/js/centerselector/PIE.htc);
	font-size:12px;
	position:relative;
}
form.otherfrom select option {
	padding: 2px 10px 2px 2px
}
form.otherfrom input.button {
	width:150px;
	height:24px;
	padding:4px 8px 8px 8px;
	cursor:pointer;
	border:none;
	color:#FFF;
	font:12px/12px; /*font-weight:bold;*/ /*text-transform:uppercase; letter-spacing:1px;*/
	vertical-align:middle;
	background : #5f6166;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6166), color-stop(100%,#00060a));
	background : -moz-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -webkit-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -o-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -ms-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : linear-gradient(top, #5f6166 0%, #00060a 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6166', endColorstr='#00060a',GradientType=0 );
}
form.otherfrom input:hover.button {
	background: #1c4388; /* Old browsers */
	background: -moz-linear-gradient(top, #1c4388 0%, #142963 50%, #0c2b89 51%, #071e4e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c4388), color-stop(50%, #142963), color-stop(51%, #0c2b89), color-stop(100%, #071e4e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c4388 0%, #142963 50%, #0c2b89 51%, #071e4e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c4388 0%, #142963 50%, #0c2b89 51%, #071e4e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c4388 0%, #142963 50%, #0c2b89 51%, #071e4e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1c4388 0%, #142963 50%, #0c2b89 51%, #071e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4388', endColorstr='#071e4e', GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
form.otherfrom input.radio {
	border: none;
	background:none;
}


.centperpage {width:600px; background: #FFF ; padding:50px; margin: 70px auto;  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;       } 

.btn-style{
	border : solid 1px #000000;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 16px;
	color : #ffffff;
	padding : 1px 17px;
	background : #5f6166;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6166), color-stop(100%,#00060a));
	background : -moz-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -webkit-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -o-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -ms-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : linear-gradient(top, #5f6166 0%, #00060a 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6166', endColorstr='#00060a',GradientType=0 );

}