/* CSS Document for WP-SMS Plugin */

/* You can change this CSS according to your Need */
#wp-sms-form table td
{
border: 0px solid #CCC;
}
#wp-sms-form .sms_form { border-collapse: collapse; border-spacing: 0; padding:15px 10px 0px 15px; background-color:#F7F7F7; box-shadow: 0 0 1px #000; width:89%; }
/*#wp-sms-form tr { border-bottom: 0px solid #EEE; }
#wp-sms-form td, #wp-sms-form th { padding: 5px; border: 0px solid #CCC; font-weight: normal; vertical-align: top; text-align: left; }*/
#wp-sms-form .labletxt, #cmbbank{ 
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 8px 10px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	border-color:#C4C4C4;
	font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
	color:#6D6D6D;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
 }
#wp-sms-form input#mobile{width:100px;}

#security_code{width:70px !important;}
.captcha_option_input{width:70px;}
#wpsms_captcha_image{display:inline;}
#wpsms_captcha_image  img{ margin:1px;}

/* Admin CSS */
#wpsms_api1{font:normal 14px/22px Verdana;}
.submitbutton {
	width:100px;
	background-color:#FF7F00;
	border: 1px solid #FF7F00;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color:#fff;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 0px;
	font-size: 13px;
	line-height: 20px;
	box-shadow: none;
	margin-bottom:10px;
}
#wp-sms-form input[type="text"]
{
	border:0;
	outline:none;
	font-size: 13px;
	padding-left:2px;
	font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
	color:#6D6D6D;
}

.wp-sms-title
{
	font-family: 'Source Sans Pro';
	font-size: 13px;
	font-weight: bold;
	color:#6D6D6D;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
}
.cmdsending
{
	width:100px;
	background-color:#ccc;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
	box-shadow: none;
	margin-bottom:10px;
}