<!--

form{

	margin		: 0em ;

}

input

{

	font-size	: 9pt;

}

textarea

{

	font-size	: 9pt;

}

select

{

	font-size	: 9pt;

}

-->







.myButton {

       width: 100%;

	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;

	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;

	box-shadow:inset 0px -3px 7px 0px #29bbff;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));

	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);

	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);

	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);

	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);

	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);

	background-color:#2dabf9;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	border:1px solid #0b0e07;

	display:inline-block;

	cursor:pointer;

	color:#ffffff;

	font-family:arial;

	font-size:15px;

	padding:9px 23px;

	text-decoration:none;

	text-shadow:0px 1px 0px #263666;

}

.myButton:hover {

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));

	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);

	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);

	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);

	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);

	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);

	background-color:#0688fa;

}

.myButton:active {

	position:relative;

	top:1px;

}







.css_btn_class {

	font-size:16px;

	font-family:Arial;

	font-weight:bold;

	-moz-border-radius:8px;

	-webkit-border-radius:8px;

	border-radius:8px;

	border:1px solid #ee1eb5;

	padding:9px 18px;

	text-decoration:none;

	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );

	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');

	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );

	background-color:#ff5bb0;

	color:#ffffff;

	display:inline-block;

	text-shadow:1px 1px 0px #c70067;

 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;

 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;

 	box-shadow:inset 1px 1px 0px 0px #fbafe3;

}.css_btn_class:hover {

	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );

	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');

	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );

	background-color:#ef027d;

}.css_btn_class:active {

	position:relative;

	top:1px;

}



p {

line-height: 140%;

}



li {

line-height: 120%;

}



td {

line-height: 140%;

}

/* This css button was generated by css-button-generator.com */