@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#width_hundredPercent {
	float:left;
	width:100%;
}

#width_seven100pixel {
	margin:auto;
	max-width:700px;
	overflow:hidden;
}

.width_pageHeading {
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:17px;
	color:#000;
	padding:10px 0px;
	border-bottom: solid 2px #000;
}

.width_heading {
	float:left;
	margin-top:30px;
	width:97%;
	height:33px;
	padding:7px 0px 0px 20px;
	font-size:14px;
	color:#555;
	font-weight:bold;
	background:url(../images/width_headerBg.png) top left no-repeat;
}

.width_ulliDiv {
	float:left;
	width:93%;
	padding:20px;
	background:#f5f5f5;
	border:solid 1px #bbb;
	overflow:hidden;
	font-size:14px;
	color:#555;
	line-height:20px;
	border-radius:0px 10px 10px 10px;
}
.width_ulliDiv ul {
	margin:0px;
	padding:0px 0px 0px 16px;
}
.width_ulliDiv li {
	margin:0px;
	padding:0px;
	list-style-type:square;
}


.width_normalContent {
	float:left;
	max-width:690px;
	padding:10px 5px;
	font-size:13px;
	line-height:18px;
	color:#000;
	border-bottom:solid 1px #000;
}
.width_normalContent a:link { font-weight:bold; color:#0000ff;}
.width_normalContent a:visited { font-weight:bold; color:#0000ff;}
.width_normalContent a:hover { font-weight:bold; color:#0000ff; text-decoration:none;}

.btnClass 
{
background: #59aa47;
    color: #fff;
    border: none;
    font-size: 1.3em;
    padding: 0.4em 1em;
    width: 88%;
    cursor: pointer;
    outline: none;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Ubuntu Condensed', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
 
}
