html{
	overflow-y:auto !important;
}

*{
	margin: 0;
	padding: 0;
	outline: none;	
}
.png_hack{
  background-image: url("../img/the_image.png") !important;
  background-image: none;
  filter: none !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/the_image.png');
}

body{
	position: absolute;
	height: 100%;
	/*background: url(../images/pattern1.png) repeat 0 0; */
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	background:#F5F6F7 url(../images/bg_gradient1.png) repeat 0 0;
/* 	background:#F5F6F7 url(../images/header_top.png) repeat-x 0 0; */
	top: 0; right: 0;left: 0; bottom: 0;
}


h1 {
	font-size: 1.4em;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
}
 
h2 {
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
}
a {text-decoration: none; color: #008bcc; cursor: pointer;}
 
a:hover,#footer a:hover {color: #21a1ef;}

h1,h2,a,p{
	text-shadow: 0 1px 0 #fff;
}
 
li{list-style: none;}

.clear{
	clear: both;
}
.container{
	width: 838px;
	margin: 0 auto;	
	background: url(../images/header-shadow.png) no-repeat 0 0;
	position: relative;
/*
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header-shadow.png');
*/
}
#schoollogo{
	position: absolute;
	top: 20px;
	right: 20px;
	max-height: 70px; 
}
#header{
	clear: both;
	position: relative;
	display: block;
	color: #fff;
	height: 105px;
z-index: 1;
/* 	background: url(../images/logo.png) no-repeat center center;	 */
	background: url("../images/header_top.png") repeat-x scroll 0 0 #EBEBEB;
}
#header #logo{
	margin: 0 auto;
	text-align: center;
	margin: 0 auto;
	color: #333;
}
#header .logo{
	position: absolute;
	left: 50%;
	top: 15px;
	height: 70px;
	margin-left: -100px;
	width: 200px;
}
#header #logo b, #footer .logo span,#content #logininfo .head h2 b{
	color:#61A9DF;
}

#header #logo a{
	color: #444;
}
.divider{
	position: fixed;
/* 	position: absolute; */
	/* top: 105px; */
	top: 0px;
	bottom: 0;
	z-index: 1;
	/* bottom: 0px; */
/* 	height: 100%; */

	width: 12px;
	left: 50%;
	z-index: 0;
	margin-left: -6px;
	background: url(../images/divider.png) repeat-y 0 0;
}
#content{
	display: block;
/* 	margin-bottom: 100px; */
}

#content .section{
	width: 390px;
	margin-top: 30px;
}

#content #logininfo{
	float: left;
	text-align: right;
	
}
#content #schoolinfo{
	float: right;
}
#content .head{
	display: block;
	position: relative;
	min-height: 78px;
}
#content .head h2{
	font-size: 24px;
	font-weight: normal;
}
#content #logininfo .head h2{
	color: #333;
}
#content #schoolinfo .head h2{
	text-align: left;
	color: #333;	
}
#content .head p{
	font-size: 18px;
	line-height: 28px;
	color: #888;
}
#content .about{
	border-bottom: 1px solid #ddd;
	height: 260px;
	padding-bottom: 20px;
}
#content .about p{
	color: #3d3d3d;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 12px;
}
#content .contact, #content .info{
	border-top: 1px solid #fff;
	display: block;
	padding-top: 15px;
	padding-bottom: 50px;
}
#content .contact h2{
	color: #4B0A78;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding-left: 45px;
	background: url(../images/email.png) no-repeat 0 0;
	margin-bottom: 5px;
}
#content .contact p{
	color: #3d3d3d;
	font-size: 13px;
	line-height: 20px;
	padding-left: 45px;
}


#content form#login{
	text-align: left;
	overflow: hidden;
/* 	height: 257px; */
	/* padding: 3px 3px 20px 0; */
	border-bottom: 1px solid #ddd;

	height: 260px;
	padding-bottom: 20px;
	

}

#login div{
	width: 300px;
	float: right;
	padding-left: 45px;
	margin: 0 10px 0 0;
}
#login div.user{
	padding: 3px 3px 0 45px;
	background: url(../images/user.png) no-repeat 0 0px;
}
#login div.password{
	padding: 0 3px 0 45px;
	background: url(../images/lock.png) no-repeat 0 0px;
}

#content #login label{
	display: block;
	font-size: 12px;
	margin-left: 3px;
	line-height: 24px;
}
#content #login label .error{
	float: right;
	color: red;
}

#content #login label a{
	float: right;
	color: #666;
}

#login input{
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*
	-webkit-box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
*/
	border: 1px solid #ccc;
	padding: 6px 4px;
	font-size: 13px;
	display: block;
	width: 100%;
}
#login input:focus{
	border: 1px solid #93ACC8;
	-moz-box-shadow: 0 0 6px #7Eb5FF;
	-webkit-box-shadow: rgb(126, 181, 255) 0px 0px 6px;
	box-shadow: 0 0 6px #7Eb5FF;
}



.steps, .messages{
	position: absolute;
    height: 30px;
	clear: both;	
	margin: 0 auto;
    
    /*
    top: 55px;
	width: 680px;
    */
    
    /*
    left:  613px;
    top: 180px;
    width:300px;
    */
}
.steps li{
	float: left;
}
.steps li a{
	font-size: 14px;
	padding: 5px 15px 0 15px;
	line-height: 25px;
	color: #222;
	display: block;
	}
.messages {
	/* text-align: center; */
	display: block;
	font-size: 13px;
	color: #D12F19;
	position: relative;
	top: 14px;
}

.content h1{
	display: block;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 27px;
}
.main{
	display: block;
	margin: 0 27px;
}
.main p{
	line-height: 20px;
	font-size: 14px;
}

.footer {
	margin: 8px;
	display: block;
	color: #888;
	clear: both;
	text-align: left;
}
.footer ul{
	float: right;
	width: 270px;
}
.footer li{
	float: left;
	margin-right: 5px;
}
.footer a{
	background-color: #FFF;
	color: #61A9DF;
	font-size: 12px;
	border: 1px solid #eee;border-top: none;
	height: 20px;
	display: block;
	padding: 6px 8px 2px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.footer .left {
	display:inline;
	float:left;
	margin-top: 6px;
}
.footer .right {
	display:inline;
	float:right;
	position: relative;
	top: -10px;
	margin-top: 0px;
}
#footer{
	position: fixed; bottom: 0; left: 0; right: 0;
	display: block;
	height: 30px;
	z-index: 1;
	background: url(../images/bg_footer1.png) repeat-x 0 ;
	border-top: 1px solid #cac8cb;
/* 	background: #f4f4f4 url(../images/header-shadow-bottom.png) no-repeat center 0; */
/* 	background: #FFF url(../images/shadow_indent.png) no-repeat center 0; */
}
#footer .spikes{
	position: absolute;
	top: -14px;
	height: 14px;
	left: 0; right: 0;
/* 	border-bottom: 1px solid #d5d5d7; */
/* 	border-bottom: 1px solid #e5e5e5; */
/* 	background: url(../images/shadow_indent.png) no-repeat center 0; */
	background: url(../images/header-shadow-bottom.png) no-repeat center bottom;
}

#footer .logo.box
#footer ul{
	width: 400px;
	margin-left: 10px;
}
#footer ul li, #footer .logo{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
#footer a{
	text-shadow: 0 1px 0 #EBECF0;
	color: #565E66;
	font-size: 12px;
}


/*
.news{
	margin: 10px 0 0 35px;
	background: #FEFCC7;
	display: none;
	height: 200px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 1px solid #CAC8CB;
}
*/



























.pages{
	display: block;
}

.window{
	overflow: hidden;
	position: relative;
}
.panels{
	position: relative;
}
.pages.large .panels{
	min-height: 300px;
}

.pages .topbar{
	display: block;
	height: 45px;
	border-bottom: 1px solid #ddd;

}
.progressbar{
	display: block;
	height: 45px;
	border-bottom: 1px solid #ddd;
}
.progressbar .bar{
	height: 10px;
	position: relative;
	margin: 20px 10px 0 10px;
}
.progressbar .bar .left{
	position: absolute;
	left:0;
	height: 8px;
	width: 5px;
	display: block;
	background: url(../images/progress_left.png) no-repeat 0 0;
	
}
.progressbar .bar .line{
	display: block;
	position: absolute;
	left: 5px;
	height: 8px;
	right: 0;
	background: url(../images/progress_line.png) repeat-x 0 0;
}
.progressbar .bar .right{
	right: 0;
	display: block;
}

.progressbar ul.steptitles{
	margin: 0 10px;
}
.progressbar li{
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	position: relative;
	float: left;
}



#login_title{
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 30px 0 10px 0;
}


.pages .wrapper{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	margin: 0px auto 12px auto;
	border-width: 0px;
	*border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	background: #FFF;
	display: block;
	position: relative;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	
/* 	overflow: hidden; */
}
.pages.large .wrapper{
	width: 800px;
/* 	min-height: 300px; */
}

.pages.large  .col{
	width: 790px;
}
.pages .col{
	display: block;
	position: relative;
	margin: 0 30px;
	

/* 	border: 1px solid; */
}

.pages .col .half.left{
	width: 50%;
	display: block;
	float: left;
}
.pages .col .onethird.left{
	width: 35%;
	display: block;
	float: left;
}

.pages .col .half.right{
	width: 50%;
	padding-left: 10px;
	display: block;
	float: left;
}

/****LAYOUTS****/

.pages .grid1col, .pages .grid2col,.pages .grid3col{
	padding: 36px 5px 5px 5px;
	position: relative;
	clear: both;
/* 	width: 100%; */
	overflow: hidden;
}
.pages .grid1col.last, .pages .grid2col.last,.pages .grid3col.last{
	margin-bottom: 36px;
}
.pages .grid1col.border, .pages .grid2col.border,.pages .grid3col.border{
	margin-top: 20px;
	padding: 16px 10px 16px 10px;
	border: 1px solid #E8E8E8;
	background: url(../images/pages_light_gradient.gif) repeat-x 0 bottom;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}


.pages .column { float: left;}

.pages .grid2col .column{
	width: 47%;
}
.pages .grid2col .column.large{
	width: 63%;
}
.pages .grid2col .column.short{
	width: 35%;
}

.pages .column.first,.pages .column.last{
	margin-left:0 !important;
}
.pages .column.last{
	float: right !important;
}


.pages .fullview{
	margin: 0 -30px;
}


/****BACKGROUND STYLE****/

.pages .fullview.gradient{
	height: 250px;
	padding: 0 30px 36px 30px;
	background: url(../images/pages_light_gradient.gif) repeat-x 0 bottom;
}
/****TITLES****/

.pages .col .title{ margin: 30px 0 0 0;}
.pages .col .title.center{ text-align: center;}

.pages .col .title h1{
	font-size: 24px;
	line-height: 40px;
/* 	font-weight: normal; */
}

.pages .col .title p{
	font-size: 15px;
	color: #777;
}
.pages .col .title.center p{
	margin: 0 50px;
}
.pages .col h1{
	margin:4px 0 2px 0;
	font-weight: normal;
	font-size: 16px;
}
.pages .col p{
	font-size: 12px;
	color: #333;
	line-height: 17px;
	margin: 0 0 20px 0;
}
.pages .col p.last{
	margin-bottom: 0;
}

.pages .col h2{
	margin-bottom: 10px;
	font-size: 18px;
}

.pages .col h3{
	margin-bottom: 10px;
	font-size: 15px;
}


.pages .col h2{
/*
	font-size: 16px;
	margin: 4px 0 20px 0;
	font-weight: normal;
*/
}

.pages .col h2.choice{
	text-align: center;
	border: 1px solid #ddd;
	background: #eee;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	font-size: 12px;
	margin: 0 auto 10px auto;
	color: #333;
	font-weight: normal;
	line-height: 18px;
}




/****BOXES, etc.****/

.pages .col .box{
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin: 0;
	background: #FBFBFB;
	*border: 1px solid #e5e5e5;
	color: #000;
}
.pages .col .box .inside{
	padding: 15px 20px;
}
.pages .col .box h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
/* 	color: #61A9DF; */
/* 	color: #49AE0C; */
}
.pages .col .box p{margin: 0 0 2px 0;}
.pages .col .box ul{
	margin: 15px 0 0 10px;
	font-size: 11px;
/* 	list-style:disc outside none; */

}
.pages .col .box li{
	list-style: disc outside none;
	display: list-item;
	margin-bottom: 3px;
}
/*FEFEC9*/
.pages .col .box.tip{ background: #fef8bc url("../images/note.jpg") no-repeat scroll 15px 8px; }
.pages .col .box.tip .inside{ background: url(../images/note-rule-horizontal.png) repeat-y scroll 0 17px;
}
.pages .col .box.tip h3{
	margin:0 0 10px 35px;
/* 	color: #666; */
}
.pages .col .box.tip p{
	margin-left: 35px;
/* 	color: #666; */
}

.pages .col .box.warning{

}


.pages .roundLeft{
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.pages .roundRight{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}


.pages .choices{
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 5px;
	
	padding: 0;
	
	margin: 0 auto;
}
.pages .choices.grid3col{
	width: 588px;
}

.pages .choices .column{
	width: 195px;
	float: left;
	margin: 0;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.pages .choices .column.first{
	border-left: none;
	width: 196px;
}
.pages .choices .column a,.pages .choices .column label{
	color: #333;
	display: block;
	cursor: pointer;
	height: 120px;
	padding: 20px 20px 20px;
	position: relative;
}
.pages .choices .column a:hover{
	background: url(../images/pages_choices_hover.png) repeat-x 0 0;
}

.pages .choices .column a b{
	color: #000;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pages .choices .column a p{
	margin: 3px 0 0 0;
}

/**** LIKERT ****/

.pages .likert{
	width: 100%;
}
.pages .likert th{

}

/*
.pages .likert tr.header td{
	background: #F7F7F7;
	border-top: 1px solid #BABABA;
	height: auto;
	padding: 0;
}
.pages .likert tr.header td h3{
	color: #000;
	text-align: left;
	font-size: 14px;
	margin: 3px 0 6px 5px;
	word-spacing: -1px;
	line-height: 1.4;
}
*/
.pages .likert td{
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	height: 34px;
/* 	text-align: center; */
}
.pages .likert td.first{
	border-left: 1px solid #e9e9e9;
}
.pages .likert tr.last td{
	border-bottom: 1px solid #e9e9e9;
}
.pages .likert td input[type="checkbox"],.pages .likert td input[type="radio"]{
	
}
.pages .likert td div{
	text-align: center;
	margin:5px 5px 3px 5px;
}
.pages .likert td p{
	margin: 0;
}

.pages .likert th{
	text-align: left;
}

/**** OVERVIEW ****/

.pages .overview{
	width: 100%;
	border: 1px solid #E5E5E5;
}

.pages .overview tr.header td{
	background: #F7F7F7;
	border-top: 1px solid #BABABA;
	height: auto;
	padding: 5px 0 0 0;
}
.pages .overview tr.header td h3{
	color: #000;
	text-align: left;
	font-size: 14px;
	margin: 3px 0 6px 20px;
	word-spacing: -1px;
	line-height: 1.4;
}

.pages .overview th{
	text-align: left;
	border-top: 1px solid #E9E9E9;
	font-size: 12px;
	height: 35px;
	width: 80%;
	font-weight: normal;
	line-height: 1.5;
	padding-left: 20px;
	
}

.pages .overview td{
	text-align: center;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #E9E9E9;
/* 	text-align: center; */
}
.pages .overview tr.red th{
	color: #D12F19;
}
.pages .overview tr.green td.dot{
	background: #EDF6E8 url(../images/dot_green_big.png) no-repeat center center;
}
.pages .overview tr.red td.dot{
	background: #FBE3E4 url(../images/dot_red_big.png) no-repeat center center;
}





/**** LIST ****/

.pages .list{
	border: 1px solid #ddd;
	min-height: 200px;
/* 	background: #fafafa; */

}
.pages .list table{
	width: 100%;
}
.pages .list thead td{
	border-width: 0px 0 1px 0; border-style: solid; border-color: #9b9b9b;
	line-height: 15px;
	font-size: 11px !important;
	font-weight: normal;
	height: 15px;
	color: #222; text-shadow: 0 1px 0 #f8f8f8;
	padding-left: 5px;
	background: #f9f9f9 url(../images/table_head1.png) repeat-x 0 0;
}
.pages .list tbody td.first{ border-left: none; }
.pages .list tbody td{
	cursor: pointer;
	background-color: #FFF;
	line-height: 50px;
	font-size: 12px;
	border-bottom: 1px solid #EDEFF1;
	padding: 0 0 0 5px
}
.pages .list tbody tr.odd td{
	background-color: #F4FAFD;
}





/**** FORMS ****/

.pages .col ul{
	display: block;
}
.pages .col li{
	display: block;
}
.pages .col li.middle{
	margin: 0px 40px;

}
.pages .col li input[type="text"]{
	width: 100%;
	padding: 3px;
	text-align: center;
	font-size: 13px;
}
.pages .col li input[disabled]{
	color: #ccc;
}
.pages .col li label{
	font-size: 11px;
	margin: 2px 0 0 0;
}
.pages .col dl{
/* 	overflow: hidden; */
	margin-top: 5px;
}
.pages .col dl dd{
	width: 160px;
	float: left;
	margin: 2px;
	text-align: right;
}
.pages .col dl dt{
	width: 230px;
	margin: 0 0 0 10px;
	float: left;
}
.pages .col dl input,.pages .col select{ width: 100%; padding: 2px 2px; margin-bottom: 3px; }
.pages .col dl label{	
	color: #777;
	font-size: 10px;
	margin: 0px 0 12px 0;
	overflow: hidden;
	display: block;
	clear: both;
}
.pages .col dl.error label{ margin-bottom: 0;}
.pages .col dl dt span, .pages .col .middle span, .pages .col dl dt em{
	display: block;
	color:#D12F19;
	font-style: normal;
	font-size: 10px;
}
.pages .col dl dt span{
	float: left;
	margin-right: 5px;
}

/**** PAGINATION ****/

.wrapper .paging{
/* 	border: 1px solid; */
	border-top: 1px solid #ddd;
	padding: 10px 10px 10px 10px;
	display: block;
	position: relative;
/* 	margin:  10px 0 ; */
	clear: left;
	overflow: hidden;
}
 .paging a{
/*
	width: 25px;
	height: 25px;
	display: block;
	border: 1px solid;
*/
}
 .paging #loadbar{
	float: right;
	height: 20px; line-height: 20px;
	color: #777;
}
 .paging a#prev{
	float: left;
}
 .paging a#next{
	float: right;
}
.pages  .col .success{
	background: url(../images/icon_checked.png) no-repeat center center;
	width: 28px;
	margin: 0px auto 10px auto;
	height: 30px; display: block;
}
.pages  .col h1.large{
	margin: 0px 0 10px 0;
	color: #222;
	font-size: 20px;
	text-align: center;
}
.pages  .col p.large{
	color: #777;
	text-align: center;
	font-size: 12px;
	margin: 5px 20px 0 20px;
	line-height: 16px;
}
.pages  .col ul.large{
	overflow: hidden;
	margin: 10px 0 0 5px;
}
.pages   ul.large li{
	float: left;
	width: 142px;
	height:130px;
	padding-left:1px;
	background: url(../images/divider_lowopacity.png) no-repeat 0 -15px;
}
.pages  ul.large li.first{ background: none;}
.pages  ul.large a{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	color: #777;
}
.pages  ul.large a:hover{
	background: url(../images/divider_hover.png) repeat-x 0 -15px;
}
.pages  ul.large a:hover b,.pages  ul.large a:hover p{ color: #0088CC;}
.pages  ul.large b{ color: #222; font-size: 12px;}
.pages  ul.large a span{
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	height: 40px;
	margin: 5px 15px;
}
.pages  ul.large a p,.pages  ul.large a b{
	margin: 0px 15px 0 15px;
	font-size: 11px;
}


.wrapper .tl, .wrapper .tr,.wrapper .t, .wrapper .l, .wrapper .r, .wrapper .bl, .wrapper .br, .wrapper .b{position: absolute;}
.wrapper .tl{background: url(../images/box_tl.png) no-repeat 0 0; width: 8px; height: 8px; top: -8px; left: -8px;}
.wrapper .tr{background: url(../images/box_tr.png) no-repeat 0 0; width: 8px; height: 8px; top: -8px; right: -8px;}
.wrapper .t{background: url(../images/box_t.png) repeat-x 0 0; height: 14px; top: -8px; right: 0px; left: 0px;}
.wrapper .r{background: url(../images/box_r.png) repeat-y 0 0; width: 8px; top: 0px; bottom: 0px; right: -8px;}
.wrapper .l{background: url(../images/box_l.png) repeat-y 0 0; width: 8px; top: 0px; bottom:0px; left: -8px;}
.wrapper .b{background: url(../images/box_b.png) repeat-x 0 0; height: 14px; bottom: -14px; right: 4px; left: 1px;}
.wrapper .bl{background: url(../images/box_bl.png) no-repeat 0 0; width: 10px; height: 14px; bottom: -14px; left: -8px;}
.wrapper .br{background: url(../images/box_br.png) no-repeat 0 0; width: 12px; height: 14px; bottom: -14px; right: -8px;}

.news {
	text-align: left;
	width: 300px;
	color: #272100 !important;
	background: #FEFCC7 url(../images/tip-left.png) repeat-y 0 0;
	border: 1px solid #DAD5B4;
	border-width: 1px 0;
	position: relative;
	padding: 5px 10px 5px 20px;
	margin: 20px 0 20px 65px;
}
.news span{
	background: url(../images/tip-right.gif) repeat-y right 0;
	position: absolute;
	top: 0; bottom: 0; right: 0;
	width: 5px;
}
.news b{
	color: #D52532;
	text-transform: uppercase;
}

.section h2.header{
	color: #4B0A78;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	text-align: right;
	padding-right: 45px;
	background: url(../images/email.png) no-repeat right 0;
	margin-bottom: 5px;

}

.links{
	/* margin-top: 20px; */
	float: right;
	/* width: 310px; */
	
	position:relative;
	/* top:108px; */
	margin-top:0;
	width:390px;
}
.links a{
	position: relative;
	overflow: hidden;
	color: #888;
	font-family: georgia, serif;
	display: block;
	text-align: left;
	font-style: italic;
	font-size: 15px;
	text-shadow: #FFF 1px 0px;
	padding: 3px;
	line-height: 32px;
	margin-bottom: 10px;
/*
	text-align: left;
	display: block;
	padding: 10px;
	background: url(../images/bg_footer1.png) repeat 0 0;
	border: 1px solid #CAC8CB;
	margin-bottom: 10px;
*/
}
.links a:hover{
	color: #3C8AFF;
}
.links a img{
	float: left;
	margin: 0 15px 0 5px;
	border: none;
}
.box-gray{
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: #999 0px 0px 5px;
	box-shadow: 0 0 5px #999;
	
	background: -moz-linear-gradient(center top , #F5F5F5, #F0F0F0) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#F0F0F0));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#F5F5F5', EndColorStr='#F0F0F0');
	
	
	display: block;
	border:1px solid #FFF;
	padding: 10px;
}
.box-gray .inner{
	background: #FFF;
	display: block;
	margin: 6px;
   	box-shadow:inset 0 0 3px #777;
   -moz-box-shadow:inset 0 0 3px #777;
   -webkit-box-shadow:inset 0 0 3px #777;
  	border-radius:4px;
	-moz-border-radius: 4px;
/* 	background: url(../images/bg_footer1.png) repeat 0 0; */
}
.box-gray .inner h2{
	color: #666;
	font-size: 16px;
	font-weight: normal;
	
}

.box-gray em{
	color: #888;
	font-family: georgia, serif;
	display: block;
	margin: 20px 0 0;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	text-shadow: #FFF 1px 0px;
}









