form#pointsform {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin:auto;
	position:relative;
	width:730px;
	font-family: "opensans-regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
}

input2    {
width:25px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea#feedback {
width:375px;
height:150px;
}

textarea.message {
display:block;
}

input.button {
width:200px;
background:#7B2B83;
color:#fff;
}

input.button2 {
width:200px;
position:absolute;
left:260px;
bottom:20px;
background:#7B2B83;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input#reset,
#submit.button2 {
	border: none;
	border-radius: 5px!important;
	cursor: pointer;
	font: 16px "opensans-bold";
	height: auto;
	margin-top: 10px;
	padding: 10px!important;
	position: inherit;
}

input#reset:hover,
#submit.button2:hover {
	background-color: #c68fca!important;
	color: #fff;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

.points {

	font-size: 20px;
	font-style: bold;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
}


#pointsform select { 
border:0; 
background:#CBB3CF;
box-shadow: none!important;
color:#00000; 
position:absolute;
font-size:14px; 
right:0;
font-weight:normal; 
padding:2px 10px; 
width:220px;
}

@media (max-width: 1000px){
	#pointsform select {
	display: block;
	left: auto;
	margin-top: 10px;
	position: relative;
	width: 100%;    
	}
	form#pointsform {
	font-size: 14px;
	height: auto;
	width: auto;
	}
}


