﻿.body 
{
	background-color:Black;
	background: url('../img/bck.jpg') no-repeat;
	height: 2600px;
	scrollbar-face-color:#b69d05;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#b69d05;
	scrollbar-darkshadow-color:#b69d05;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FFFFFF;}

}

.background
{
	width:995px;
	margin-top:500px;
}

.text
{
	font-size:14px;
	font-family:Calibri;
	color:White;
	line-height:1.5;
	font-style:oblique;
    text-align: center;
}

.form
{
	font-size:14px;
	font-family:Calibri;
	color:Black;
	line-height:1.5;
	font-style:oblique;
    margin-left: 0px;
    margin-bottom: 4px;
}

.baslik
{
	font-size:18px;
	font-family:Calibri;
	color:White;
	line-height:1.5;
	font-style:normal;
			
}
.textbox1
{
border-style: none;
border-color: inherit;
border-width: medium;
width:30px;

font-size:14px;
font-family:Calibri;
color:White;
line-height:1.5;
font-style:oblique;

}	

/* input begin  */
	
	#status{
    	padding:3px;
    	height:23px;
    	outline:none;
    }
    .focusField{
    	border:solid 3px #b69d05;
    	background:#000000;
    	color:#ffffff;
    	padding-left:5px;
    }
    .idleField{
    	padding-left:5px;
    	background:#FFF;
    	color: #5d5d5d;
		border: solid 3px #000000;
    }
    /* input end */	