@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder { font-size:10px; font-style:italic; }
::-moz-placeholder { font-size:10px; font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { font-size:10px; font-style:italic; } /* ie */
input:-moz-placeholder { font-size:10px; font-style:italic; }

body
{
	margin: 0;
	padding: 0;
	background: url(../images/corak.png) repeat, #604fb4 url(../images/tone2.png) repeat-x top;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
}

#title
{
	margin: 0 auto;
	background: url(../images/title.png) no-repeat;
	/*width:753px;
	height:328px;*/
	width:762px;
	height:332px;
	margin-top:70px;
	
}

#login_box{
	height: 48px;
	clear: both;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:550;
	/*background: #fba5f4;*/
	margin-top:40px;
	text-align:center;
	padding-top:17px;
	opacity: .75;filter:Alpha(Opacity=75);
	font-size:16px;
	
}
#bottom{
	height: 38px;
	clear: both;
	position: relative;
	/*background: #64c7f1;*/
	margin-top:130px;
	text-align:center;
	font-weight:bold;
	color:white;
	text-shadow: 2px 2px 10px #000000;
	/*padding-top:8px;
	opacity: .75;filter:Alpha(Opacity=75);*/
	
}


#password{
	/*margin-left:40px;	*/
	margin-top:15px;
}
#account{
	font-size:11px;	
}

/*#corak1
{
	left:5px;
	top:5px;
	position:absolute;
	background: url(../images/corak_login1.png) no-repeat;
	height:373px;
	width:517px;
	
}

#corak2
{
	right:5px;
	bottom:5px;
	position:absolute;
	background: url(../images/corak_login2.png) no-repeat;
	height:373px;
	width:647px;
	
}*/

.input
{
	margin: 0 0 0 200px;
	padding: 0;
}

.ui-dialog div.input
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

input
{
	margin: 0;
	padding: 7px 7px 6px 7px;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #000000;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	
}

.ui-dialog div.input input
{
	width: 288px;
}

input
{
	float: none;
}

input.small
{
	width: 30%;	
}

input.small
{
	width: 200px;
}

input.medium
{
	width: 55%;	
}

input.medium
{
	width: 260px;
}


input.large
{
	width: 85%;	
}

input.large
{
	width: 320px;
}

input.date
{
	width: 180px;	
}

input.button
{
	margin: 0;
	padding: 4px 8px 4px 8px;
	background: #D4D0C8;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	color: #000000;
	
}

input.error
{
	background: #FBE3E4;
	border-top: 1px solid #e1b2b3;
	border-left: 1px solid #e1b2b3;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

input.valid
{
	background: #E6EFC2;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

img.ui-datepicker-trigger
{
	margin: 0 0 0 6px;
}

.button
{
	margin: 0;
	padding: 0 0 0 8px;
	float: left;
	
}

input
{
	margin: 0;
	color: #000000;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../images/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
	outline: none;
}

.ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../images/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
	outline: none;
}

.highlight
{
	display: inline;
	
}

.ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #d6eff6;
	border-top: 1px solid #a0bcce;
	border-left: 1px solid #8db0c6;
	border-right: 1px solid #8eb0c5;
	border-bottom: 1px solid #85a9c1;
	color: #444;
	margin-left:10px;
	
	
}

.ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	
	border-top: 1px solid #a0bcce;
	border-left: 1px solid #8db0c6;
	border-right: 1px solid #8eb0c5;
	border-bottom: 1px solid #85a9c1;
	color: #000;
	margin-left:10px;
}

.ui-button::-moz-focus-inner { border: 0; padding: 0; }