@import url(sexybuttons.css);

html, body, div, 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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	}

a img, :link img, :visited img { border: 0; }
strong { font-weight: bold;	}
em { font-style: italic; }
ol, ul { list-style: none; }
.close { clear: both; }
	
body { background: #000 url(background.jpg) repeat-x; text-align: center; }
body { color: #343434; font-size: 12px; font-family: Trebuchet MS,Tahoma,Arial,sans-serif; }
p { margin: 0; margin-bottom: 8px; padding: 0; }
.justify { text-align: justify; }
.strong { font-weight: bold; }
.important { color: #bf4329; font-weight: normal; font-size: 14px; font-family:"Courier New", Courier, monospace; }

#wrapper { width: 950px; margin-top: 75px; margin-left: auto; margin-right: auto; text-align: left; }

.header { float: left; height: 50px; width: 950px; margin-bottom: 5px; }
	.header .title { color: #dbdbdb; font-size: 28px; padding-right: 10px; }
	.header .grey { color: #999; }

#content {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
	margin-bottom: 10px;
	}
	
#warning {
	background: url(images/icons/silk/exclamation.png) no-repeat;
	padding-left: 20px;
	margin: 10px;
	}
	
#succes {
	background: url(images/icons/silk/accept.png) no-repeat;
	padding-left: 20px;
	margin: 10px;
	}

.tplform {
	width: 100%;
	}
	
	.tplform input, .tplform textarea {
		border: solid #bdbdbd 1px;
		padding: 2px;
		font-size: 12px;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.tplform .label001 {
		font-weight: bold;
		}
	
	.tplform .label002 {
		width: 250px;
		}
	
	.tplform .input001 {
		width: 250px;
		font-size: 12px;
		font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
		letter-spacing: 1px;
		}
		
	.tplform .textarea001 {
		font-size: 12px;
		font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
		letter-spacing: 1px;
		width: 250px;
		height: 100px;
		}

#sidecontent {
	background-color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
	}

#sidecontent2 {
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
	}

	#sidecontent2 a {
		color: #666;
		text-decoration: none;
		}
	
	#sidecontent2 a:hover {
		color: #333;
		text-decoration: underline;
		}
	
#footer {
	background: url(footer.png) repeat-x;
	border: solid #1b1b1b 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	color: #666;
	height: 40px;
	padding: 5px 10px;
	}
	
	#footer p {
		margin: 0;
	}
	
	#footer a {
		color: #999;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration: none;
	}