textarea{
				width: 672px;
				height: 132px;
				margin-bottom: 20px;
				border: 1px solid #c1c1c1;
				border-radius: 8px;
				padding: 20px;
				resize: none;
			}
			input[type=button]{
				width: 310px;
				height: 60px;
				border-radius: 8px;
				font-size: 18px;
				color: white;
				background: #e4393c;
			}
			input[type=radio] + label:before{
				content: ""; 
				display: inline-block;
				vertical-align: -3px;
				box-sizing: border-box;
				width: 16px;
				height: 16px;
				margin-left: 30px;
				margin-right: 6px;
				border-radius: 50%;
				border: 1px solid #e1e1e1;
			}
			input[type="radio"]:checked + label:before {
				border: none;
				background: url(/PUBLIC/pc/img/checked.png) no-repeat;
			}
			input[type="radio"] {
				position: absolute;
				clip: rect(0, 0, 0, 0);
			}
			textarea#Remarks{
				margin-bottom:20px;
				padding:20px;
			}
			select#SubjectID,select#CollegeID{
				border-color:transparent;
				width:80%;
			}