body {
	background: #ddd;
	color: #000;
	font: 12px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(/system/images/backgrounds/cloudSky_small.jpg);
}

	/* section: headers
	---------------------------------------------- */
	h2, h3 {
		color: #d44950;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
	}
	/* ------------------------------------------- */

	/* section: paragraphs
	---------------------------------------------- */
	p {

	}
	/* ------------------------------------------- */

	/* section: links
	---------------------------------------------- */
	a {
		font-weight: bold;
		text-decoration: none;
	}
	/* ------------------------------------------- */

	/* section: variations
	---------------------------------------------- */
	em {
		font-style: italic;
	}

	strong {
		font-weight: bold;
	}

	.small {
		font-size: 0.8em;
	}
	/* ------------------------------------------- */
/* ------------------------------------------- */

/* section: structure
---------------------------------------------- */
	/* section: wrapper
	---------------------------------------------- */
	#wrapper {
		margin: 50px auto;
		width: 100%;
	}
	/* ------------------------------------------- */
	
	/* section: window
	---------------------------------------------- */
	.window {
		
	}
	
	.window .content {
		background: #555;
		border: 2px solid #aaa;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		padding: 19px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-webkit-box-shadow:3px 3px 3px #333;		
	}
	
	.window .content h1 {
		font-size: 30px;
		font-weight: normal;
		margin: 38px 0;
		text-align: center;
	}
	
	.window .content p {
		margin-bottom: 10px;
	}
	
	.window .content .input_text {
		background: url(/system/images/window_content_input_text_bg.png) no-repeat;
		color: #919191;
		font-size: 14px;
		height: 30px;
		padding: 1px 5px 0 5px;
		width: 278px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px; 		
	}
	
	.window .action {
		background: url(/system/images/window_action_bg.png) repeat-x;
		border-bottom: 2px solid #aaa;
		border-left: 2px solid #aaa;
		border-right: 2px solid #aaa;
		margin-bottom: 10px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		padding: 9px 19px 8px 19px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-box-shadow:3px 3px 3px #333;		
		
	}
	
	.window .action .input_checkbox {
		line-height: 28px;
	}
	
	.window .action .input_checkbox a {
	    background: url(/system/images/window_action_checkbox_bg.png) no-repeat;
	    display: block;
		float: left;
	    height: 14px;
	    margin: 7px 10px 0 0;
	    text-indent: -99999px;
	    width: 13px;
	}
	
	.window .action .input_checkbox label {
		color: #555;
		display: block;
		float: left;
		text-shadow: 0 1px 0 #eceff3;
	}
	
	.window .action .input_submit {
		display: block;
	}
	
	.window .footer p {
		padding: 0 10px;
	}
	
	.window .footer p {
		color: #45515b;
	}
	
	.window .footer p a {
		color: #45515b;
	}
	/* ------------------------------------------- */
/* ------------------------------------------- */

/* section: pages
---------------------------------------------- */
	/* section: access
	---------------------------------------------- */
	#access {
		margin: 0 auto;
		width: 320px;
	}
	/* ------------------------------------------- */
/* ------------------------------------------- */


/*

title: library css
author: bylinebreak.com
last revision: 13.10.09

*/

/* section: reset
---------------------------------------------- */
* {
	border: 0;
	font-size: 1em;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}

table { /* tables still need cellspacing="0" */
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------- */

/* section: floating
---------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}
/* ------------------------------------------- */

/* section: clearing
---------------------------------------------- */
.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* ------------------------------------------- */

/* section: spacing
---------------------------------------------- */
.no_border {
	border: 0 !important;
}

.no_bottom {
	margin-bottom: 0 !important;
}

.no_left {
	margin-left: 0 !important;
}

.no_right {
	margin-right: 0 !important;
}

.no_top {
	margin-top: 0 !important;
}

.reset {
	margin: 0 !important;
	padding: 0 !important;
}

.reset_margin {
	margin: 0 !important;
}

.reset_padding {
	padding: 0 !important;
}
/* ------------------------------------------- */

/* section: alignment
---------------------------------------------- */
.align_center {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}
/* ------------------------------------------- */

/* section: visibility
---------------------------------------------- */
.block {
	display: block !important;
}

.hide {
	display: none !important;
}

.inline {
	display: inline !important;
}
/* ------------------------------------------- */