/* @override http://development.zadokbendavid.com/style/main.css */

@font-face {
  font-family: "Myriad Web Pro Condensed";
  src: url('/include/font/MyriadWebPro-Condensed.ttf');
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url('/include/font/MyriadPro-Regular.otf');
}

body {
	font: 12px/1.5 "Myriad Pro Regular", sans-serif;
}
.large_text_container {
	width: 600px;
	height: 615px;
	margin: auto;
	border: 2px solid #bdc1c0;
	overflow: hidden;
}

#main {
	width: 600px;
	margin: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #131313;
}

input {
	border: 1px solid #dbdedd;
	color:#666;	
}

select {
	border: 1px solid #dbdedd;
}

img {
	border:none;
}

.scroller {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.roundedBox {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 6px 5px 7px #888888;
	-moz-box-shadow: 6px 5px 7px #888888;
}
