    #poll_DFGS{
	position: absolute;
	color:white;
	width: 321px;
	background-color:#1996E8;
	box-shadow: 1px 1px 2px #80CCFF;
	border-radius: 3px;
	font-size:15px;
	}
    #contenr_DFGS{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 6px;
	margin-left: 40px;
	}
    .question_DFGS{
	font-size:16px;
	}
    .m_button_DFGS{
	color:white;
	}
    input[type=submit]{
	padding:5px 20px;
	border:1px solid #1996E8;
	box-shadow:
	inset 0 1px 0 rgba(255,255,255,0.3),
	inset 0 10px 10px rgba(255,255,255,0.1);
	border-radius:0.3em;
	background:#4DB8FF;
	color:white;
	float:right;
	font-weight:bold;
	cursor:pointer;
	font-size:13px;
	margin-bottom:15px;
	}
	.poll-form{
	padding:15px 0px 15px 0px;
	}