@charset "UTF-8";

body.nayee
{
	background: #0c0c0c url('/images/bg.png') repeat-x top center;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma";
	font-size: 11px;
	color: #72ebff;
}


div.topbg
{
	width: 1000px;
	background: transparent url('/images/topbg.jpg') no-repeat;
}

div.leftbg
{
	width: 277px;
	height: 308px;
	margin-top: 183px;
	float: left;
	background: transparent url('/images/leftbg.jpg') no-repeat;
}

div.main
{
	width: 440px;
	padding: 3px;
	padding-top: 0px;
	float: left;
}

div.mainbg
{
	background: transparent url('/images/mainbg.png') repeat-y top center;
	width: 1000px;
	margin: 0px auto;
}

div.bottombg
{
	background: transparent url('/images/bottombg.png') no-repeat bottom center;
	padding-bottom: 20px;
}

div.rightbg
{
	width: 277px;
	height: 308px;
	margin-top: 183px;
	float: left;
	background: transparent url('/images/rightbg.jpg') no-repeat;
}

h2
{
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}

div.top
{
	padding-top: 56px;
	padding-left: 15px;
	display: block;
}

div.top a
{
	display: inline-block;
	float: left;
	color: black;
}

div.top a img
{
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.top a.nayee_logo
{
	margin-left: 30px;
	margin-top: 55px;
}

div.top div.flags
{
	float: right;
	text-align: right;
	margin-top: -5px;
}

br.clear
{
	clear: both;
}

p.justify
{
	text-align: justify;
}

.pt8
{
	padding-top: 8px;
}

.zend_form_dojo dt
{
	display: inline-block;
	float: left;
	clear: both;
	margin-bottom: 5px;
	text-align: justify;
}

.zend_form_dojo dd
{
	display: inline-block;
	float: right;
	margin-left: 0px;
	margin-bottom: 5px;
}

div.hint
{
	clear: both;
	color: #31717c;
	font-size: 10px;
	text-align: justify;
	margin-bottom: 10px;
}

dd.errors
{
	display: block;
	color: #881300;
	clear: both;
	margin-bottom: 5px;
	width: 430px;
}


dd.textarea
{
	width: 430px;
	display: block;
}

textarea
{
	width: 430px !important;
	margin: 10px 0px !important;
}

dd.hint
{
	margin-left: 0px;
	display: block;
	width: 430px;
	clear: both;
	color: #31717c;
	font-size: 10px;
	text-align: justify;
	margin-bottom: 10px;
}

dd#hcode-element, dt#hcode-label
{
	display: none;
}

dd.submit
{
	display: block;
	width: 425px;
	margin-top: 5px;
	clear: both;
	text-align: center;
}

input
{
	margin: 0em 0.1em;
	font-family: sans-serif;
	color: #31717c;
	font-size: 100%;
	background:transparent url('/images/inputBg.png') top left;
	border:1px solid #18545e;
	line-height: normal;
	width: 177px !important;
}
textarea
{
	margin: 0em 0.1em;
	font-family: sans-serif;
	color: #31717c;
	font-size: 100%;
	background:transparent url('/images/inputBg.png') top left;
	border:1px solid #021f26;
	line-height: normal;
}

dd.captcha img
{
	margin: 0px;
	padding: 0px;
	border: 5px solid #18545e;
}

img.submit
{
	border: none;
	margin: 0px;
	padding: 0px;
}

button
{
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	cursor: pointer;
}