/*------yldine----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

div, body, table, button
{
	margin:0px;
	padding:0px;
    color: #161616;
    font-family: arial,sans-serif;
	line-height:20px;
}

table
{
	border-collapse:collapse;
}

body
{
	min-width:1007px;
    font-size: 12px;
	background-color:#e9e9e9;
}

label
{
	height:32px;
	font-size:16px;
	vertical-align:middle;
	line-height:32px;
}

h2{
	height:32px;
	font-size:15px;
	vertical-align:middle;
	line-height:32px;
	color:#878787;
	text-transform:uppercase;
	font-weight:bold;
}

h4
{
	font-size:16px;
	margin-bottom:3px;
	font-weight:normal;
}

input[type="submit"]
{
	border-style:solid;
	border-color:#0289b6;
	border-width:1px;
	background-color:#2398ff;
	color: #FFFFFF;
	padding: 2px 15px;
	border-radius:3px;
	height:32px;
}

input[type="text"]
{
    font-family: Helvetica,arial,sans-serif;
    font-size: 12px;
	margin:0;
}

input[type="submit"]:focus, input[type="submit"]:hover
{
	background-color:#0067a1;
}

input[type="text"]
{
	border-radius:0;
}

textarea
{
	height:120px;
	width:97%;
	padding-right:2%;
	padding-left:1%;
	border-color:#c3c3c3;
	border-style:solid;
	border-width:2px;
	border-radius:0px;
}

select
{
	height:30px;
	border-radius:0;
	opacity : 0.0;
	margin:0;
	width:auto;
}

option
{
	padding-left:3px;
}
