/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
 .myasarulside{
       background: #fff;
   
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;

}
.myasarulside li{
    list-style: none;
    margin: 2px;
    display: inline-block;
    min-width: 48%;
  max-width: 48%;
}
.myasarulside input{
    font-size: 13px;
    width: 100%;
}