/*
Theme Name: prismsafety
Theme URI: http://www.prism-safety.com/
Description: Master CSS file.
Version: 1.0
Author: Alex Stanhope for Design Distillery
Author URI: http://www.designdistillery.com/
*/

/*Global Reset
*********************************************************/

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:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}			
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

/*Body Styles
*********************************************************/

body{
	background:#4d4f56;
	font:85%/150% Arial, Verdana, sans-serif;
	color:#ddd;
	}
	
/*Container Styles
*********************************************************/

.container{
	width:940px;
	margin:0 auto;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
		
/*Control Bar Styles
*********************************************************/

#controlbar{
	width:100%;
	height:27px;
	margin: 0;
	background:#111 url(/template/theme/prismsafety/img/bg-controlbar.png) bottom left repeat-x;
	border-bottom:2px solid #000;
	z-index:1;
	text-align:left;
	color:#eee !important;
	}
	#controlbar ul{
		margin:0 0 0 5px;
		}
		#controlbar li{
		float:left;
		padding:4px 0 3px 22px;
		margin-left:15px;
		color:#eee;
		font-family:Arial,Helvetica,sans-serif !important;
		font-size:0.8em;
		}
		#controlbar li.first{
			padding: 4px 10px 3px 0 !important;
			}
		#controlbar li.homelink{
			background:url(/template/theme/prismsafety/img/bullet-home.gif) no-repeat 0% 50%;
			margin-left:20px;
			}
		#controlbar li.edit{
			background:url(/template/theme/prismsafety/img/bullet-edit.gif) no-repeat 0% 50%;
			}
		#controlbar li.admin{
			background:url(/template/theme/prismsafety/img/bullet-admin.gif) no-repeat 0% 50%;
			}
		#controlbar li.logout{
			background:url(/template/theme/prismsafety/img/bullet-logout.gif) no-repeat 0% 50%;
			}
			#controlbar li a{
				color:#eee;
				font-weight:bold;
				text-decoration:none;
				}
				#controlbar li a:hover{
				color:#ff6600 !important;
				}
				
/*Header Styles
*********************************************************/

#header{	
	clear:both;
	margin:0;
	height:100px;
	background-color:#202020;
	}
	#header a#logo{
		width:333px;
		height:58px;
		overflow:hidden;
		display:block;
		float:left;
		margin-top:25px;
		background:url(/template/theme/prismsafety/img/prism-safety-logo.gif) no-repeat 0 0;
		}
		#header a#logo span, #header a#telephone span, #header a#login span{
			display:none;
			}
	#header-right{
		float:right;
		width:357px;
		text-align:right;
		}
		#header a#telephone{
			float:right;
			margin-top:20px;
			width:357px;
			height:26px;
			overflow:hidden;
			display:block;
			background:transparent url(/template/theme/prismsafety/img/bg-contact-mobile.gif) no-repeat 0 0 !important;
			}
		/*
		#header a#telephone{
			float:right;
			margin-top:20px;
			width:345px;
			height:26px;
			overflow:hidden;
			display:block;
			background:transparent url(/template/theme/prismsafety/img/bg-contact.gif) no-repeat 0 0 !important;
			}
		*/
		#controls{
			clear:both;
			}
			#header a#login{
				float:left;
				margin:14px 0 0 60px;
				width:102px;
				height:25px;
				overflow:hidden;
				display:block;
				background:url(/template/theme/prismsafety/img/btn-client-login.png) no-repeat 0 0 !important;
				}
			#header form{
				margin:14px 0 0 0;
				float:right;
				}
				#header input{
					width:137px;
					height:17px;
					border:none;
					background:#202020 url(/template/theme/prismsafety/img/bg-search.png) no-repeat 0 0;
					padding:4px 10px 4px 25px;
					color:#fff;
					font-size:.8em;
					}
		
/*Navigation Styles
*********************************************************/

#nav{
	clear:both;
	z-index:999;
	height:27px;
	background:#fff url(/template/theme/prismsafety/img/bg-nav.png) repeat-x 0 0;
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	}
	ul#navigation{
		width:100%;
		float:left;
		position:relative;
		z-index:999;
		border-left:1px solid #b4b4b4;
		}
		#nav li{
			float:left;
			position:relative;
			text-transform:lowercase;
			font-size:1.1em;
			border-right:1px solid #b4b4b4;
			padding:0 15px;
			line-height:1.9em;
			}
			#nav li a{
				float:left;
				color:#000;
				text-decoration:none;
				display:block;
				}
				#nav ul li a:hover, #nav ul li a.active{
					color:#c50404;
					}
				ul#navigation li ul{ 
					visibility:hidden;
					position:absolute;
					top:28px;
					left:-1px;
					z-index:999;
					font-size:.75em;
					border:1px solid #b4b4b4;
					border-width:0 1px 1px 1px !important;
					}
					ul#navigation li ul li{ 
						width:194px;
						float:none;
						text-align:left;
						text-transform:capitalize;
						padding:0 !important;
						border-right:none !important;
						border-top:1px solid #b4b4b4;
						background:#ebebeb url(/template/theme/prismsafety/img/bullet-nav.gif) no-repeat 13px 50%;
						}
						ul#navigation li ul li:first-child{
							border-top:none !important;
							}
						ul#navigation ul li a{
							width:157px;
							padding:0 10px 0 27px;
							display:inline-block; 
							float:none;
							}
							ul#navigation ul li a:hover{
								color:#fff;
								background:#4d4f56 url(/template/theme/prismsafety/img/bullet-nav-hover.gif) no-repeat 13px 50%;
								}
							ul#navigation li ul li ul{ 
								visibility:hidden;
								position:absolute;
								top:-1px;
								left:194px;
								z-index:999;
								font-size:.75em;
								border:1px solid #b4b4b4;
								border-width:1px !important;
								font-size:.9em;
								}
								ul#navigation li ul li ul li{ 
									width:194px;
									float:none;
									text-align:left;
									text-transform:capitalize;
									padding:0 !important;
									background:#ebebeb url(/template/theme/prismsafety/img/bullet-nav.gif) no-repeat 13px 50%;
									}
/*Content Styles
*********************************************************/

#content{
	clear:both;
	padding:45px 0 10px 0;
	border-top:1px solid #000;
	background:url(/template/theme/prismsafety/img/bg-body.png) repeat-x 0 0;
	}
	#masthead{
		clear:both;
		position:relative;
		height:380px;
		}
		#mastheadimages{
			position:absolute;
			top:0;
			left:0;
			z-index:1;
			overflow:hidden;
			width:599px;
			height:350px;
			background-color:transparent;
			}
			#mastheadimages img{
				width:599px;
				height:350px;
				}
		/*
		#mastheadanimation{
			position:absolute;
			top:0;
			left:0;
			z-index:2;
			overflow:hidden;
			width:599px;
			height:350px;
			background-color:transparent;
			}
		*/
		#scroller{
			position:absolute;
			bottom:30px;
			left:0;
			z-index:5;
			width:407px;
			height:40px;
			padding-left:55px;
			border:1px solid #666;
			background:transparent url(/template/theme/prismsafety/img/bg-scroller.png) no-repeat 0 0;
			overflow:hidden;
			}
			#scrollinglist{
				overflow:hidden;
				}
			#scrollinglist li{
				width:407px;
				height:40px;
				overflow:hidden;
				}
				li#panel1{
					background:transparent url(/template/theme/prismsafety/img/home-panel-1.gif) no-repeat 0 0;
					}
				li#panel2{
					background:transparent url(/template/theme/prismsafety/img/home-panel-2.gif) no-repeat 0 0;
					}
				li#panel3{
					background:transparent url(/template/theme/prismsafety/img/home-panel-3.gif) no-repeat 0 0;
					}
				li#panel4{
					background:transparent url(/template/theme/prismsafety/img/home-panel-4.gif) no-repeat 0 0;
					}
				li#panel5{
					background:transparent url(/template/theme/prismsafety/img/home-panel-5.gif) no-repeat 0 0;
					}
				li#panel6{
					background:transparent url(/template/theme/prismsafety/img/home-panel-6.gif) no-repeat 0 -5px;
					}
				li#panel7{
					background:transparent url(/template/theme/prismsafety/img/home-panel-7.gif) no-repeat 0 0;
					}
				li#panel8{
					background:transparent url(/template/theme/prismsafety/img/home-panel-8.gif) no-repeat 0 0;
					}
				li#panel9{
					background:transparent url(/template/theme/prismsafety/img/home-panel-9.gif) no-repeat 0 0;
					}
				li#panel10{
					background:transparent url(/template/theme/prismsafety/img/home-panel-10.gif) no-repeat 0 0;
					}
			#scroller li span{
				display:none;
				}
		#mastheadcontent{
			position:absolute;
			top:0;
			right:0;
			width:440px;
			padding-top:60px;
			margin-bottom:40px;
			z-index:10 !important;
			}
			#mastheadcontent h1{
				width:327px;
				height:23px;
				overflow:hidden;
				display:block;
				background:url(/template/theme/prismsafety/img/your-risk-revealed.gif) no-repeat 0 0;
				margin-bottom:20px;
				}
				#mastheadcontent h1 span{
					display:none;
					}
			#mastheadcontent h2, #mastheadcontent h3, #mastheadcontent p{
				font-size:.9em;
				margin-bottom:15px;
				}
				#mastheadcontent h3, #mastheadcontent p{
					font-weight:normal;
					}
	#widgets{
		position:relative !important;
		clear:both;
		}
		#widgets .features-of-prism, #widgets .prism-customers{
			float:left;
			margin-bottom:10px;
			width:464px;
			}
			#widgets .features-of-prism{
				margin-right:10px;
				}
			#widgets .want-to-try-prism-for-yourself, #widgets .latest-news, #widgets .know-someone-who-might-be-interested-in-prism, #widgets .client-testimonials{
				float:left;
				margin-bottom:10px;
				width:227px;
				}
				#widgets .want-to-try-prism-for-yourself, #widgets .latest-news, #widgets .know-someone-who-might-be-interested-in-prism{
					margin-right:10px;
					}
				#widgets .want-to-try-prism-for-yourself, #widgets .know-someone-who-might-be-interested-in-prism, #widgets .client-testimonials{
					text-align:center;
					}
			#widgets .boxinner{
				position:relative;
				border:1px solid #666;
				padding:13px;
				color:#ccc;
				background-image:url(/template/theme/prismsafety/img/bg-content.png);
				height:185px;
				}
				.boxinner p.emailsite, .boxinner p.testimonials, .boxinner p.demo{
					position:absolute;
					width:200px;
					text-align:center;
					bottom:12px;
					}
			.box3, #sidebar .want-to-try-prism-for-yourself{
				background:transparent url(/template/theme/prismsafety/img/bg-schedule-a-demo.png) no-repeat bottom right !important;
				}
			.box4{
				background:transparent url(/template/theme/prismsafety/img/bg-email-this-site.png) no-repeat bottom right !important;
				}
				.features-of-prism ul, .prism-customers ul{
					float:left;
					margin-left:-30px !important;
					}
					.prism-customers ul{
						margin-top:5px;
						}
					.features-of-prism li, .prism-customers li{
						font-size:.8em !important;
						width:188px !important;
						margin:0 0 5px 30px !important;
						}
						.prism-customers li{
							width:193px !important;
							height:53px !important;
							margin:0 0 18px 30px !important;
							background-image:none !important;
							border:none !important;
							padding:4px !important;
							border:1px solid #666 !important;
							background-color:#111 !important;
							}
							.prism-customers li:hover{
								background-color:#2e2f33 !important;
								}
				#widgets ul li{
					float:left;
					width:183px;
					margin-right:20px;
					font-size:.9em;
					padding:0 0 5px 15px;
					background:transparent url(/template/theme/prismsafety/img/bullet-arrow.gif) no-repeat 0 5px;
					border-bottom:1px solid #444;
					}
				ul#news li{
					width:100% !important;
					margin:0 0 5px 0 !important;
					padding:0 0 5px 0 !important;
					background:none !important;
					font-size:.8em;
					line-height:1.5em;
					}
			.studyleft{
				float:left;
				width:200px;
				margin-right:20px;
				}
			.studyright{
				float:left;
				width:200px;
				}
			.boxinner p, #sidebar p{
				font-size:.8em;
				line-height:1.5em;
				}
				.boxinner p.title{
					margin-bottom:12px;
					}
				.double{
					position:relative;
					width:100%;
					display:block;
					margin-bottom:12px;
					}
				.boxinner p.float{
					float:left;
					width:175px !important;
					}
				.boxinner p.boxright{
					float:right;
					text-align:right;
					}
				.boxinner p.center, #sidebar p.title{
					text-align:center;
					}
				.boxinner blockquote p, #sidebar blockquote p{
					font-size:1.1em;
					font-weight:bold;
					line-height:1.2em;
					margin-bottom:10px;
					}
					#sidebar blockquote p{
					 	padding:0 10px;
					 	}
				.boxinner p cite, #sidebar p cite{
					font-weight:bold;
					font-style:normal;
					}
					.boxinner p cite{
						display:block;
						margin-bottom:10px;
						}
				.boxinner p.more{
					text-align:right;
					}
				.boxinner p.demo{
					padding-top:112px;
					}
				.boxinner p.emailsite{
					padding-top:44px;
					}
			.boxinner a{
				font-weight:bold;
				text-decoration:none;
				color:#fff;
				}
				.boxinner a:hover{
					text-decoration:underline;
					}
	#secondarycontent{
		clear:both;
		padding-top:45px;
		}
		#sidebar{
			float:left;
			width:220px;
			padding-right:40px;
			}
			#sidebar .box{
				clear:both;
				width:218px;
				border:1px solid #666;
				background-image:url(/template/theme/prismsafety/img/bg-content.png);
				margin-bottom:15px;
				text-align:center;
				}
				#sidebar .want-to-try-prism-for-yourself{
					height:185px;
					}
				#sidebar p.demo{
					margin-top:105px;
					}
				#sidebar p img{
					margin-bottom:-5px !important;
					}
				#sidebar p.title{
					margin:10px 0 15px 0!important;
					}
				#sidebar p.testimonials{
					display:block;
					margin-bottom:15px;
					}
				#sidebar .sub{
					border-bottom:0 !important;
					text-align:left !important;
					}
				#sidebar cite{
					display:block;
					margin-bottom:10px !important;
					}
					.subnav ul{
						margin:0 !important;
						padding:0 !important;
						}
						.subnav li{
							margin:0 !important;
							padding:0 !important;
							font-size:.9em;
							display:block;
							font-weight:bold;
							display:block;
							background:transparent url(/template/theme/prismsafety/img/bullet-arrow.gif) no-repeat 10px 9px;
							}
							.subnav li.active{
								background:#000 url(/template/theme/prismsafety/img/bullet-arrow.gif) no-repeat 10px 9px !important;
								}
								.subnav li.active a{
									color:#c50404;
									cursor:pointer !important;
									}
							.subnav li ul li{
								font-size:1em;
								}
							.subnav a{
								display:block;
								padding:3px 10px 3px 25px;
								width:183px;
								border-bottom: 1px solid #666;
								color:#ddd;
								text-decoration:none;
								cursor:pointer;
								}
		#right{
			float:right;
			width:680px;
			padding-bottom:30px;
			}
			#right h1{
				font-size:1.4em;
				margin-bottom:35px;
				text-shadow:1px 1px 1px #202020;
				}
				h1.float{
					float:left;
					width:60% !important;
					line-height:1.1em;
					}
			#right h2{
				clear:both;
				font-size:1.2em !important;
				line-height:1.5em;
				padding-right:70px;
				margin-bottom:10px;
				text-shadow:1px 1px 1px #202020;
				}
			#right h3{
				clear:both !important;
				font-size:1.1em;
				font-weight:normal;
				margin:0 0 20px 0;
				padding-right:140px;
				line-height:1.7em;
				}
			#right h4{
				font-size:1.3em;
				font-weight:bold;
				margin:0 0 15px 0;
				text-shadow:1px 1px 1px #202020;
				}
			#right h6{
				clear:both !important;
				margin:60px 0 0 0 !important;
				font-size:.8em;
				font-weight:normal !important;
				text-transform:uppercase;
				padding:0 0 0 20px;
				height:100%;
				background:transparent url(/template/theme/prismsafety/img/bullet-arrow-top.gif) no-repeat 0% 50% !important;
				}
				#right h6 a{
					font-weight:normal !important;
					color:#ccc;
					text-decoration:none !important;
					}
					#right h6 a:hover{
						color:#fff;
						}
			#right p{
				font-size:.95em;
				color:#ddd;
				width:85%;
				margin-bottom:20px;
				line-height:1.4em;
				}
				p.backtonews{
					clear:both;
					margin-top:40px !important;
					padding-left:20px;
					background:transparent url(/template/theme/prismsafety/img/bullet-arrow-back.gif) no-repeat left center !important;
					}
			#right a{
				color:#fff;
				font-weight:bold;
				text-decoration:underline;
				}
				#right a:hover{
					color:#fff;
					text-decoration:none;
					}
			#right img{
				padding:5px;
				background-color:#2e2f33;
				border:1px solid #666;
				}
			img.alignright{
				float:right;
				margin:5px 0 30px 30px;
				padding:5px;
				background-color:#2e2f33;
				border:1px solid #666;
				}
			#right ul, #right ol{
				margin-bottom:20px;
				}
				#right li{
					font-size:.9em;
					color:#ccc;
					margin-bottom:10px;
					padding:0 0 0 25px;
					background:url(/template/theme/prismsafety/img/bullet-standard.gif) no-repeat 0 5px;
					}
					#right ol li{
						margin-left:30px;
						background:none !important;
						list-style-type:decimal !important;
						padding:0 0 0 15px !important;
						}
				ul#breadcrumbs{
					margin-bottom:35px !important;
					}
					ul#breadcrumbs li{
						font-size: 0.9em;
						display:inline !important;
						background:none;
						}
						ul#breadcrumbs li.first{
							margin-left:0 !important;
							padding:0 2px 0 0!important;
							}
						ul#breadcrumbs li.link{
							margin-left:0 !important;
							padding:0 0 0 15px !important;
							background:url(/template/theme/prismsafety/img/bullet-breadcrumbs.gif) no-repeat 0 50% !important;
							}
						ul#breadcrumbs li a{
							font-weight:normal;
							text-decoration:none;
							}
							ul#breadcrumbs li.first a{
								color:#ccc;
								}
							ul#breadcrumbs li.link a{
								color:#fff;
								}
								ul#breadcrumbs li.link a:hover{
									color:#fff;
									}
				ul.sitemap{
					font-size:1em !important;
					margin:30px 0 !important;
					}
					ul.sitemap li{
						margin:10px 0 0 0 !important;
						font-weight:bold;
						background:url(/template/theme/prismsafety/img/bullet-sitemap.png) no-repeat 0px 3px !important;
						padding:2.5px 0px 5px 30px !important;
						font-size:.9em !important;
						height:100%;
						}
						ul.sitemap li a{
							text-decoration:none !important;
							}
							ul.sitemap li a:hover{
								text-decoration:underline !important;
								}
						ul.sitemap li ul li{
							font-size:.95em !important;
							font-weight:normal;
							}
							ul.sitemap li ul li a{
								font-weight:normal !important;
								}
						.sitemap li ul{
							margin-top:0 !important;
							margin-bottom:-10px !important;
							}
							.sitemap li ul li ul{
								font-weight:normal !important;
								margin-top:0 !important;
								}
								.sitemap li ul li ul li{
									font-size:1em !important;
									}
			ul#rss li{
				height:100%;
				padding:0 0 0 25px !important;
				background:url(/template/theme/prismsafety/img/bullet-rss.gif) no-repeat 0 50% !important;
				}
			.boxmid{
					margin-bottom:15px;
					position:relative;
					border:1px solid #666;
					margin:0 0 20px;
					background-color:#333;
					}
					.boxmid .content p{
						padding:10px 10px 0;
						}
						.highlight{
							color:#333 !important;
							background:#f4f4f4;
							padding:2px;
							}
				.top{
					background:#202020 url(/template/theme/prismsafety/img/bg-boxtop.png) repeat-x left bottom;
					padding:5px 10px;
					border-bottom:1px solid #666;		
					}
					.top h2{
						clear:none !important;
						float:left !important;
						margin:2px 0 0 0 !important;
						font-size:1em !important;
						padding:0 !important;
						}
						.top a{
							background:none !important;
							text-decoration:none !important;
							}
							.top a:hover{
								text-decoration:underline !important;
								}
					.top small, #right small{
						float:right;
						margin-top:2px !important;
						font-size:.8em !important;
						color:#ccc !important;
						padding:0 0 0 25px;
						background:url(/template/theme/prismsafety/img/bullet-date.gif) no-repeat 0px 50%;
						}
				.newsdivider{
					float:left;
					clear:both;
					width:100%;
					background:url(/template/theme/prismsafety/img/divider-dots.gif) repeat-x left top !important;
					margin:0 !important;
					padding:30px 0 0 0 !important;
					}
					
/*Footer Styles
*********************************************************/
		
#footer{
	clear:both;
	margin:0;
	color:#ccc;
	padding:10px 0 20px 0;
	}
	#footer p{
		font-size:.8em;
		margin:0;
		}
		#footer p{
			float:left;
			}
		#footer ul{
			float:right;
			text-align:right;
			}
			#footer ul li{
				float:left;
				text-transform:uppercase;
				font-size:.8em;
				margin-left:20px;
				}
	#footer a{
		text-decoration:none;
		color:#ccc;
		}
		#footer a:hover{
			color:#fff;
			}
			
/*File Upload Styles
*********************************************************/
			
#right .filescontainer{
	margin-top:40px !important;
	background-color:#2e2f33;
	border:1px solid #666;
	padding: 10px 10px 0 10px;
	}
	#right .filescontainer ul{
		margin:0 !important;
		}
		#right .filescontainer li{
			float:left;
			clear:both;
			width:94.5%;
			padding:7.5px 0 0 30px !important;
			border-top:1px solid #666;
			margin:0 0 5px 0 !important;
			}
			#right .filescontainer li a{
				width:270px;
				float:left;
				}
			#right .filescontainer small{
				float:right;
				width:300px !important;
				text-align:right;
				background:none;
				margin-top:-1px !important;
				color:#4d4d4d;
				}
			
/*Pagination Styles
*********************************************************/

.pagination{
	margin:20px 0 20px 0 !important;
	text-align:center;
	padding:20px 0;
	}
	.pagination a{
		padding:5px 10px;
		border:1px solid #bbb;
		background:#202020;
		color:#fff !important;
		text-decoration:none !important;
		}
		.pagination a.next,
		.pagination a.previous{
			border:1px solid #ccc;
			color:#fff !important;
			}
		.pagination a:hover{
			background:#000 url(/template/theme/prismsafety/img/bg-bar-silver.jpg) repeat-x;	
			border:1px solid #666;
			color:#ccc !important;
			}
	.pagination span{		
		padding:5px 10px;
		}	
		.pagination span.next,
		.pagination span.previous{
			background:#555;
			border:1px solid #999;
			color:#bbb;
			}
		.pagination span.current{
			background:#000;	
			border:1px solid #000;
			color:#fff;
			font-weight:bold;
			}
			
/*Form Element Styles
*********************************************************/

#right form{
	float:left;
	position:relative;
	margin:0 0 15px 0;
	width:100%;
	}
	#right form.contact{
		float:right !important;
		}
	#right fieldset{
		background:#111;
		border:1px solid #444;
		padding:18px;
		display:block;
		}
		#right legend{
			font-size:1.4em;
			color:#ccc;
			font-style:italic;
			font-weight:bold;
			width:auto;
			background-color:#111;
			border:1px solid #444;
			padding:5px 10px;
			margin-bottom:10px !important;
			}
		#right form p{
			clear:both;	
			width:100%;
			}
			#right form p.info{
				padding-left:160px !important;
				}
		#right .text label, #right .submit label, #right .textsml label{
			float:left;
			padding:0 5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:25px;
			}
		#right .select label{
			float:left;
			padding:5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:30px;
			}
			#right .forgot{
			display:block;
			float:right;
			width:auto;
			font-size:.95em;
			color:#ddd;
			margin:-3px 15px 12px 0;
			}
			#right .check input{
				display:block;
				clear:both;
				float:left;
				margin:0 5px 15px 160px;
				}
			#right .check label{
				display:block;
				float:left;
				margin:-3px 0 0 0;
				}
			#right .submit input{
				display:block;
				float:left;
				padding:5px 0;
				}
		#right .text input,
		#right .text textarea,
		#right textarea#comment{
			display:block;
			float:left;
			width:380px;
			padding:3px 5px;
			font-size:1em;
			margin:0 0 15px 0;
			background:#222;
			border:1px solid #444;
			font-family: Arial, Verdana, sans-serif;
			color:#ddd;
			}
			#right .textsml input{
				padding:3px 5px;
				font-size:1em;
				margin:0 0 15px 0;
				background:#222;
				border:1px solid #444;
				font-family: Arial, Verdana, sans-serif;
				color:#ddd;
				width:30px;
				float:left;
				display:block;
				}
				#right .textac{
					margin-left:10px !important;
					width:100px !important;
					}
				#right .textno{
					margin-left:10px !important;
					width:206px !important;
					}
		#right select{
			width:auto;
			float:left;
			margin:10px 0;
			font-size:1em;
			background:#222;
			color:#ddd;
			border:1px solid #444;
			}
.error{
	clear:both;
	width:578px !important;
	background:#111 url(/template/theme/prismsafety/img/bullet-error.gif) no-repeat 10px 50%;
	padding:10px 50px;
	border:1px solid #ff0000;
	color:#ddd !important;
	}
.required{
	color:#ff0000;
	font-weight:bold;
	font-size:1.1em;
	padding-right:5px;
	}
