body {
	background: #efefef;
	margin: 0;
	padding: 0;
	color: #;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
    
}
.container {
	width: 1100px;
	background: #FFFFFF;
	margin: 0 auto;
	padding:0px 0px;	/* the auto value on the sides, coupled with the width, centers the layout */
	box-shadow:0 0 10px #333;

}
.content {
	padding: 10px 0px;
	width: 1100px;
	float: right;
	
}

a img { 
	border: none;
}

#header_userpan{
	width:1100px;background-color:white; font-family:arial;margin:0px 0px;
	font-weight:bold;color:#1280ce;text-shadow:1px 1px 2px #aaa;
}
#header_userpan a{text-decoration:none;color:#1280ce;padding:3px;}
#header_userpan a:hover{text-decoration:none;color:#fff;background-color:#1280ce;}
#ConferenceDetail{ width:800px;font-size:18px;font-family:arial;font-weight:bold;color:#777;}
#ConferenceDetail a{text-decoration:none;color:#777;}
#ConferenceDetail a:hover{text-decoration:underline;color:#1280ce;}
.FormTitle{
	color:#1280ce;text-shadow:none; font-family:arial black; font-size:25px;font-weight:bold;}
.heading1{
	font-family:arial black;color:#1280ce; font-size:25px;font-weight:bold;}
.heading2{
	font-family:arial black;color:#1280ce; font-size:20px;font-weight:bold;}
.Para1{			margin:0px 10px;
				font-size: 17px;
				color: #222;
				text-indent: 25px;
				text-align: justify;
				font-family:arial;
			}	
mark{background-color:#99ccff;}


.DivOuterRound{
				
				background-color: #3399ff; border: #3399ff thin solid;  border-radius:20px; text-align: left; box-shadow: 10px 10px 5px #888888;
				vertical-align: top; text-align: center;
}
.DivTitle{
			color:#000000;
			height:30px;
			text-align: center;
			font-size: 19px;
			font-family: "Times New Roman", Times, serif;
}
.FieldErr1{
				text-align: center;
				font-size: 15px;
				font-weight: bold;
				color: red;
			}	
			
			
			
