/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #6f0c0d;
}
table td {
	padding:5px;
	color:#333;
	border:1px solid #6f0c0d;
}
table th {
	text-align:left;
	padding:5px;
	background:#982324;
	color:#fff;
	vertical-align:bottom;
	border-bottom:2px solid #6f0c0d;
}
table p {
	margin-bottom:0;
}
/* end reset */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	background:url(images/bg-body.gif) repeat-x 0 0;
	color:#000;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ol li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
/* end text */

/* @section global class*/

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* @end section global class*/

/* @section layout */

.container {
	width:990px;
	margin:0 auto;
}
.wrap {
	padding:0 25px;
}
/*@subsection header*/
.logo {
	float:left;
	width:360px;
	margin:0;
}
.logo a {
	display:block;
	height:74px;
	background:url(images/logo-kerala-law-academy.gif) no-repeat 0 0;
	text-indent:-999em;
	margin-left:20px;
	margin-top:20px;
}
/* @subsubsection navigation*/

.nav-global {
	float:right;
	background:url(images/bg-global-nav.gif) no-repeat 0 0;
	width:320px;
	margin:0;
	height:30px;
	padding-left:110px;
}
.nav-global li {
	float:left;
}
.nav-global a {
	display:block;
	color:#fff;
	padding:3px 0;
	font-size:11px;
	white-space:nowrap;
}
.nav-global a:hover {
	color:#000;
}
.nav-main {
	background:url(images/bg-nav-main.gif) no-repeat 0 0;
	width:956px;
	height:41px;
	clear:both;
	padding:0 20px;
}
.nav-main li {
	float:left;
	background:url(images/bg-nav-seperator.gif) no-repeat right 0;
	margin-top:7px;
}
.nav-main a {
	display:block;
	color:#fff;
	margin-right:18px;
	font-size:14px;
	padding:8px 0 8px 18px;
}
.nav-main a:hover, .nav-main .current a {
	color:#440a0b;
}
/* @end subsubsection navigation*/

/*@end subsection header*/

/* @subsection spotlight & accordion */
.spotlight {
	width:620px;
	float:left;
	margin-right:18px;
	margin-bottom:15px;
	height:390px;
	overflow:hidden;
	background:url(images/preloader.gif) no-repeat center;
}
.accordion ul {
	width:298px;
	float:left;
	border:1px solid #aabf22;
}
.accordion h2 {
	background:url(images/bg-green.gif) repeat-x 0 0;
	font-size:12px;
	font-weight:bold;
	color:#4f5a02;
	padding:5px 10px;
	margin-bottom:0;
	width:278px;
}
.accordion h2 a {
	color:#4f5a02;
}
.accordion h2 a:hover {
	color:#fff;
}
.accordion img {
	padding:10px 0;
}
.accordion p {
	color:#333;
	font-size:12px;
	margin-bottom:8px;
	line-height:1.4;
}
.accordion .details {
	padding:0 10px;
	margin-bottom:9px;
}
/* @end subsection spotlight & accordion */

/* @subsection news */

.news {
	background:url(images/bg-news.gif) no-repeat 0 0;
	width:945px;
	height:45px;
	clear:both;
	margin-bottom:20px;
}
.bxslider_wrap {
	margin-left:108px;
	padding-top:12px;
	overflow:hidden;
	width:822px!important;
}
.bxslider_container {
	width:822px!important;	
} 
.news a {
	font-size:13px;
	color:#300;
	/*margin-right:20px;*/
	display:block;
	width:1000px;
	font-weight:bold;
	/*background:url(images/bg-news-arrow.gif) no-repeat 0 5px;*/
	padding-left:20px;
	padding-right:20px;
	text-align:center;
} 

.content .news-list li {
	padding:10px;
	background:#f1f1f1;
	border:1px solid #ccc;
	
	margin-bottom:15px;
	
}
/* @end subsection news */

/* @subsection sidebar */
.sidebar-home {
	width:225px;
	float:left;
	margin-right:19px;
}
.box {
	background:url(images/bg-boxes.gif) no-repeat 0 0;
	width:225px;
	height:66px;
	margin-bottom:16px;
	vertical-align:middle;
	display:block;
}
.box:hover {
/*background:url(images/bg-boxes.gif) no-repeat 1px -66px;*/	
}
.box a {
	display:block;
	padding:5px;
	height:87%;
}
.box img {
	float:left;
}
.box strong {
	float:left;
	margin-left:15px;
	padding-top:22px;
}
.academy-law-review strong {
	padding-top:14px;
}
/* @end subsection sidebar */
/* @subsection aside */
.aside {
	width:696px;
	float:left;
}
.widget-big {
	width:375px;
	margin-right:20px;
	float:left;
	height:191px;
	overflow:hidden;
}
.widget-big h2 {
	background:url(images/bg-blue.gif) no-repeat 0 0;
	height:9px;
	padding:8px 10px;
	margin-bottom:12px;
}
.widget-big .thumb {
	float:left;
	margin:3px 15px 15px 0;
	border:1px solid #000;
}
.widget-big p {
	float:left;
	width:235px;
	margin-bottom:10px;
}
.widget-big .more {
	float:right;
	margin-right:10px;
}
.widget-big .download {
	float:left;
	margin-right:10px;
	display:inline;
}
.widget {
	width:298px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}
.widget img {
	display:block;
}
.widget h2 {
	background:url(images/bg-blue-small.gif) no-repeat 0 0;
	height:9px;
	padding:8px 10px;
	margin-bottom:12px;
}
.widget p {
	float:left;
	width:160px;
	margin-bottom:10px;
}
.widget .thumb {
	float:left;
	margin:3px 15px 15px 0;
	border:1px solid #000;
}
.widget .more {
	float:right;
	margin-right:10px;
}
.gallery ul {
	margin-left:10px;
	margin-bottom:0;
}
.gallery li {
	float:left;
	margin:0 10px 10px 0;
}
.gallery li img {
	border:1px solid #000;
	display:block;
	width:84px;
}
.gallery a:hover img {
	border:1px solid #be4748;
	opacity:.5;
}
/* @end subsection aside */

/* @subsection widget bottom*/

.widget-bottom {
	background:url(images/bg-bottom-green.gif) no-repeat 0 0;
	width:678px;
	height:87px;
	clear:both;
	padding:10px;
}
.widget-bottom .thumb {
	background:url(images/bg-widget-bottom.gif) no-repeat 2px 2px;
	padding:3px;
	float:left;
	margin-right:15px;
	margin-top:4px;
}
.widget-bottom h2 {
	margin-bottom:5px;
}
.research .details {
	float:left;
	width:220px;
	margin-right:15px;
}
.legal .details {
	width:140px;
	float:left;
}
/* @end subsection widget bottom*/


/* @subsection utilities*/
.toolbox {
	margin-bottom:15px;
}
.breadcrumb {
	font-size:11px;
	font-weight:bold;
	color:#666;
	float:left;
}
.breadcrumb a {
	margin-right:10px;
	padding-right:15px;
	background:url(images/breadcriumb-arrow.gif) no-repeat right 4px;
}
.utility {
	float:right;
}
.print {
	background:url(images/icon-print.gif) no-repeat 0 0;
	display:block;
	width:16px;
	height:16px;
	text-indent:-999em;
}
.print:hover {
	background-image:url(images/icon-print-on.gif);
}
/* @end subsection utilities*/

/* @subsection footer*/

.footer {
	background:url(images/bg-footer.gif) repeat-x 0 0;
	height:54px;
	width:100%;
	clear:both;
}
.inner-footer {
	width:940px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
.footer li {
	float:left;
	background:url(images/bg-nav-footer.gif) no-repeat right 8px;
	padding-right:4px;
	margin-right:4px;
}
.footer a {
	color:#fff;
	font-size:11px;
	padding:4px 0;
	display:block;
	font-weight:bold;
}
.footer a:hover, .footer .current a {
	color:#000;
}
.footer p {
	clear:both;
	font-size:11px;
	color:#d39b9c;
	margin-bottom:0;
}
/* @end subsection footer*/

/* @end section layout*/

/* @section inside pages*/

.content {
	width:700px;
	margin-right:20px;
	float:left;
}
.sidebar {
	width:220px;
	float:left;
	margin-top:40px;
}
.nav-related li {
	margin-left:8px;
	margin-bottom:0;
	border-bottom:1px dashed #ccc;
}
.nav-related a {
	font-weight:bold;
	display:block;
	padding:6px 0;
	padding-left:15px;
	background:url(images/breadcriumb-arrow.gif) no-repeat 0 12px;
}

.highspot a{
	background:url(images/bg-nav-highlight.gif) repeat-x 0 0;
	color:#fff;
}

.nav-related a:hover, .nav-related .current a {
	color:#666;
}

.highspot a:hover, .highspot.current a{
	color:#000;
}

.wid-side {
	margin-bottom:0;
}
.wid-title {
	background:url(images/bg-blue-short.gif) no-repeat 0 0;
	padding:4px 8px;
	color:#fff;
	font-size:13px;
}
.campus .img-left {
	margin-top:5px;
}
.campus h3 {
	cursor:pointer;
	background:#3297b9;
	padding:5px;
	color:#fff;
}
.about p, .about li {
	font-size:14px;
}
/* @end section inside pages*/

/*@section media gallary*/
.media {
	width:700px;
	overflow:hidden;
}
.img-gallery {
	width:110%;
	overflow:hidden;
}
.media .img-gallery li {
	float:left;
	padding:0;
	width:130px;
	height:80px;
	border:1px solid #000;
	margin-right:9px;
	margin-bottom:10px;
}
/*@end section media gallary*/

/* @section content*/
.content li {
	padding-bottom:5px;
}
.content ol {
	margin:15px 0;
}
.content ol ol {
	list-style:lower-alpha;
	margin-bottom:0;
}
.content ol ol ol {
	list-style:disc;
	margin-left:15px;
	margin-bottom:0;
}
.content ul li {
	background:url(images/bg-arrow.gif) no-repeat 0 4px;
	padding-left:15px;
}
.content ol li {
	padding-left:0;
	background:none;
}
.list li {
	font-weight:bold;
}
.list-hall li {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
.list-hall li.last {
	background:url(images/bg-arrow.gif) no-repeat 0 5px!important;
}
.list-mgmt {
	font-size:12px;
	font-weight:bold;
}
.list-mgmt span {
	display:block;
	font-weight:normal;
	margin-bottom:3px;
	color:#333;
}
/* @end section content*/

/* @section common class*/

a {
	color:#1f94d6;
	text-decoration:none;
}
a:hover {
	color:#666;
}
body .last {
	margin-bottom:0;
	border:none;
	background:none!important;
}
.wrap-download {
	position:relative;
}
.wrap-download div {
	position:absolute;
	width:176px;
	top:0;
	left:89px;
	height:25px;
	display:none;
}
.wrap-download a {
	float:left;
	margin-right:5px;
}
.gen-download {
	display:block;
	background:url(images/bg-downloads.gif) no-repeat 0 0;
	width:63px;
	height:23px;
	color:#fff;
	padding:2px 8px;
	font-size:11px;
	font-weight:bold;
}
.gen-download:hover {
	color:#000;
}
.download {
	display:block;
	background:url(images/btn-download.gif) no-repeat 0 0;
	width:83px;
	height:23px;
	text-indent:-999em;
}
.download:hover {
	background-image:url(images/btn-download-on.gif);
}
.filler {
	width:100%;
	font-size:0;
	margin-bottom:15px;
	clear:both;
}
.info {
	font-size:13px;
	color:#900;
	font-weight:bold;
}
.note {
	color:#666;
	font-weight:bold;
	font-size:11px;
}
.f-left {
	float:left;
	margin-right:15px;
}
.f-right {
	float:right;
	margin-left:15px;
}
.spacer {
	margin-bottom:15px;
	float:none;
	clear:both;
	width:100%;
	font-size:0;
}
.title {
	color:#cc2a2b;
	font-size:24px;
	border-bottom:2px solid #cc2a2b;
	padding-bottom:15px;
	margin-bottom:10px;
	line-height:1.2;
}
.subtitle {
	font-size:16px;
	color:#3397b9;
}
.img-left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #333;
}
h3 {
	font-size:14px;
	color:#3397b9;
}
h4 {
	font-size:14px;
	color: #982324;
	margin-bottom:10px;
}
/* @end section common class*/
/*
 * jQuery Nivo Slider v1.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}
* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url('images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url('images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px;
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}
/* IE */

#fancybox-loading.fancybox-ie div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie #fancybox-title-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
	background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale');
}
/*Validation css*/

	.formError {
	position:absolute;
	top:300px;
	left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
	cursor:pointer;
}
#debugMode {
	background:#000;
	position:fixed;
	width:100%;
	height:200px;
	top:0;
	left:0;
	overflow:scroll;
	opacity:0.8;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	z-index:100000;
}
.ajaxSubmit {
	padding:20px;
	background:#55ea55;
	border:1px solid #999;
	display:none
}
.formError .formErrorContent {
	width:100%;
	background:#ee0101;
	color:#fff;
	width:150px;
	font-family:tahoma;
	font-size:11px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
	background:#33be40;
}
.blackPopup .formErrorContent {
	background:#393939;
	color:#FFF;
}
.formError .formErrorArrow {
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
	z-index:5001;
}
.formError .formErrorArrowBottom {
	top:0;
	margin:-6px;
}
.formError .formErrorArrow div {
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px;
	height:1px;
	background:#ee0101;
	margin:0 auto;
	line-height:0px;
	font-size:0px;
	display:block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background:#33be40;
}
.blackPopup .formErrorArrow div {
	background:#393939;
	color:#FFF;
}
.formError .formErrorArrow .line10 {
	width:15px;
	border:none;
}
.formError .formErrorArrow .line9 {
	width:13px;
	border:none;
}
.formError .formErrorArrow .line8 {
	width:11px;
}
.formError .formErrorArrow .line7 {
	width:9px;
}
.formError .formErrorArrow .line6 {
	width:7px;
}
.formError .formErrorArrow .line5 {
	width:5px;
}
.formError .formErrorArrow .line4 {
	width:3px;
}
.formError .formErrorArrow .line3 {
	width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;
}
.formError .formErrorArrow .line2 {
	width:3px;
	border:none;
	background:#ddd;
}
.formError .formErrorArrow .line1 {
	width:1px;
	border:none;
	background:#ddd;
}
/*Wufoo*/

/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

- - - - - - - - - - - - - - - - - - - - - */
 
#contact {
	width:350px;
}
#contact li {
	padding-left:0;
	background:none;
}
/* ----- INFO ----- */

.info {
	display:inline-block;
	clear:both;
	margin:0 0 5px 0;
	padding:0 1% 1.1em 1%;
	border-bottom:1px dotted #ccc;
}
.info[class] {
	display:block;
}
.info h2 {
	font-weight:normal;
	font-size:160%;
	margin:0 0 .2em 0;
	clear:left;
}
.info div {
	font-size:95%;
	line-height:135%;
	color:#555;
}
/* ----- Field Structure ----- */

form ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
* html form ul { /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}
form li {
	margin:0;
	padding:6px 1% 9px 1%;
	clear:both;
}
form li:after, form li div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html form li {
	height: 1%;
	margin-bottom:-3px;
}
*+html form li {
	height: 1%;
	margin-bottom:-3px;
}
* html form li div {
	display:inline-block;
}
*+html form li div {
	display:inline-block;
}
form li div {
	margin:0;
	padding:0;
	color:#444;
}
form li span {
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444;
}
/* ----- Choices Field Structures ----- */

form li div span {
	margin:0;
	display:block;
	width:100%;
	float:left;
}
li.twoColumns div span {
	width:48%;
	margin:0 5px 0 0;
}
li.threeColumns div span {
	width:30%;
	margin:0 5px 0 0;
}
li.notStacked div span {
	width:auto;
	margin:0 7px 0 0;
}
/* ----- Location Field Structures ----- */

form li.complex {
	padding-bottom:0;
}
form li.complex div span {
	width:auto;
	margin:0 .3em 0 0;
	padding-bottom:12px;
}
form li.complex div span.full {
	margin:0;
}
form li.complex div span.left, form li.complex div span.right {
	margin:0;
	width:48%;
}
form li.complex div span.full input, form li.complex div span.full select, form li.complex div span.left input, form li.complex div span.right input, form li.complex div span.left select, form li.complex div span.right select {
	width:100%;
}
/* ----- FLOATS ----- */

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both !important;
}
/* ----- TEXT DIRECTION ----- */

.rtl .info h2, .rtl .info div, .rtl label.desc, .rtl label.choice, .rtl div label, .rtl span label, .rtl input.text, .rtl textarea.textarea, .rtl select.select, .rtl p.instruct, .rtl .section h3, .rtl .section div, .rtl input.btTxt {
	direction:rtl;
}
/* ----- LABELS ----- */

form li div label, form li span label {
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:85%;
	line-height:160%;
	color:#444;
	display:block;
}
label.desc {
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
label.choice {
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%;
}
.safari label.choice {
	margin-top:-16px;
}
form.rightLabel label.desc {
	padding-top:2px;
}
span.symbol {
	font-size:120%;
	line-height:135%;
}
form li .datepicker {
	float:left;
	margin:.19em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}
/* ----- REQUIRED ----- */

form span.req {
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}
/* ----- MIN/MAX COUNT ----- */

form li div label var {
	font-weight:bold;
	font-style:normal;
}
form li div label .currently {
	display:none;
}
/* ----- FIELDS ----- */

input.text, input.search, input.file, textarea.textarea, select.select {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
}
input.text, input.search, textarea.textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(/images/fieldbg.gif) repeat-x top;
}
select.select {
	padding:1px 0 0 0;
}
input.search {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding-left:6px;
}
input.checkbox, input.radio {
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
input.other {
	margin:0 0 8px 25px;
}
.safari select.select {
	font-size:120% !important;
	margin:0 0 1px 0;
}
* html select.select {
	margin:1px 0;
}
*+html select.select {
	margin:1px 0;
}
.center, form li span.center input.text, form li span.center label, form li.name span label, form li.date input.text, form li.date span label, form li.phone input.text, form li.phone span label, form li.time input.text, form li.time span label {
	text-align:center;
}
form li.time select.select {
	margin-left:5px;
}
form li.price .right {
	text-align:right;
}
/* ----- SIZES ----- */

.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:100%;
}
.msie select.ieSelectFix {
	width:auto;
}
.msie6 select.ieSelectFix, .msie7 select.ieSelectFix {
	width:100%;
}
.msie select.ieSelectFix.small {
	min-width:25%;
}
.msie select.ieSelectFix.medium {
	min-width:50%;
}
.msie select.ieSelectFix.large {
	width:100%;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}
/* ----- FILES ----- */

li.file a {
	color:#222;
	text-decoration:none;
}
li.file span {
	display:inline;
	float:none;
}
li.file img {
	display:block;
	float:left;
	margin:0 0 0 -10px;
	padding:5px 5px 7px 5px;
}
li.file .file-size, li.file .file-type {
	color:#666;
	font-size:85%;
	text-transform: uppercase;
}
li.file .file-name {
	display:block;
	padding:14px 0 0 0;
	color:blue;
	text-decoration:underline;
}
li.file .file-delete {
	color:red !important;
	font-size:85%;
	text-decoration:underline;
}
li.file a:hover .file-name {
	color:green !important;
}
li.file a:hover .file-name {
	color:green !important;
}
/* ----- LIKERT SCALE ----- */

form li.likert {
	margin:0;
	padding:6px 1% 5px 1%;
	width:auto !important;
	clear:both !important;
	float:none !important;
}
.likert table {
	margin:0 0 .9em 0;
	background:#fff;
	width:100%;
	border:1px solid #dedede;
	border-bottom:none;
}
.likert caption {
	text-align:left;
	color:#222;
	font-size:95%;
	line-height:135%;
	padding:5px 0 .5em 0;
}
.likert input {
	padding:0;
	margin:2px 0;
}
.likert tbody td label {
	font-size:85%;
	display:block;
	color:#565656;
}
/* ----- Top Row ----- */

.likert thead td, .likert thead th {
	background-color:#e6e6e6;
}
/* ----- Right Side ----- */

.likert td {
	border-left:1px solid #ccc;
	text-align:center;
	padding:4px 6px;
}
.likert thead td {
	font-size:85%;
	padding:10px 6px;
}
/* ----- Body ----- */

.likert th, .likert td {
	border-bottom:1px solid #dedede;
}
.likert tbody th {
	padding:8px 8px;
	text-align:left;
}
.likert tbody th label {
	color:#222;
	font-size:95%;
	font-weight:bold;
}
.likert tbody tr.alt td, .likert tbody tr.alt th {
	background-color:#f5f5f5;
}
.likert tbody tr:hover td, .likert tbody tr:hover th {
	background-color:#FFFFCF;
}
/* ----- Likert Classes ----- */

.col1 td {
	width:30%;
}
.col2 td {
	width:25%;
}
.col3 td {
	width:18%;
}
.col4 td {
	width:14.5%;
}
.col5 td {
	width:12%;
}
.col6 td, .col7 td {
	width:10%;
}
.col8 td, .col9 td, .col10 td {
	width:6.5%;
}
.col11 {
	width:6%;
}
.hideNumbers tbody td label {
	display:none;
}
/* ----- BUTTONS ----- */

form li.buttons {
	width:auto !important;
	position:relative;
	clear:both;
	padding:10px 1% 10px 1%;
}
form li.buttons input {
	font-size:100%;
	margin-right:5px;
}
input.btTxt {
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.safari input.btTxt {
	font-size:120%;
}
.buttons .marker {
	position:absolute;
	top:0;
	right:0;
	padding:15px 10px 0 0;
	color:#000;
	width:auto;
}
button.link {
	display:inline-block;
	border:none;
	background:none;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	padding:0;
	font-size:100%;
}
button.link:hover {
	color:green;
}
/* ----- LABEL LAYOUT ----- */

.leftLabel li, .rightLabel li {
	width:74% !important;
	padding-top:9px;
}
.leftLabel label.desc, .rightLabel label.desc {
	float:left;
	width:31%;
	margin:0 15px 0 0;
}
.rightLabel label.desc {
	text-align:right;
}
.leftLabel li div, .rightLabel li div {
	float:left;
	width:65%;
}
.leftLabel .buttons, .rightLabel .buttons {
	padding-left:23%;
}
.leftLabel .buttons div, .rightLabel .buttons div {
	float:none;
	margin:0 0 0 20px;
}
.leftLabel p.instruct, .rightLabel p.instruct {
	width:28%;
	margin-left:5px;
}
.leftLabel .altInstruct .instruct, .rightLabel .altInstruct .instruct {
	margin-left:31% !important;
	padding-left:15px;
	width:65%;
}
/* ----- NO INSTRUCTIONS ----- */

.noI form li, .altInstruct form li {
	width:auto !important;
}
/* ----- NO INSTRUCTIONS LABEL LAYOUT ----- */

.noI .leftLabel .buttons, .noI .rightLabel .buttons {
	padding-left:31%;
}
.noI .leftLabel .buttons div, .noI .rightLabel .buttons div {
	margin:0 0 0 17px;
}
/* ----- HALVES AND THIRDS ----- */

form li.leftHalf, form li.rightHalf {
	width:47% !important;
}
form li.leftThird, form li.middleThird, form li.rightThird {
	width:30% !important;
}
form li.leftHalf, form li.leftThird {
	clear:left !important;
	float:left;
}
form li.middleThird {
	clear:none !important;
	float:left;
	width:30% !important;
	margin-left:2% !important;
}
form li.rightHalf, form li.rightThird {
	clear:none !important;
	float:right;
}
li.leftHalf .small, li.rightHalf .small, li.leftHalf .medium, li.rightHalf .medium, li.leftThird .small, li.middleThird .small, li.rightThird .small, li.leftThird .medium, li.middleThird .medium, li.rightThird .medium {
	width:100%;
}
/* ----- INSTRUCTIONS ----- */

form li.focused {
	background-color:#fff7c0;
}
form li.focused, form li:hover {
	position:relative; /* Makes Instructs z-index stay on top in IE. */
}
form .instruct {
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #E6E6E6;
	font-size:105%;
	left:0;
	margin:0 0 0 8px;
	padding:8px 10px 10px;
	position:absolute;
	top:26px;
	visibility:hidden;
	width:60%;
	z-index:1000;
}
form .instruct small {
	line-height:120%;
	font-size:80%;
	color:#444;
}
form li.focused .instruct, form li:hover .instruct {
	left:100%; /* Prevent scrollbars for IE Instruct fix */
	visibility:visible;
}
/* ----- ALT INSTRUCTIONS ----- */

.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct, li.leftThird .instruct, li.middleThird .instruct, li.rightThird .instruct, .iphone .instruct {
	visibility:visible;
	position:static;
	margin:0;
	padding:6px 0 0 0;
	width:100%;
	clear:left;
	background:none !important;
	border:none !important;
	font-style:italic;
}
.altInstruct p.complex, li.leftHalf p.complex, li.rightHalf p.complex, li.leftThird p.complex, li.middleThird p.complex, li.rightThird p.complex, .iphone p.complex {
	padding:0 0 9px 0;
}
/* ----- ADVANCED CLASSNAMES ----- */

.hideSeconds .seconds, .hideAMPM .ampm {
	display:none;
}
/* ----- SECTIONS ----- */

form li.section {
	clear:both;
	margin:0;
	padding:7px 0 0 0;
	width:auto !important;
	position:static;
}
form li.section h3 {
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 3px 0;
	width:auto;
	padding:12px 1% 0 1%;
	border-top:1px dotted #ccc;
}
form li.first {
	padding:0;
}
form li.first h3 {
	padding:8px 1% 0 1%;
	border-top:none !important;
}
form li.section div {
	display:block;
	width:auto;
	font-size:85%;
	line-height:160%;
	margin:0 0 1em 0;
	padding:0 1% 0 1%;
}
/* ----- CAPTCHA ----- */

form li.captcha {
	width:auto !important;
	clear:both;
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding:1.1em 1% 9px 1%;
	width:auto !important;
	position:static;
}
form li.captcha label.desc {
	width:auto !important;
	text-align:left;
	margin-bottom:4px;
	float:none;
}
#recaptcha_table, #recaptcha_image img {
	width:300px;
}
#recaptcha_widget_div table {
	background:#fff;
}
form li.captcha .noscript iframe {
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
form li.captcha .noscript label.desc {
	display:block !important;
}
form li.captcha .noscript textarea {
	margin-left:12px;
}
/* ----- PAGINATION ----- */

form li.paging-context {
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 7px 0;
	padding:5px 1% 10px 1%;
	width:auto !important;
	position:static;
}
.paging-context table {
	width:100%;
}
.pgStyle1 td { /* Steps */
	text-align:left;
	vertical-align:middle;
}
.pgStyle1 td.c {
	width:22px;
}
.pgStyle1 td.t {
	padding:0 1%;
}
.pgStyle1 var {
	display:block;
	float:left;
	background:none;
	border:1px solid #CCC;
	color:#000;
	width:20px;
	height:20px;
	line-height:19px;
	text-align:center;
	-webkit-box-shadow:rgba(0, 0, 0, .15) 0px 1px 2px;
	-moz-box-shadow:rgba(0, 0, 0, .15) 0px 1px 2px;
	box-shadow:rgba(0, 0, 0, .15) 0px 1px 2px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size:85%;
	font-style:normal;
}
.pgStyle1 .done var {
	background:#ccc;
}
.pgStyle1 .selected var {
	background:#FFF7C0;
	color:#000;
	border:1px solid #e6dead;
	font-weight:bold;
}
.pgStyle1 b {
	font-size:85%;
	font-weight:normal;
	color:#000;
}
.pgStyle1 .selected b {
	font-weight:bold;
}
.circle6 td, .circle7 td {
	vertical-align:top;
	text-align:center;
}
.nopagelabel td.t {
	display:none;
}
.nopagelabel .pgStyle1 var, .circle6 var, .circle7 var {
	width:24px;
	height:24px;
	line-height:24px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	font-size:90%;
	margin:0 auto 7px auto;
	float:none;
}
.nopagelabel .pgStyle1 var {
	margin-bottom:0;
}
.circle6 b, .circle7 b {
	padding:0;
}
.circle2 td {
	width:50%;
}
.circle3 td {
	width:33%;
}
.circle4 td {
	width:25%;
}
.circle5 td {
	width:20%;
}
.circle6 td {
	width:16.6%;
}
.circle7 td {
	width:14.2%;
}
.pgStyle2 td { /* Percentage */
	vertical-align:middle;
	height:25px;
	border:1px solid #CCC;
	position:relative;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	-webkit-box-shadow:rgba(0, 0, 0, .10) 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, .10) 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, .10) 1px 1px 1px;
	padding:2px;
}
.pgStyle2 var { /* Percentage Bar */
	display:block;
	height:26px;
	float:left;
	background:#FFF7C0;
	color:#000;
	font-style:normal;
	text-align:right;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:rgba(0, 0, 0, .15) 1px 0px 0px;
	-moz-box-shadow:rgba(0, 0, 0, .15) 1px 0px 0px;
	box-shadow:rgba(0, 0, 0, .15) 1px 0px 0px;
}
.pgStyle2 var b {/* Percentage # */
	display:block;
	float:right;
	font-size:100%;
	padding:3px 10px 3px 3px;
	line-height:19px;
}
.pgStyle2 em {/* Page Title */
	font-size:85%;
	font-style:normal;
	display:inline-block;
	margin:0 0 0 9px;
	padding:4px 0;
	line-height:18px;
}
.pgStyle2 var em {
	padding:4px 5px 3px 0;
}
.page1 .pgStyle2 var {
	padding-left:7px;
	text-align:left;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.page1 .pgStyle2 b {
	float:none;
	padding-right:0px;
}
.hideMarkers .marker, .nopagelabel .pgStyle1 b, .nopagelabel .pgStyle2 em, .hideSecondary #previousPageButton {
	display:none !important;
}
/* ----- ERRORS ----- */

#errorLi {
	width:99%;
	margin:15px auto 5px auto;
	background:#fff !important;
	border:1px solid red;
	text-align:center;
	padding:1em 0 1em 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#errorMsgLbl {
	margin:0 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000 !important;
}
#errorMsg {
	margin:0 0 2px 0;
	color:#000 !important;
	font-size:100%;
}
#errorMsg strong {
	padding:2px 8px;
	background-color: #FFDFDF !important;
	color:red !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
form li.error {
	display:block !important;
	background-color: #FFDFDF !important;
	margin-bottom:3px !important;
}
form li label.error, form li input.error {
	color:#DF0000 !important;
	font-weight:bold !important;
}
form li input.error {
	background:#fff !important;
	border:2px solid #DF0000 !important;
}
form li.error label, form li.error span.symbol {
	color:#000 !important;
}
form li.error label.desc {
	color:#DF0000 !important;
}
form p.error {
	display:none;
	margin:0 !important;
	padding:7px 0 0 0 !important;
	line-height:10px !important;
	font-weight:bold;
	font-size:11px;
	color:#DF0000 !important;
	clear:both;
}
form li.error p.error {
	display:block;
}
form li.complex p.error {
	padding:0 0 9px 0 !important;
}
