p{line-height:150%;}

.boxDefault{margin-left:5px;margin-right:5px;border:1px solid #c9c9c9;text-align:left; /*e6e7ed*/
	/*¶ó¿îµå¹Ú½º*/
	border-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

	/*¸ðÁú¶ó ±¸¹öÀü*/
	-moz-border-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;

	/*»çÆÄ¸®, ±¸±Û Å©·Ò ±¸¹öÀü*/
	-webkit-border-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	background:#FFF;
	/*±×¶óµ¥ÀÌ¼Ç*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(100%,rgba(92,136,235,1)),color-stop(20%,rgba(62,110,208,1)));
	background:-webkit-linear-gradient(top,rgba(92,136,235, 1) 20%,rgba(62,110,208, 1) 100%);
	background:-moz-linear-gradient(top,rgba(92,136,235, 1) 20%,rgba(62,110,208, 1) 100%);
	background:-o-linear-gradient(top,rgba(92,136,235, 1) 20%,rgba(62,110,208, 1) 100%);
	background:-ms-linear-gradient(top,rgba(92,136,235, 1) 20%,rgba(62,110,208, 1) 100%);
	background:linear-gradient(top,rgba(92,136,235, 1) 20%,rgba(62,110,208, 1) 100%);

	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6ed0', endColorstr='#5c88eb',GradientType=0 ); /* IE6-9 */

	/*³»ºÎ ±×¸²ÀÚ*/
	box-shadow: 0px 4px 4px -2px #a1a1a6 inset;/*box-shadow:h-shadow v-shadow blur spread color inset ]
insetÀº ¾ÈÂÊ¿¡ »ý±è. */
	-webkit-box-shadow: 0px 4px 4px -2px #a1a1a6 inset;
	-moz-box-shadow: 0px 4px 4px -2px #a1a1a6 inset;

	/*¿ÜºÎ ±×¸²ÀÚ*/
	-webkit-box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.45);
	-moz-box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.45);
	box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.45);/*box-shadow:<offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>?  */
}

.nboardDiv{margin-bottom:20px;}