@charset "utf-8";
/* CSS Document */

body {
	margin-left:20px;
}

.Intro {
	border:2px solid #274D9A;
	margin: 20px 100px 20px 100px;
	padding:10px;
	background-color:#FFFFFF;
	line-height:17px;
	text-align:center;
}

fieldset {
	margin:30px 0 0 0;
	padding:3px;
	border:3px solid #274D9A;
	width:750px;
}

legend {
	font-weight:bold;
	background:#CCCCCC;
	margin:0 0 10px 0;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#274D9A;
}

fieldset p {
	margin: 0 5px 10px 5px;
	padding: 5px 0 5px 5px;
	text-align:left;
/*	line-height:20px;  Not working with IE */
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:#000000; 
	background-color:#7C9ADE;
}

fieldset a {
	color:#000000;
	font-weight:bold;
}

fieldset h1 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin: 0 5px 0 5px;
	padding: 2px 0 2px 2px;
	width:95%;
	background:#CCCCCC;
	border-style:solid solid none solid;
	border-width:1px;
	border-color:#000000; 
}

label {
	font-weight:bold;
}


input, select, textarea {
	margin:0px 10px 0px 5px;
	border-style:inset;
	border-width:1px;
/*	background-color: #FF0000; */
}

#isMSN, #isYahoo, #isGtalk, #isSkype, #othermsg, #isStudent, #isSingle, #isFamily, #isBiz, #isComm, #isCulture, #isTourism, #isMember {
	border-style:none;
}

#B1, #B2 {
	font-weight:bold;
	border:thin outset;
}

br {
margin-top:5px;
}



